From f7080bfe424b52c32b30aaa5de0345e798c08f90 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:50:37 +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 e609f1f..ba962d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Call Now" } ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg", imageAlt: "Professional roofing installation" @@ -216,7 +216,7 @@ export default function LandingPage() { { text: "Request Free Estimate", href: "#contact" }, { text: "Call Now" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={true} /> -- 2.49.1