From 2647ec5985c3eeb72d49f484fde0179acefed45a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 09:46:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 281 ++++++++--------------------------------------- 1 file changed, 43 insertions(+), 238 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1dbcce..0153a6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,31 +20,23 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -303,21 +146,9 @@ export default function LandingPage() { title="By The Numbers" tag="Our Impact" metrics={[ - { - id: "1", - value: "5000+", - description: "Cakes Baked", - }, - { - id: "2", - value: "100%", - description: "Happy Customers", - }, - { - id: "3", - value: "15+", - description: "Years of Baking", - }, + { id: "1", value: "5000+", description: "Cakes Baked" }, + { id: "2", value: "100%", description: "Happy Customers" }, + { id: "3", value: "15+", description: "Years of Baking" }, ]} metricsAnimation="slide-up" /> @@ -326,9 +157,7 @@ export default function LandingPage() {