diff --git a/landing-page/app/layout.tsx b/landing-page/app/layout.tsx index c216838..d794c10 100644 --- a/landing-page/app/layout.tsx +++ b/landing-page/app/layout.tsx @@ -17,11 +17,20 @@ export const metadata: Metadata = { "Free, open-source macOS app for AI-powered meeting notes. Created by Owen Gretzinger for privacy-focused professionals.", type: "website", url: "https://meetingnotes.dev", + images: [ + { + url: "/ogimage.png", + width: 1200, + height: 630, + alt: "Meetingnotes - Free Open-Source AI Meeting Notetaker", + }, + ], }, twitter: { card: "summary_large_image", title: "Meetingnotes - Free Open-Source AI Meeting Notetaker", description: "Free, open-source macOS app for AI-powered meeting notes by Owen Gretzinger.", + images: ["/ogimage.png"], }, generator: 'v0.dev' } diff --git a/landing-page/public/ogimage.png b/landing-page/public/ogimage.png new file mode 100644 index 0000000..4e2a332 Binary files /dev/null and b/landing-page/public/ogimage.png differ