Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0d1f7275f | |||
| 597389a10d | |||
| 2c9836db74 | |||
| d3681e469a | |||
| 3d00f12e9d | |||
| 7f89e87006 |
209
src/app/page.tsx
209
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Model",
|
||||
id: "#model",
|
||||
},
|
||||
name: "Model", id: "#model"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Ghar Se Grow"
|
||||
/>
|
||||
@@ -54,19 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
logoText="Ghar Se Grow"
|
||||
description="Pakistan’s premier career bridge. Transition from a Learner to a Strategic Partner through our unique 4-Pillar ecosystem."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Growth Journey",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Start Your Growth Journey", href: "#pricing"},
|
||||
{
|
||||
text: "Watch How It Works",
|
||||
href: "#",
|
||||
},
|
||||
text: "Watch How It Works", href: "#"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3u1sqa&_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -80,33 +67,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "LEARN",
|
||||
description: "Master High-Income Skills like AI, Web Dev, and Video Editing.",
|
||||
tag: "Foundation Tier",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gs793p&_wi=1",
|
||||
},
|
||||
id: "f1", title: "LEARN", description: "Gain mastery in high-demand skills like AI, Web Development, and Video Editing that you can apply immediately.", tag: "Foundation Tier", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gs793p&_wi=1"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "EARN",
|
||||
description: "Build a lifetime income stream through our Direct & Indirect commission model.",
|
||||
tag: "Affiliate Network",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ocs0cq&_wi=1",
|
||||
},
|
||||
id: "f2", title: "EARN", description: "Earn direct commissions from your very first day of training as you progress through the modules.", tag: "Affiliate Network", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ocs0cq&_wi=1"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "WORK",
|
||||
description: "Top-tier students get direct job assignments from our internal agency projects.",
|
||||
tag: "Elite Agency",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h3r7f0&_wi=1",
|
||||
},
|
||||
id: "f3", title: "WORK", description: "Access direct job assignments from our internal agency projects as you prove your skills in the field.", tag: "Elite Agency", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h3r7f0&_wi=1"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "OWN",
|
||||
description: "Achieve the Diamond Pool to receive quarterly profit-sharing and platform equity.",
|
||||
tag: "Equity Partner",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zvqite",
|
||||
},
|
||||
id: "f4", title: "OWN", description: "Build your legacy by reaching the Diamond Pool to receive quarterly profit-sharing and platform equity.", tag: "Equity Partner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zvqite"},
|
||||
]}
|
||||
title="The G.R.O.W Model"
|
||||
description="Our 4-pillar ecosystem designed for sustainable digital growth."
|
||||
@@ -118,8 +85,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Recent Projects & Talent"
|
||||
description={[
|
||||
"Our internal agency delivers elite brand identity and UI design work. We bridge the gap between learning and market-ready execution.",
|
||||
]}
|
||||
"Our internal agency delivers elite brand identity and UI design work. We bridge the gap between learning and market-ready execution."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -130,68 +96,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Starter",
|
||||
price: "$50",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Foundation Courses",
|
||||
"Direct Commission",
|
||||
],
|
||||
id: "p1", title: "Starter", price: "$50", period: "/mo", features: [
|
||||
"Foundation Courses", "Direct Commission"],
|
||||
button: {
|
||||
text: "Join Now",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3u1sqa&_wi=2",
|
||||
imageAlt: "3d futuristic tech modules",
|
||||
},
|
||||
text: "Join Now"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3u1sqa&_wi=2", imageAlt: "3d futuristic tech modules"},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Professional",
|
||||
price: "$100",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Advanced Mastery",
|
||||
"Team Commission",
|
||||
"Live Workshops",
|
||||
],
|
||||
id: "p2", title: "Professional", price: "$100", period: "/mo", features: [
|
||||
"Advanced Mastery", "Team Commission", "Live Workshops"],
|
||||
button: {
|
||||
text: "Upgrade",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gs793p&_wi=2",
|
||||
imageAlt: "3d futuristic tech modules",
|
||||
},
|
||||
text: "Upgrade"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gs793p&_wi=2", imageAlt: "3d futuristic tech modules"},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Elite Mastery",
|
||||
price: "$200",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Job Board Access",
|
||||
"Priority Support",
|
||||
"Portfolio Review",
|
||||
],
|
||||
id: "p3", title: "Elite Mastery", price: "$200", period: "/mo", features: [
|
||||
"Job Board Access", "Priority Support", "Portfolio Review"],
|
||||
button: {
|
||||
text: "Master It",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ocs0cq&_wi=2",
|
||||
imageAlt: "3d futuristic tech modules",
|
||||
},
|
||||
text: "Master It"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ocs0cq&_wi=2", imageAlt: "3d futuristic tech modules"},
|
||||
{
|
||||
id: "p4",
|
||||
title: "Strategic Partner",
|
||||
price: "$500+",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Global Profit Share",
|
||||
"Equity Vault",
|
||||
"Mentorship",
|
||||
],
|
||||
id: "p4", title: "Strategic Partner (Lifetime Access)", price: "$500+", period: "/mo", features: [
|
||||
"Global Profit Share", "Equity Vault", "Mentorship"],
|
||||
button: {
|
||||
text: "Partner Up",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h3r7f0&_wi=2",
|
||||
imageAlt: "3d futuristic tech modules",
|
||||
},
|
||||
text: "Partner Up"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h3r7f0&_wi=2", imageAlt: "3d futuristic tech modules"},
|
||||
]}
|
||||
title="The Progression Pathway"
|
||||
description="Choose your level of involvement and start your journey."
|
||||
@@ -205,31 +132,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$50k+",
|
||||
title: "Total Payouts",
|
||||
items: [
|
||||
"Verified payments",
|
||||
"Secure transfers",
|
||||
],
|
||||
id: "m1", value: "$50k+", title: "Total Payouts", items: [
|
||||
"Verified payments", "Secure transfers"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "120+",
|
||||
title: "Agency Projects",
|
||||
items: [
|
||||
"Client success",
|
||||
"Real world work",
|
||||
],
|
||||
id: "m2", value: "120+", title: "Agency Projects", items: [
|
||||
"Client success", "Real world work"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5,000+",
|
||||
title: "Active Learners",
|
||||
items: [
|
||||
"Global community",
|
||||
"Growing daily",
|
||||
],
|
||||
id: "m3", value: "5,000+", title: "Active Learners", items: [
|
||||
"Global community", "Growing daily"],
|
||||
},
|
||||
]}
|
||||
title="Live Ecosystem Stats"
|
||||
@@ -242,30 +154,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ali Khan",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=96urtu",
|
||||
},
|
||||
id: "t1", name: "Ali Khan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=96urtu"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Ahmed",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x512c3",
|
||||
},
|
||||
id: "t2", name: "Sarah Ahmed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x512c3"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Bilal Sheikh",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8q1m5d",
|
||||
},
|
||||
id: "t3", name: "Bilal Sheikh", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8q1m5d"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Zoya Malik",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4hmovf",
|
||||
},
|
||||
id: "t4", name: "Zoya Malik", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4hmovf"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Omar Farooq",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o0wcfv",
|
||||
},
|
||||
id: "t5", name: "Omar Farooq", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o0wcfv"},
|
||||
]}
|
||||
cardTitle="Success Stories"
|
||||
cardTag="Our Graduates"
|
||||
@@ -277,11 +174,11 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Join Today"
|
||||
title="Ready to Start?"
|
||||
description="Join thousands of successful partners in the Ghar Se Grow network."
|
||||
inputPlaceholder="Enter your email to Get Started"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -290,29 +187,19 @@ export default function LandingPage() {
|
||||
logoText="G.G"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "KYC",
|
||||
href: "#",
|
||||
},
|
||||
label: "KYC", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{
|
||||
label: "Affiliate Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Affiliate Terms", href: "#"},
|
||||
{
|
||||
label: "Career Roadmap",
|
||||
href: "#",
|
||||
},
|
||||
label: "Career Roadmap", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -322,4 +209,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user