From 7e2a53f37071461759330e5406aa7b07b27fad78 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:14:59 +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 a3b9eeb..9881ed2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="medium" - background="blurBottom" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Professional Healthcare" tagIcon={Heart} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Book Your Appointment", href: "contact" }, { text: "Learn More", href: "about" } -- 2.49.1