From dcb07b1b10d4979adee87e1795886126720fab6e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:31:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 161 +++++++++++------------------------------------ 1 file changed, 35 insertions(+), 126 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06cf555..72881a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,27 +18,23 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -100,24 +75,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Data Analytics", - description: "Turn data into actionable insights for smarter business decisions.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/digital-growth-analytics-dashboard-icon--1775349046255-e173f897.png", - imageAlt: "Analytics icon", - }, - { - title: "Social Strategy", - description: "Build engaged communities and boost social media visibility.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/social-media-engagement-icon-with-speech-1775349047989-b93d8918.png", - imageAlt: "Social growth icon", - }, - { - title: "Content Creation", - description: "Professional copy and media that resonates with your core audience.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/content-marketing-strategy-document-with-1775349047959-1383b02e.png", - imageAlt: "Content strategy icon", - }, + { title: "Data Analytics", description: "Turn data into actionable insights for smarter business decisions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/digital-growth-analytics-dashboard-icon--1775349046255-e173f897.png", imageAlt: "Analytics icon" }, + { title: "Social Strategy", description: "Build engaged communities and boost social media visibility.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/social-media-engagement-icon-with-speech-1775349047989-b93d8918.png", imageAlt: "Social growth icon" }, + { title: "Content Creation", description: "Professional copy and media that resonates with your core audience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/content-marketing-strategy-document-with-1775349047959-1383b02e.png", imageAlt: "Content strategy icon" } ]} title="Comprehensive Marketing Services" description="Customized strategies designed to elevate your brand performance." @@ -130,21 +90,9 @@ export default function LandingPage() { title="Performance at a Glance" tag="Results" metrics={[ - { - id: "m1", - value: "150+", - description: "Projects Delivered", - }, - { - id: "m2", - value: "45%", - description: "Average ROI Growth", - }, - { - id: "m3", - value: "24/7", - description: "Expert Support", - }, + { id: "m1", value: "150+", description: "Projects Delivered" }, + { id: "m2", value: "45%", description: "Average ROI Growth" }, + { id: "m3", value: "24/7", description: "Expert Support" } ]} metricsAnimation="slide-up" /> @@ -154,36 +102,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1