diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1071757..3cd634e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,7 +45,7 @@ export default function AboutPage() { { value: "9+", title: "Years Serving Arcadia" }, { value: "4.4★", title: "Customer Satisfaction Rating" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg" imageAlt="ISLES team member working in landscape" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -77,7 +77,7 @@ export default function AboutPage() { tag="Get Connected" title="Start Your Journey with ISLES" description="Ready to experience professional landscaping and lawn care from Arcadia's trusted local team? Contact us today for your free consultation and estimate." - background={{ variant: "glowing-orb" }} + background={{ variant: "fluid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Free Estimate" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 720377e..b2b944f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -40,7 +40,7 @@ export default function ContactPage() { tag="Let's Connect" title="Ready for a Better Lawn?" description="Request your free estimate today. Our team will assess your property and provide a personalized lawn care and landscaping plan tailored to your needs. We look forward to transforming your outdoor space!" - background={{ variant: "glowing-orb" }} + background={{ variant: "fluid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Free Estimate" @@ -58,7 +58,7 @@ export default function ContactPage() { { value: "Fast", title: "Response Times" }, { value: "Free", title: "Estimates & Consultation" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg" imageAlt="ISLES professional at work" mediaAnimation="blur-reveal" metricsAnimation="slide-up" diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 023ac15..6728102 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -39,29 +39,11 @@ export default function GalleryPage() {