From 423e228e6e5d9dd405242e17d25158281cd9e790 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:09:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 158 ++++++++++++----------------------------------- 1 file changed, 40 insertions(+), 118 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ec82ab..df4d3b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,9 +55,7 @@ export default function HomePage() { brandName="UpDigital" navItems={navItems} button={{ - text: "Get Started", - href: "contact", - }} + text: "Get Started", href: "contact"}} /> @@ -73,14 +71,11 @@ export default function HomePage() { { text: "View Our Work", href: "portfolio" }, ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} dashboard={{ - title: "Client Success Hub", - logoIcon: Zap, + title: "Client Success Hub", logoIcon: Zap, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/a-modern-digital-agency-dashboard-interf-1772644003956-bfcb7b9c.png", - searchPlaceholder: "Search projects...", - buttons: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU2NQyVbpdiYdFfk3hMq9ltr2M/a-modern-digital-agency-dashboard-interf-1772644003956-bfcb7b9c.png", searchPlaceholder: "Search projects...", buttons: [ { text: "Dashboard", href: "#" }, { text: "Analytics", href: "#" }, ], @@ -91,48 +86,32 @@ export default function HomePage() { ], stats: [ { - title: "Projects Completed", - values: [156, 189, 215], - description: "Successful deliveries", - }, + title: "Projects Completed", values: [156, 189, 215], + description: "Successful deliveries"}, { - title: "Client Satisfaction", - values: [94, 96, 98], - valueSuffix: "%", - description: "Average rating", - }, + title: "Client Satisfaction", values: [94, 96, 98], + valueSuffix: "%", description: "Average rating"}, { - title: "Revenue Generated", - values: [2400000, 3150000, 4200000], - valuePrefix: "$", - description: "For our clients", - }, + title: "Revenue Generated", values: [2400000, 3150000, 4200000], + valuePrefix: "$", description: "For our clients"}, ], - chartTitle: "Growth Metrics", - chartData: [ + chartTitle: "Growth Metrics", chartData: [ { value: 65 }, { value: 75 }, { value: 85 }, { value: 80 }, { value: 95 }, ], - listTitle: "Recent Projects", - listItems: [ + listTitle: "Recent Projects", listItems: [ { icon: CheckCircle, - title: "E-Commerce Platform Redesign", - status: "Completed", - }, + title: "E-Commerce Platform Redesign", status: "Completed"}, { icon: Zap, - title: "Mobile App Development", - status: "In Progress", - }, + title: "Mobile App Development", status: "In Progress"}, { icon: Target, - title: "Digital Marketing Campaign", - status: "Completed", - }, + title: "Digital Marketing Campaign", status: "Completed"}, ], }} /> @@ -176,83 +155,35 @@ export default function HomePage() { @@ -273,15 +203,7 @@ export default function HomePage() { tagIcon={Globe} tagAnimation="slide-up" names={[ - "TechFlow", - "StartupXYZ", - "GrowthCo", - "Enterprise Solutions", - "MediaGroup", - "Digital Boutique", - "InnovateLab", - "FutureVentures", - ]} + "TechFlow", "StartupXYZ", "GrowthCo", "Enterprise Solutions", "MediaGroup", "Digital Boutique", "InnovateLab", "FutureVentures"]} textboxLayout="default" useInvertedBackground={true} speed={40} -- 2.49.1