diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d0006c4..a90ffed 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index bb9a627..455e900 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,6 +42,7 @@ export default function LandingPage() { { name: "Why Join", id: "problem" }, { name: "What You Get", id: "features" }, { name: "The Plan", id: "plan" }, + { name: "Discord", id: "discord" }, ]} button={{ text: "Join Now", href: "https://whop.com/opportunity-vault/opportunity-vault-34/" @@ -60,7 +61,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/group-collaboration-around-laptop-creative-workspace_24972-2944.jpg" + imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&h=600&fit=crop" imageAlt="community online learning beginners startup" showDimOverlay={true} /> @@ -74,7 +75,7 @@ export default function LandingPage() { description="Starting online can feel confusing. There are thousands of videos, courses, and methods. Most beginners get overwhelmed and quit before they see results." subdescription="Common struggles beginners face" icon={TrendingDown} - imageSrc="http://img.b2bpic.net/free-vector/infographic-timeline-concept-with-road_23-2147842354.jpg" + imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&h=600&fit=crop" imageAlt="roadmap plan strategy path steps" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -143,6 +144,25 @@ export default function LandingPage() { /> +
+ +
+
); -} \ No newline at end of file +}