From ec963d066e5763229cebcea09b51fc3af0a5ef1d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:52:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b11755c..6363c83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Learn More", href: "#services" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} testimonials={[ { name: "Sarah M.", handle: "@sarahmpatient", testimonial: "Finally found a dentist who listens and explains everything. No surprises, just honest care.", rating: 5, -- 2.49.1