From f02e2948aa1936d60c6e43d039e00052682e002e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 09:45:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index faecce7..ca18981 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function SitePage() { title="Professional Plumbing, Done Right." description="From leaky faucets to emergency repairs, Plumber's Crack delivers fast, reliable, and friendly service you can trust." background={{ - variant: "glowing-orb" + variant: "aurora" }} kpis={[ { value: "24/7", label: "Emergency Service" }, @@ -58,7 +58,6 @@ export default function SitePage() { { text: "Call Now for Service", href: "tel:+18001234567" }, { text: "Request a Quote", href: "#contact" } ]} - useInvertedBackground={false} /> -- 2.49.1