From 89dc17006faccf3281b4992690069088f3dc8e1b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:54:51 +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 906ab96..ded331b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,30 +54,30 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7878.jpg", imageAlt: "Luxor Piscine completed pool installation" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7878.jpg?_wi=1", imageAlt: "Luxor Piscine completed pool installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/family-choosing-car-car-showroom_1303-17420.jpg", imageAlt: "Professional pool design consultation" + imageSrc: "http://img.b2bpic.net/free-photo/family-choosing-car-car-showroom_1303-17420.jpg?_wi=1", imageAlt: "Professional pool design consultation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35561.jpg", imageAlt: "Expert pool installation team at work" + imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35561.jpg?_wi=1", imageAlt: "Expert pool installation team at work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-ladder-with-grass-background_1203-952.jpg", imageAlt: "Professional pool maintenance service" + imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-ladder-with-grass-background_1203-952.jpg?_wi=1", imageAlt: "Professional pool maintenance service" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35561.jpg", imageAlt: "Professional pool construction in progress" + imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35561.jpg?_wi=2", imageAlt: "Professional pool construction in progress" }, { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7878.jpg", imageAlt: "Beautiful completed swimming pool" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7878.jpg?_wi=2", imageAlt: "Beautiful completed swimming pool" }, { - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-ladder-with-grass-background_1203-952.jpg", imageAlt: "Expert pool care and maintenance" + imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-ladder-with-grass-background_1203-952.jpg?_wi=2", imageAlt: "Expert pool care and maintenance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/family-choosing-car-car-showroom_1303-17420.jpg", imageAlt: "Pool design and planning expertise" + imageSrc: "http://img.b2bpic.net/free-photo/family-choosing-car-car-showroom_1303-17420.jpg?_wi=2", imageAlt: "Pool design and planning expertise" } ]} carouselPosition="right" @@ -125,15 +125,15 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Pool Design & Installation", description: "Custom-designed pools built to your exact specifications with expert craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/family-choosing-car-car-showroom_1303-17420.jpg", imageAlt: "Pool design and installation", buttonIcon: ArrowRight, + title: "Pool Design & Installation", description: "Custom-designed pools built to your exact specifications with expert craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/family-choosing-car-car-showroom_1303-17420.jpg?_wi=3", imageAlt: "Pool design and installation", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "Full Project Management", description: "We handle every step from initial consultation through final installation and handoff.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35561.jpg", imageAlt: "Professional pool project management", buttonIcon: ArrowRight, + title: "Full Project Management", description: "We handle every step from initial consultation through final installation and handoff.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35561.jpg?_wi=3", imageAlt: "Professional pool project management", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "Maintenance & Accessories", description: "Keep your pool in perfect condition with our professional maintenance and equipment services.", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-ladder-with-grass-background_1203-952.jpg", imageAlt: "Pool maintenance and care", buttonIcon: ArrowRight, + title: "Maintenance & Accessories", description: "Keep your pool in perfect condition with our professional maintenance and equipment services.", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-ladder-with-grass-background_1203-952.jpg?_wi=3", imageAlt: "Pool maintenance and care", buttonIcon: ArrowRight, buttonHref: "#contact" } ]} -- 2.49.1