From 0a3c334fe502769f56930d50f7b187b01d0f66fa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:37:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16cd790..53dbf20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,13 +49,13 @@ export default function LandingPage() { slides={[ { imageSrc: - "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Professional plumbing repair"}, + "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=1", imageAlt: "Professional plumbing repair"}, { imageSrc: - "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing service"}, + "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", imageAlt: "Emergency plumbing service"}, { imageSrc: - "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg", imageAlt: "Our professional team"}, + "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=1", imageAlt: "Our professional team"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -71,7 +71,7 @@ export default function LandingPage() { { value: "10,000+", title: "Happy Customers" }, { value: "99.8%", title: "Satisfaction Rate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=2" imageAlt="ProFlow Plumbing team" useInvertedBackground={false} mediaAnimation="blur-reveal" @@ -105,13 +105,13 @@ export default function LandingPage() { products={[ { id: "1", name: "Emergency Repair", price: "Starting at $95", imageSrc: - "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing repair"}, + "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", imageAlt: "Emergency plumbing repair"}, { id: "2", name: "Routine Maintenance", price: "Starting at $150", imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", imageAlt: "Preventive maintenance service"}, { id: "3", name: "Installation Services", price: "Starting at $200", imageSrc: - "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg", imageAlt: "Professional installation"}, + "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=3", imageAlt: "Professional installation"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -153,19 +153,19 @@ export default function LandingPage() { { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Downtown Neighborhood", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { id: "2", name: "James Rodriguez", role: "Property Manager", company: "Green Valley Apartments", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Rodriguez"}, { id: "3", name: "Emily Chen", role: "Business Owner", company: "City Restaurant Group", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Chen"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Chen"}, { id: "4", name: "Michael Thompson", role: "Homeowner", company: "Riverside District", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Thompson"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -179,7 +179,7 @@ export default function LandingPage() { tag="Get Help Now" title="Schedule Your Service Today" description="Contact us for emergency repairs, routine maintenance, or any plumbing needs. Our team is ready to help you 24/7." - 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=2" imageAlt="Professional plumbing service" useInvertedBackground={false} background={{ variant: "plain" }} -- 2.49.1