From 4cf3a707827d6e2c1827617d9a39da40bb1b32de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:26:46 +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 0f4a088..3e7bda3 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: "animated-grid" }} + background={{ variant: "noise" }} 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: "animated-grid" }} + background={{ variant: "noise" }} useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/women-wearing-masks-therapy_23-2148913111.jpg" imageAlt="Dental clinic patient care" @@ -223,4 +223,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1