From 8fe306befdd6c86a8f208f0b3e92ee019914be4e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:35:59 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c04d771..12763ea 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -60,7 +60,7 @@ export default function ContactPage() { tag="20+ Five Star Reviews" tagIcon={Star} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-with-wood_23-2148748856.jpg", imageAlt: "Professional roofer working on modern home at sunset"}, @@ -231,7 +231,7 @@ export default function ContactPage() { description="Don't wait until it causes more damage. Contact us immediately for fast, professional emergency roofing response." tagIcon={AlertCircle} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Emergency Help" -- 2.49.1 From af7b0b4781899369214791a7b3e74bc9df044448 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:36:00 +0000 Subject: [PATCH 2/4] 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 ef92a37..f8e156c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function HomePage() { tag="20+ Five Star Reviews" tagIcon={Star} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-with-wood_23-2148748856.jpg", imageAlt: "Professional roofer working on modern home at sunset"}, @@ -252,7 +252,7 @@ export default function HomePage() { description="Don't wait until it causes more damage. Contact us immediately for fast, professional emergency roofing response." tagIcon={AlertCircle} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Emergency Help" -- 2.49.1 From 1708d1dc3092a0a923e99f787ba2851fe12deb4f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:36:00 +0000 Subject: [PATCH 3/4] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 9c88cff..e3869db 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -94,7 +94,7 @@ export default function ReviewsPage() { description="Don't wait until it causes more damage. Contact us immediately for fast, professional emergency roofing response." tagIcon={AlertCircle} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Emergency Help" -- 2.49.1 From b5c7fb44f019562d2f683a055bc6772dbb9e569b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:36:00 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 09fe416..2dafd37 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -142,7 +142,7 @@ export default function ServicesPage() { description="Contact us today to discuss your roofing needs and receive a free, no-obligation estimate." tagIcon={AlertCircle} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Request Service" -- 2.49.1