diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 3ccb0db..915f6a7 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -63,7 +63,7 @@ export default function BookingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="large" - background="grid" + background="animated-grid" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 11494c3..a539e5e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -147,7 +147,7 @@ export default function ContactPage() { }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index a56dad5..7f605c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumLarge" sizing="large" - background="grid" + background="animated-grid" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -53,7 +53,7 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/woman-mixing-hair-dye-bowl_23-2149167378.jpg" imageAlt="luxury salon interior gold black elegant" mediaAnimation="blur-reveal" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} testimonials={[ { name: "Sarah Johnson", diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d7ff657..ad1b2c2 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -17,7 +17,7 @@ export default function ServicesPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="large" - background="grid" + background="animated-grid" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow"