From 4ca9d6d465bec71ac76db4c6ad72ba7311c0cc32 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:00:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3692fd5..0f4a088 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Painless & Compassionate" tagIcon={Smile} tagAnimation="slide-up" - background={{ variant: "plain" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Book Your Painless Visit", href: "contact" }, { text: "Call Now", href: "tel:+91-XXXXXXXXXX" } @@ -174,7 +174,7 @@ export default function LandingPage() { description="Subscribe to receive dental health tips, special offers, and appointment reminders. We respect your privacy and never share your information." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "plain" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/women-wearing-masks-therapy_23-2148913111.jpg" imageAlt="Dental clinic patient care" -- 2.49.1