diff --git a/apps/public/src/app/(content)/open-source/page.tsx b/apps/public/src/app/(content)/open-source/page.tsx index 24d41043..70312ef5 100644 --- a/apps/public/src/app/(content)/open-source/page.tsx +++ b/apps/public/src/app/(content)/open-source/page.tsx @@ -189,28 +189,48 @@ export default function OpenSourcePage() { description="Showcase your visitor count with our real-time analytics widget. It's completely optional but helps spread the word." icon={GlobeIcon} > -
- Display real-time visitor counts, page views, or other - metrics on your project's website. -
+ + +That's it. No complicated requirements, no hidden fees, no catch. We just want to help open source projects succeed.
-{description}
+ {children} ); } diff --git a/apps/public/src/components/footer.tsx b/apps/public/src/components/footer.tsx index 1fe95fc1..54645034 100644 --- a/apps/public/src/components/footer.tsx +++ b/apps/public/src/components/footer.tsx @@ -79,10 +79,28 @@ export async function Footer() {