From 31b6ea883cdfda35afcdebdd06216e3fa15bb58f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 05:38:42 +0000 Subject: [PATCH 1/2] 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" }, ]} /> -- 2.49.1 From d61317845282fde4eb3b4612d17c99b4e25b1f0d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 05:38:43 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d40c577..1019814 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -43,10 +43,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "General Plumbing", price: "Expert Repairs", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg", brand: "Plumbing" }, - { id: "p2", name: "Gas Fitting", price: "Safe Installs", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg", brand: "Gas" }, - { id: "p3", name: "Hot Water Systems", price: "Fast Repairs", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg", brand: "Systems" }, - { id: "p4", name: "Blocked Drains", price: "Fast Diagnosis", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg", brand: "Drains" }, + { id: "p1", name: "General Plumbing", price: "Expert Repairs", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg?_wi=2", brand: "Plumbing" }, + { id: "p2", name: "Gas Fitting", price: "Safe Installs", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg?_wi=3", brand: "Gas" }, + { id: "p3", name: "Hot Water Systems", price: "Fast Repairs", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg?_wi=4", brand: "Systems" }, + { id: "p4", name: "Blocked Drains", price: "Fast Diagnosis", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg?_wi=5", brand: "Drains" }, ]} title="Professional Plumbing & Gas Services" description="Our comprehensive list of plumbing solutions." -- 2.49.1