diff --git a/src/app/page.tsx b/src/app/page.tsx index 3273231..a86f923 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,17 +69,17 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694111.jpg?_wi=1", imageAlt: "Luxury villa at sunset", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-sunset-skyline_181624-41261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-sunset-skyline_181624-41261.jpg?_wi=1", imageAlt: "Modern penthouse view", }, { id: "h3", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg?_wi=1", imageAlt: "Coastal mansion pool", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { imageAlt: "Consultation space", }, reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694111.jpg?_wi=2", imageAlt: "modern villa exterior", }, { @@ -171,7 +171,7 @@ export default function LandingPage() { imageAlt: "Portfolio access", }, reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-sunset-skyline_181624-41261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-sunset-skyline_181624-41261.jpg?_wi=2", imageAlt: "modern villa exterior", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { imageAlt: "Global reach", }, reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg?_wi=2", imageAlt: "modern villa exterior", }, ]}