diff --git a/src/app/page.tsx b/src/app/page.tsx index 8736e12..e00d309 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,10 +59,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746296.jpg", imageAlt: "Professional drain cleaning service in action" }, { - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "Advanced drain cleaning equipment" + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=1", imageAlt: "Advanced drain cleaning equipment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721534.jpg", imageAlt: "Experienced drain cleaning technicians" + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721534.jpg?_wi=1", imageAlt: "Experienced drain cleaning technicians" } ]} mediaAnimation="none" @@ -74,7 +74,7 @@ export default function LandingPage() { title="Local Drain Experts You Can Trust" description="The Drain Cleaner is your trusted local partner for all drain and sewer issues in Grand Island and surrounding areas. With a 5-star rating from 206 reviews, we're committed to fast response times, professional expertise, and affordable pricing. Available 24/7 for emergency drain problems." tag="About Us" - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721534.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721534.jpg?_wi=2" imageAlt="The Drain Cleaner professional team" buttons={[ { text: "Schedule Service Now", href: "#contact" } @@ -88,7 +88,7 @@ export default function LandingPage() { title="Why Choose The Drain Cleaner?" description="We combine fast response times with expert service and fair pricing to solve your drain problems right the first time." tag="Our Advantages" - imageSrc="http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg" + imageSrc="http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=2" imageAlt="Professional drain cleaning equipment and service" mediaPosition="left" mediaAnimation="none" @@ -124,13 +124,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Drain Cleaning", price: "Starting $150", variant: "Professional cleaning for slow or clogged drains", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "Drain cleaning service" + id: "1", name: "Drain Cleaning", price: "Starting $150", variant: "Professional cleaning for slow or clogged drains", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=3", imageAlt: "Drain cleaning service" }, { - id: "2", name: "Sewer Line Cleaning", price: "Call for Quote", variant: "Complete sewer system cleaning and inspection", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "Sewer line cleaning" + id: "2", name: "Sewer Line Cleaning", price: "Call for Quote", variant: "Complete sewer system cleaning and inspection", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=4", imageAlt: "Sewer line cleaning" }, { - id: "3", name: "Root Removal", price: "Call for Quote", variant: "Tree root removal from pipes and sewer lines", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "Tree root removal service" + id: "3", name: "Root Removal", price: "Call for Quote", variant: "Tree root removal from pipes and sewer lines", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=5", imageAlt: "Tree root removal service" } ]} />