From ef144dbd26f94cf33b545f3af26dff097a6022f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:21:31 +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 60b02df..1398e67 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: "glowing-orb" }} + background={{ variant: "aurora" }} 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: "glowing-orb" }} + background={{ variant: "aurora" }} 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" @@ -211,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1