diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 12763ea..706c934 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: "circleGradient" }} + background={{ variant: "glowing-orb" }} 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: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Emergency Help" diff --git a/src/app/page.tsx b/src/app/page.tsx index f8e156c..d8a183a 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: "circleGradient" }} + background={{ variant: "glowing-orb" }} 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: "circleGradient" }} + background={{ variant: "radial-gradient" }} 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 e3869db..574b925 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: "circleGradient" }} + background={{ variant: "radial-gradient" }} 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 2dafd37..b7bd9ff 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: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Request Service"