From 31b6ea883cdfda35afcdebdd06216e3fa15bb58f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 05:38:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 486c35c..ba3a87a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg", imageAlt: "Plumbing service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", imageAlt: "Gas fitting tools" }, + { imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg?_wi=1", imageAlt: "Gas fitting tools" }, ]} mediaAnimation="slide-up" rating={5} @@ -94,8 +94,8 @@ export default function LandingPage() { title="Clear & Transparent Pricing" description="Quality service at rates you can depend on." plans={[ - { id: "basic", title: "General Repair", price: "$120", period: "/ hr", features: ["Qualified Plumber", "1-Hour Minimum", "Standard Parts Included", "Workmanship Guarantee"], button: { text: "Book Now", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg" }, - { id: "pro", title: "Emergency Callout", price: "$250", period: "/ visit", features: ["24/7 Availability", "Priority Response", "Comprehensive Diagnosis", "Full Report Provided"], button: { text: "Emergency Call", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg" }, + { id: "basic", title: "General Repair", price: "$120", period: "/ hr", features: ["Qualified Plumber", "1-Hour Minimum", "Standard Parts Included", "Workmanship Guarantee"], button: { text: "Book Now", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg?_wi=1" }, + { id: "pro", title: "Emergency Callout", price: "$250", period: "/ visit", features: ["24/7 Availability", "Priority Response", "Comprehensive Diagnosis", "Full Report Provided"], button: { text: "Emergency Call", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg?_wi=2" }, ]} />