diff --git a/src/app/page.tsx b/src/app/page.tsx index 8231d3e..ed9b4ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,19 +46,14 @@ export default function LandingPage() {
@@ -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,8 +174,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file