Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 13:56:06 +00:00

View File

@@ -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"
}
]}