From bab9d5f16d54a0362899f2f9eb37603d71e44363 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:38:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28d9b30..4fc9003 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Award-Winning Barbershop" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} kpis={[ { value: "15+", label: "Years of Excellence" }, { value: "5000+", label: "Satisfied Customers" }, @@ -219,7 +219,7 @@ export default function LandingPage() { { text: "Call Us", href: "tel:+1-555-123-4567" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={true} /> -- 2.49.1