diff --git a/src/app/page.tsx b/src/app/page.tsx index ae8f5a0..d3c15b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,16 +54,16 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/home-interior-with-books-dried-flowers_169016-1765.jpg", imageAlt: "Luxury cottage interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5967.jpg", imageAlt: "Cottage bathroom amenities" }, - { imageSrc: "http://img.b2bpic.net/free-photo/home-interior-with-books-dried-flowers_169016-1765.jpg", imageAlt: "Cozy cottage living area" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5967.jpg", imageAlt: "Elegant cottage bedroom" } + { imageSrc: "http://img.b2bpic.net/free-photo/home-interior-with-books-dried-flowers_169016-1765.jpg?_wi=1", imageAlt: "Luxury cottage interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5967.jpg?_wi=1", imageAlt: "Cottage bathroom amenities" }, + { imageSrc: "http://img.b2bpic.net/free-photo/home-interior-with-books-dried-flowers_169016-1765.jpg?_wi=2", imageAlt: "Cozy cottage living area" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5967.jpg?_wi=2", imageAlt: "Elegant cottage bedroom" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-red-rose-vase-drink-wooden-table-rooftop_23-2147891182.jpg", imageAlt: "Cottage exterior landscape" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Cottage outdoor entertainment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-red-rose-vase-drink-wooden-table-rooftop_23-2147891182.jpg", imageAlt: "Cottage garden terrace" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Scenic cottage views" } + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-red-rose-vase-drink-wooden-table-rooftop_23-2147891182.jpg?_wi=1", imageAlt: "Cottage exterior landscape" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=1", imageAlt: "Cottage outdoor entertainment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-red-rose-vase-drink-wooden-table-rooftop_23-2147891182.jpg?_wi=2", imageAlt: "Cottage garden terrace" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=2", imageAlt: "Scenic cottage views" } ]} carouselPosition="right" /> @@ -116,15 +116,15 @@ export default function LandingPage() { { title: "Luxury Bathrooms", description: "Spa-inspired ensuite bathrooms with premium fixtures and natural amenities", icon: Droplet, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-spa-bathroom-with-nature-view_23-2152008204.jpg", imageAlt: "Luxury bathroom design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-spa-bathroom-with-nature-view_23-2152008204.jpg", imageAlt: "Spa bathroom amenities" } + { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-spa-bathroom-with-nature-view_23-2152008204.jpg?_wi=1", imageAlt: "Luxury bathroom design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-spa-bathroom-with-nature-view_23-2152008204.jpg?_wi=2", imageAlt: "Spa bathroom amenities" } ] }, { title: "Fully Equipped Kitchens", description: "Professional-grade kitchens with modern appliances for home-prepared dining", icon: ChefHat, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/person-setting-their-new-year-goals_23-2149181778.jpg", imageAlt: "Modern kitchen design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/person-setting-their-new-year-goals_23-2149181778.jpg", imageAlt: "Premium kitchen appliances" } + { imageSrc: "http://img.b2bpic.net/free-photo/person-setting-their-new-year-goals_23-2149181778.jpg?_wi=1", imageAlt: "Modern kitchen design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/person-setting-their-new-year-goals_23-2149181778.jpg?_wi=2", imageAlt: "Premium kitchen appliances" } ] } ]}