From 46e63e69f00ba94b8e98d660c98e322d7f52e50e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:33:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 277a4b1..e0ad72b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tag="Premier Dental Care" tagIcon={Smile} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Book Appointment", href: "#contact" }, { text: "Learn More", href: "#services" } @@ -160,22 +160,22 @@ export default function LandingPage() {