From ec54ed8e73b41a35e1c936cbaddb95d1aa9abd7c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:58:38 +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 cf93199..90bb42b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Serving Phoenix Since 2010" tagIcon={Wrench} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Schedule Emergency Service", href: "#contact" }, { text: "Call Now: (480) 956-6332", href: "tel:(480) 956-6332" } -- 2.49.1