diff --git a/apps/public/public/ogimage.png b/apps/public/public/ogimage.png index e94d4fbd..0f646d6d 100644 Binary files a/apps/public/public/ogimage.png and b/apps/public/public/ogimage.png differ diff --git a/apps/public/src/app/hero.tsx b/apps/public/src/app/hero.tsx index c04c0e9f..ab829ae2 100644 --- a/apps/public/src/app/hero.tsx +++ b/apps/public/src/app/hero.tsx @@ -48,14 +48,14 @@ export function Hero() {
- A open-source + An open-source
alternative to Mixpanel
diff --git a/apps/public/src/app/meta.ts b/apps/public/src/app/meta.ts index a628ca54..c675fe57 100644 --- a/apps/public/src/app/meta.ts +++ b/apps/public/src/app/meta.ts @@ -1,6 +1,6 @@ import type { Metadata } from 'next'; -const title = 'Openpanel.dev | A Open-Source Analytics Library'; +const title = 'Openpanel.dev | An Open-Source Analytics Library'; const description = 'Unlock actionable insights effortlessly with Insightful, the open-source analytics library that combines the power of Mixpanel with the simplicity of Plausible. Enjoy a unified overview, predictable pricing, and a vibrant community. Join us in democratizing analytics today!'; @@ -14,7 +14,7 @@ export const defaultMeta: Metadata = { url: 'https://openpanel.dev/ogimage.png', width: 1200, height: 630, - alt: 'Openpanel.dev | A Open-Source Analytics Library', + alt: title, }, ], },