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} />