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" 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" 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" 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"