From 31e8ac3b56f8dcbd3d47f8afc768e3892364e3ac Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:59:49 +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 051868a..091b992 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -47,7 +47,7 @@ export default function LandingPage() { description="Expert roof repair, replacement, and storm damage restoration. Licensed, insured, and veteran-owned. Free inspections available 24/7." tag="Premium Roofing Services" tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Get Free Roof Inspection", href: "#contact" }, { text: "Call Now: +1 972-380-9300", href: "tel:+19723809300" } -- 2.49.1