From 376d1b6e6e19ecd93f6f2c05b96779f147eb9948 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:22:44 +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 1398e67..e76c4bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Premium Dental Practice" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "20+", label: "Years Excellence" }, { value: "5000+", label: "Happy Patients" }, @@ -168,7 +168,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Schedule Your Smile Consultation" description="Ready to transform your smile? Book your personalized consultation with our dental specialists. We'll create a custom treatment plan tailored to your goals and budget." - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg" imageAlt="Luxury dental clinic waiting area" -- 2.49.1