From 28e6a0fd31f9ce2782521fa7ae41bc3df2efbf86 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:04:04 +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 12f7083..98528b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Your Smile, Our Passion" description="Transform your smile with Eziam Dental—Pretoria's trusted partner for exceptional dental care. With a perfect 5.0 rating from 245 verified patients, we combine advanced techniques with genuine compassion. Experience clinical excellence in a warm, welcoming environment at Willows Crossing Shopping Centre." - background={{ variant: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Schedule Now", href: "#contact" }, { text: "Call 067 401 1372", href: "tel:0674011372" } @@ -184,7 +184,7 @@ export default function LandingPage() { { text: "Book Appointment", href: "#contact" }, { text: "Call 067 401 1372", href: "tel:0674011372" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} /> -- 2.49.1