From 26b07f864df135c6b131dd2d884c62e88216d4c1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:51:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 284 ++++++++--------------------------------------- 1 file changed, 49 insertions(+), 235 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86a7a82..003c26b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,109 +47,42 @@ export default function LandingPage() {
@@ -182,44 +107,18 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Startup Ideas", - description: "100+ vetted ideas specifically designed for high school student limitations.", - bentoComponent: "reveal-icon", - icon: Lightbulb, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gmiz1c&_wi=2", - imageAlt: "young entrepreneur working", + title: "Startup Ideas", description: "100+ vetted ideas specifically designed for high school student limitations.", bentoComponent: "reveal-icon", icon: Lightbulb }, { - title: "Money Habits", - description: "Master personal finance before you start your business.", - bentoComponent: "reveal-icon", - icon: Wallet, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rysl0r&_wi=2", - imageAlt: "young entrepreneur working", + title: "Money Habits", description: "Master personal finance before you start your business.", bentoComponent: "reveal-icon", icon: Wallet }, { - title: "Entrepreneurial Path", - description: "A structured timeline for launching your first project.", - bentoComponent: "timeline", - heading: "Launch Plan", - subheading: "4 Week Roadmap", - items: [ - { - label: "Ideation", - detail: "Identify your niche", - }, - { - label: "Planning", - detail: "Define your offer", - }, - { - label: "MVP", - detail: "Build your base", - }, + title: "Entrepreneurial Path", description: "A structured timeline for launching your first project.", bentoComponent: "timeline", heading: "Launch Plan", subheading: "4 Week Roadmap", items: [ + { label: "Ideation", detail: "Identify your niche" }, + { label: "Planning", detail: "Define your offer" }, + { label: "MVP", detail: "Build your base" } ], - completedLabel: "Launch", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1da6jy&_wi=2", - imageAlt: "young entrepreneur working", + completedLabel: "Launch" }, ]} title="Build Your Startup Today" @@ -229,36 +128,13 @@ export default function LandingPage() {
@@ -311,21 +160,9 @@ export default function LandingPage() { @@ -368,16 +190,8 @@ export default function LandingPage() { logoText="NextGen Business Tips" copyrightText="© 2025 | NextGen Business Tips" socialLinks={[ - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, ]} /> -- 2.49.1