From 8ad9a741116c53b8ca92bc193459722dbee645ae Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:23:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a1822a..ff9fcba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg", imageAlt: "Professional service team" + imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=1", imageAlt: "Professional service team" }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Expert plumbing work" + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "Expert plumbing work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg", imageAlt: "Licensed technician" + imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=1", imageAlt: "Licensed technician" } ]} mediaAnimation="slide-up" @@ -101,11 +101,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "Service Professionals", name: "Plumbing Solutions", price: "From ₹299", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Plumbing service" + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2", imageAlt: "Plumbing service" }, { id: "2", brand: "Service Professionals", name: "Electrical Work", price: "From ₹399", rating: 5, - reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg", imageAlt: "Electrical service" + reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=2", imageAlt: "Electrical service" }, { id: "3", brand: "Service Professionals", name: "General Maintenance", price: "From ₹199", rating: 5, @@ -136,7 +136,7 @@ export default function LandingPage() { id: "3", title: "Problem Solved", content: "We complete the work to your satisfaction with transparent pricing. 100% satisfaction guaranteed or your money back." } ]} - imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286114.jpg" + imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286114.jpg?_wi=1" imageAlt="Professional team at work" mediaAnimation="slide-up" useInvertedBackground={false} @@ -180,7 +180,7 @@ export default function LandingPage() { description="With over 8 years of dedicated service to our community, we've built our reputation on reliability, transparency, and customer satisfaction. Every job is treated with the same attention to detail, whether it's a small repair or a complete installation." tag="About Our Company" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286114.jpg" + imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286114.jpg?_wi=2" imageAlt="Our professional team" useInvertedBackground={false} buttons={[ @@ -222,7 +222,7 @@ export default function LandingPage() {