diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bfe381..a334b66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,17 +62,17 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg?_wi=1", imageAlt: "Lifestyle Hub", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg?_wi=1", imageAlt: "Luxury Dining", }, { id: "h3", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-shopping_23-2149160639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-shopping_23-2149160639.jpg?_wi=1", imageAlt: "Wellness & Spa", }, { @@ -118,7 +118,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg?_wi=2", imageAlt: "local cuisine banga soup dining", }, { @@ -130,7 +130,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-with-champagne_23-2148339609.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg?_wi=2", imageAlt: "local cuisine banga soup dining", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-shopping-cart-outside_1303-14924.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-shopping_23-2149160639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-shopping_23-2149160639.jpg?_wi=2", imageAlt: "local cuisine banga soup dining", }, ]} @@ -253,7 +253,7 @@ export default function LandingPage() { button: { text: "Book Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg?_wi=3", imageAlt: "Computer desktop behind the table", }, { @@ -268,7 +268,7 @@ export default function LandingPage() { button: { text: "Book Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg?_wi=3", imageAlt: "Computer desktop behind the table", }, ]}