From cd5db8d949ad86a1c2ac8d41ae326a36d00900e4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:28:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9943232..fe350b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Book Your Cut", href: "#booking" }, { text: "View Services", href: "#services" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} dashboard={{ title: "The Best Barber Experience", logoIcon: Barcode, imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barber-holding-scissors-barbershop_23-2148985745.jpg", buttons: [ @@ -61,9 +61,9 @@ export default function LandingPage() { { icon: MessageCircle }, ], stats: [ - { title: "Satisfied Clients", values: ["500", "1200", "2400"], description: "Happy customers served" }, - { title: "Years Experience", values: ["5", "8", "10"], valueSuffix: "+", description: "Excellence in barbering" }, - { title: "Rating", values: ["4.8", "4.9", "5.0"], description: "Average customer rating" }, + { title: "Satisfied Clients", values: [500, 1200, 2400], description: "Happy customers served" }, + { title: "Years Experience", values: [5, 8, 10], valueSuffix: "+", description: "Excellence in barbering" }, + { title: "Rating", values: [4.8, 4.9, 5.0], description: "Average customer rating" }, ], listTitle: "Why Choose Us", listItems: [ { icon: CheckCircle, title: "Precision Fades", status: "Premium" }, -- 2.49.1