From 04ca39b8821c60808a3010892d496d87037f986f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 09:30: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 e621df9..b3ed087 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { tag="Premium Dental Solutions" tagIcon={Smile} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Book Appointment", href: "#contact" }, { text: "Learn More", href: "#services" } @@ -223,7 +223,7 @@ export default function LandingPage() { description="Ready to take the next step toward a healthier, more beautiful smile? Contact us to book your appointment with Dr. Divya's Multispeciality Dental Clinic." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/waiting-room-lobby-with-empty-reception-counter-desk-give-help-support-patients-with-consultation-appointments-professional-treatment-space-with-checkup-visits-clinical-exam_482257-50526.jpg" imageAlt="Dr. Divya's Dental Clinic Contact" -- 2.49.1