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" }