From 03c87f9e2d7596c66311e4707558f7256dc5c8e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:46:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2953154..47075be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@customer", testimonial: "Excellent work and very professional! Fixed my leak in minutes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=1", imageAlt: "professional plumbing service commercial", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@homeowner", testimonial: "Replaced my old pipes and the quality is outstanding.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg?_wi=1", imageAlt: "pipe installation home interior", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@business", testimonial: "Trusted partner for all our commercial plumbing needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-businessman-taking-selfie_23-2147562062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-businessman-taking-selfie_23-2147562062.jpg?_wi=1", imageAlt: "happy customer smiling professional", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@client", testimonial: "Fast, affordable, and extremely helpful. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-401.jpg?_wi=1", imageAlt: "satisfied homeowner kitchen remodel", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg" + imageSrc="http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/close-up-smiling-businessman-taking-selfie_23-2147562062.jpg", @@ -170,37 +170,37 @@ export default function LandingPage() { id: "s1", name: "Pipe Installation", price: "Get Quote", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg?_wi=2", }, { id: "s2", name: "Leak Repair", price: "Get Quote", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg?_wi=3", }, { id: "s3", name: "Water Heater Installation", price: "Get Quote", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg?_wi=4", }, { id: "s4", name: "Bathroom Plumbing", price: "Get Quote", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg?_wi=5", }, { id: "s5", name: "Drain Cleaning", price: "Get Quote", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg?_wi=6", }, { id: "s6", name: "Emergency Services", price: "Get Quote", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg?_wi=7", }, ]} title="Our Plumbing Services" @@ -219,7 +219,7 @@ export default function LandingPage() { quote: "Mike replaced all the old galvanized pipes and installed new copper pipes. Excellent work and very professional.", name: "Michael R.", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-businessman-taking-selfie_23-2147562062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-businessman-taking-selfie_23-2147562062.jpg?_wi=2", }, { id: "t2", @@ -227,7 +227,7 @@ export default function LandingPage() { quote: "They showed up at 3 AM for a major emergency. Truly reliable 24/7 service.", name: "Jennifer K.", role: "Property Manager", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-401.jpg?_wi=2", }, { id: "t3", -- 2.49.1