From de6410029edb04cec4216f71354945ff7ffc92a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 07:50:27 +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 8e880ea..bc060aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmall" - background="animated-grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Expert Grooming" tagIcon={Scissors} tagAnimation="slide-up" - background={{ variant: "animated-grid" }} + background={{ variant: "plain" }} buttons={[ { text: "Book Appointment", href: "#contact" }, { text: "Learn More", href: "#about" } @@ -170,7 +170,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Book Your Appointment Today" description="Ready for a premium grooming experience? Contact us to schedule your appointment with one of our expert barbers. Walk-ins welcome!" - background={{ variant: "animated-grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ { text: "Call Now", href: "tel:+61893726254" }, -- 2.49.1