diff --git a/src/app/page.tsx b/src/app/page.tsx index 9878365..ab51309 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { tag="Expert Plumbing Services" buttons={[{ text: "Get Your Free Estimate", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275713.jpg", imageAlt: "Professional plumbing services" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275713.jpg", imageAlt: "Expert diagnostic work" } + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275713.jpg?_wi=1", imageAlt: "Professional plumbing services" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275713.jpg?_wi=2", imageAlt: "Expert diagnostic work" } ]} mediaAnimation="slide-up" rating={5} @@ -70,9 +70,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: 1, title: "Expert Diagnostics", description: "Cutting-edge tools to pinpoint issues without guessing.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "Diagnostic work" }, - { id: 2, title: "Transparent Pricing", description: "Flat-rate quotes with no hidden costs or surprise surcharges.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "Transparent pricing" }, - { id: 3, title: "Multi-Unit Specialists", description: "Reliable plumbing solutions for commercial properties and retail.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "Commercial plumbing" }, + { id: 1, title: "Expert Diagnostics", description: "Cutting-edge tools to pinpoint issues without guessing.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=1", imageAlt: "Diagnostic work" }, + { id: 2, title: "Transparent Pricing", description: "Flat-rate quotes with no hidden costs or surprise surcharges.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=2", imageAlt: "Transparent pricing" }, + { id: 3, title: "Multi-Unit Specialists", description: "Reliable plumbing solutions for commercial properties and retail.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=3", imageAlt: "Commercial plumbing" }, ]} title="Comprehensive Plumbing Solutions" description="From emergency repairs to complex system installations, our expert diagnostics save you time and money." @@ -83,11 +83,11 @@ export default function LandingPage() {