14 blog post schedule
This commit is contained in:
17
src/lib/author-data.ts
Normal file
17
src/lib/author-data.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import type { AuthorProfile } from "./types";
|
||||
|
||||
export const authors: AuthorProfile[] = [
|
||||
{
|
||||
slug: "timo",
|
||||
name: "Timo Knuth",
|
||||
role: "Founder, Growth & Product Marketing",
|
||||
bio: "Building QR Master: dynamic QR management, tracking, and bulk ops for B2B teams.",
|
||||
image: "/favicon.svg",
|
||||
sameAs: [
|
||||
"https://www.linkedin.com/in/qr-master-44b6863a2/",
|
||||
"https://x.com/TIMO_QRMASTER",
|
||||
"https://www.instagram.com/qrmaster_net/"
|
||||
],
|
||||
knowsAbout: ["Dynamic QR Codes", "Tracking & Analytics", "B2B SaaS", "UTM"]
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user