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() {