From 3da60340b6e0a6380be056ae5bdff4a4ecc20055 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:24:49 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f756c20..d0006c4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,11 +16,14 @@ const inter = Inter({ export const metadata: Metadata = { title: "Join Our Online Learning Community | CommunityStart", description: "Start making money online with our beginner-friendly Discord community. Get a simple roadmap, skill-building resources, and daily motivation.", keywords: "online learning, make money online, beginner guide, Discord community, online business", metadataBase: new URL("https://communitystart.io"), alternates: { - canonical: "https://communitystart.io"}, + canonical: "https://communitystart.io" + }, openGraph: { - title: "Start Making Money Online Today", description: "Join our beginner-focused community and learn how to make money online from $0.", url: "https://communitystart.io", siteName: "CommunityStart", type: "website"}, + title: "Start Making Money Online Today", description: "Join our beginner-focused community and learn how to make money online from $0.", url: "https://communitystart.io", siteName: "CommunityStart", type: "website" + }, twitter: { - card: "summary_large_image", title: "Start Making Money Online Today", description: "Join our beginner-focused community and learn how to make money online."}, + card: "summary_large_image", title: "Start Making Money Online Today", description: "Join our beginner-focused community and learn how to make money online." + }, }; export default function RootLayout({ @@ -1407,4 +1410,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From e47b4fd00862851d994444a9c1cb1d461a879ac9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:24:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 56 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 37 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4996f95..bb9a627 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,8 @@ export default function LandingPage() { { name: "The Plan", id: "plan" }, ]} button={{ - text: "Join Now", href: "YOUR-WHOP-LINK"}} + text: "Join Now", href: "https://whop.com/opportunity-vault/opportunity-vault-34/" + }} animateOnLoad={true} /> @@ -55,7 +56,8 @@ export default function LandingPage() { description="Most beginners fail because they try too many things. This community shows you a simple path to start from $0." buttons={[ { - text: "Join the Community", href: "YOUR-WHOP-LINK"}, + text: "Join the Community", href: "https://whop.com/opportunity-vault/opportunity-vault-34/" + }, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/group-collaboration-around-laptop-creative-workspace_24972-2944.jpg" @@ -84,16 +86,20 @@ export default function LandingPage() { features={[ { icon: Map, - title: "Beginner Roadmap", description: "Step-by-step guidance so you know exactly what to focus on."}, + title: "Beginner Roadmap", description: "Step-by-step guidance so you know exactly what to focus on." + }, { icon: BookOpen, - title: "Skill Building", description: "Learn useful online skills that can help you earn online."}, + title: "Skill Building", description: "Learn useful online skills that can help you earn online." + }, { icon: Zap, - title: "Daily Motivation", description: "Stay consistent and keep building every day."}, + title: "Daily Motivation", description: "Stay consistent and keep building every day." + }, { icon: Users, - title: "Community Support", description: "Ask questions, share progress, and learn with others."}, + title: "Community Support", description: "Ask questions, share progress, and learn with others." + }, ]} title="What You'll Find Inside The Community" description="Everything you need to start your journey with confidence and clarity" @@ -102,7 +108,8 @@ export default function LandingPage() { useInvertedBackground={true} buttons={[ { - text: "Join The Community", href: "YOUR-WHOP-LINK"}, + text: "Join The Community", href: "https://whop.com/opportunity-vault/opportunity-vault-34/" + }, ]} buttonAnimation="slide-up" /> @@ -129,7 +136,8 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { - text: "Start Today", href: "YOUR-WHOP-LINK"}, + text: "Start Today", href: "https://whop.com/opportunity-vault/opportunity-vault-34/" + }, ]} buttonAnimation="slide-up" /> @@ -143,11 +151,13 @@ export default function LandingPage() { description="Join the community and start learning today. We're here to guide you every step of the way." buttons={[ { - text: "Join Now", href: "YOUR-WHOP-LINK"}, + text: "Join Now", href: "https://whop.com/opportunity-vault/opportunity-vault-34/" + }, ]} buttonAnimation="slide-up" background={{ - variant: "plain"}} + variant: "plain" + }} useInvertedBackground={true} /> @@ -159,29 +169,37 @@ export default function LandingPage() { { title: "Product", items: [ { - label: "Discord Community", href: "YOUR-WHOP-LINK"}, + label: "Discord Community", href: "https://whop.com/opportunity-vault/opportunity-vault-34/" + }, { - label: "Roadmap", href: "#plan"}, + label: "Roadmap", href: "#plan" + }, { - label: "Features", href: "#features"}, + label: "Features", href: "#features" + }, ], }, { title: "Company", items: [ { - label: "About", href: "#"}, + label: "About", href: "#" + }, { - label: "Contact", href: "#"}, + label: "Contact", href: "#" + }, { - label: "Blog", href: "#"}, + label: "Blog", href: "#" + }, ], }, { title: "Legal", items: [ { - label: "Privacy Policy", href: "#"}, + label: "Privacy Policy", href: "#" + }, { - label: "Terms of Service", href: "#"}, + label: "Terms of Service", href: "#" + }, ], }, ]} @@ -190,4 +208,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1