diff --git a/src/app/page.tsx b/src/app/page.tsx index b611411..0315fb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,23 +17,24 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -179,31 +140,16 @@ export default function LandingPage() { description="Serving the Calgary community with unparalleled technical expertise and dedication." metrics={[ { - id: "1", - value: "15+", - title: "Years Experience", - items: [ - "Serving Calgary since 2010", - "Qualified Master Plumbers", - ], + id: "1", value: "15+", title: "Years Experience", items: [ + "Serving Calgary since 2010", "Qualified Master Plumbers"], }, { - id: "2", - value: "24/7", - title: "Availability", - items: [ - "Emergency response", - "Available weekends & holidays", - ], + id: "2", value: "24/7", title: "Availability", items: [ + "Emergency response", "Available weekends & holidays"], }, { - id: "3", - value: "100%", - title: "Satisfaction", - items: [ - "Warranty on all labor", - "Customer focus first", - ], + id: "3", value: "100%", title: "Satisfaction", items: [ + "Warranty on all labor", "Customer focus first"], }, ]} /> @@ -213,29 +159,19 @@ export default function LandingPage() {