From 7e97f7ca7ad19fc9b9dd884626142cda1950103f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 16:11:51 +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 f1a7967..df96170 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { tag="Premium Grooming" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Book Appointment", href: "#contact" }, { text: "Learn More", href: "#philosophy" } -- 2.49.1