Merge version_3 into main #2

Merged
bender merged 2 commits from version_3 into main 2026-03-05 18:28:00 +00:00
2 changed files with 25 additions and 5 deletions

View File

@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
/>
</div>
<div id="discord" data-section="discord">
<ContactCTA
tag="Join Us"
tagIcon={Users}
title="Connect with Our Community on Discord"
description="Join thousands of learners supporting each other on their journey to earn online. Share progress, ask questions, and grow together in a welcoming community."
buttons={[
{
text: "Join Discord", href: "https://discord.gg/a7Y8BvXv"
},
]}
buttonAnimation="slide-up"
background={{
variant: "plain"
}}
useInvertedBackground={false}
/>
</div>
<div id="cta" data-section="cta">
<ContactCTA
tag="Final Call"
@@ -169,7 +189,7 @@ export default function LandingPage() {
{
title: "Product", items: [
{
label: "Discord Community", href: "https://whop.com/opportunity-vault/opportunity-vault-34/"
label: "Discord Community", href: "https://discord.gg/a7Y8BvXv"
},
{
label: "Roadmap", href: "#plan"
@@ -208,4 +228,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}