diff --git a/src/app/page.tsx b/src/app/page.tsx index 726a82d..ce0e88b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,27 +71,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-background-white-spa-towels-wood_1258-111485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-background-white-spa-towels-wood_1258-111485.jpg?_wi=1", imageAlt: "Plumbing service 1", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1", imageAlt: "Plumbing service 2", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326545.jpg?_wi=1", imageAlt: "Plumbing service 3", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/aerator-closeup-copper-glow-modern-faucet_169016-69020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerator-closeup-copper-glow-modern-faucet_169016-69020.jpg?_wi=1", imageAlt: "Plumbing service 4", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=1", imageAlt: "Plumbing service 5", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { title: "Residential Plumbing", description: "Expert repairs and maintenance for your home.", tag: "Essential", - imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-background-white-spa-towels-wood_1258-111485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-background-white-spa-towels-wood_1258-111485.jpg?_wi=2", imageAlt: "luxury professional plumbing bathroom interior", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { title: "Septic Tank Service", description: "Professional pumping and system maintenance.", tag: "Expertise", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2", imageAlt: "luxury professional plumbing bathroom interior", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { title: "Drain Cleaning", description: "Fast and effective clearing of all blockages.", tag: "Efficiency", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326545.jpg?_wi=2", imageAlt: "luxury professional plumbing bathroom interior", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { title: "Water Heater Repair", description: "Reliable repair for all tank and tankless models.", tag: "Urgent", - imageSrc: "http://img.b2bpic.net/free-photo/aerator-closeup-copper-glow-modern-faucet_169016-69020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerator-closeup-copper-glow-modern-faucet_169016-69020.jpg?_wi=2", imageAlt: "luxury professional plumbing bathroom interior", }, { @@ -172,7 +172,7 @@ export default function LandingPage() { title: "Emergency Services", description: "24/7 support when you need it most.", tag: "Emergency", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=2", imageAlt: "luxury professional plumbing bathroom interior", }, ]}