From 284544c18eed1c2792448c4348d3d1d887b4e4d9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:58:01 +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 1140e70..53f0855 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="medium" sizing="large" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -74,7 +74,7 @@ export default function HomePage() { description="Professional roof installation, repairs, and inspections in Galloway, NJ and South Jersey." tag="Premium Roofing Services" tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Get Free Estimate", href: "/contact" }, { text: "Call Now", href: "tel:+1609-407-3692" }, -- 2.49.1