|
|
|
|
@@ -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&_wi=1"
|
|
|
|
|
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&_wi=2"
|
|
|
|
|
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>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|