From 80a18fc0b8eceb2fb33276ae4dcee3f329867440 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:20:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1