diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c6581f..ac34849 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,12 +65,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/various-colored-sushi-set-top-view_140725-5704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-colored-sushi-set-top-view_140725-5704.jpg?_wi=1", imageAlt: "Fresh sushi", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/celebration-wedding-luxury-service-decoration_1203-4937.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/celebration-wedding-luxury-service-decoration_1203-4937.jpg?_wi=1", imageAlt: "Hot buffet", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { title: "Buffet Selection", subtitle: "Constantly Refreshed", description: "Wide variety of hot, savory dishes prepared with care and quality.", - imageSrc: "http://img.b2bpic.net/free-photo/various-colored-sushi-set-top-view_140725-5704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-colored-sushi-set-top-view_140725-5704.jpg?_wi=2", imageAlt: "Sushi rolls topped with salmon and radish", }, { @@ -123,7 +123,7 @@ export default function LandingPage() { title: "Cleanliness First", subtitle: "Immaculate Standards", description: "We maintain an impeccably clean environment so you can dine with confidence.", - imageSrc: "http://img.b2bpic.net/free-photo/celebration-wedding-luxury-service-decoration_1203-4937.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/celebration-wedding-luxury-service-decoration_1203-4937.jpg?_wi=2", imageAlt: "Sushi rolls topped with salmon and radish", }, ]}