diff --git a/src/app/page.tsx b/src/app/page.tsx index e8bfbc7..373d5c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+1-555-0123" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=1" imageAlt="Professional plumber responding to emergency" frameStyle="card" mediaAnimation="slide-up" @@ -62,7 +62,7 @@ export default function LandingPage() { title="Your Trusted Local Plumbing & Gas Fitting Partner" description="With over 20 years of experience serving residential and commercial clients, FastFlow Plumbing delivers reliable, professional service when you need it most. Our licensed technicians are trained in the latest plumbing and gas fitting techniques, committed to exceeding your expectations on every job." tag="About Us" - imageSrc="http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1" imageAlt="FastFlow Plumbing professional team" buttons={[{ text: "Learn More About Our Services", href: "#services" }]} useInvertedBackground={false} @@ -84,7 +84,7 @@ export default function LandingPage() { }, { id: "2", title: "Professional Installation & Repair", description: "Using quality materials and proven techniques, we complete your project efficiently with minimal disruption to your home or business.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-near-steel-pipes-with-tape-measure-hand_627829-11415.jpg", imageAlt: "Professional plumbing installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-near-steel-pipes-with-tape-measure-hand_627829-11415.jpg?_wi=1", imageAlt: "Professional plumbing installation"}, items: [ { icon: CheckCircle, text: "Quality materials" }, { icon: CheckCircle, text: "Expert installation" }, @@ -94,7 +94,7 @@ export default function LandingPage() { }, { id: "3", title: "Inspection & Guarantee", description: "After completion, we conduct a final inspection and provide a satisfaction guarantee. Our follow-up support ensures long-term peace of mind.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg", imageAlt: "Emergency plumbing response"}, + imageSrc: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg?_wi=1", imageAlt: "Emergency plumbing response"}, items: [ { icon: CheckCircle, text: "Final inspection" }, { icon: CheckCircle, text: "Satisfaction guarantee" }, @@ -117,13 +117,13 @@ export default function LandingPage() {