From 5f8cbabc51b106dd58e07d74b1d2e62f8f86e131 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:15:40 +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 d68d732..8b8c25d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Schedule Service", href: "#contact" }, { text: "Call Now", href: "tel:+18558482269" } ]} - background={{ variant: "aurora" }} + background={{ variant: "downward-rays-static" }} buttonAnimation="slide-up" /> -- 2.49.1