From b49bf5be3300fcd6d2187b1a426a09a6e36793d6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:21:06 +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 5d9a075..ce9a155 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,8 @@ export default function LandingPage() { { text: "Visit Us Today", href: "#contact" } ]} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/various-colored-sushi-set-top-view_140725-5704.jpg", imageAlt: "Fresh sushi" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/celebration-wedding-luxury-service-decoration_1203-4937.jpg", imageAlt: "Hot buffet" }, + { id: "1", 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?_wi=1", imageAlt: "Hot buffet" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-preparing-sushi-order-takeaway_23-2149050362.jpg", imageAlt: "Handcrafted sushi" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-crockery-with-teapot-silver-spoon_23-2148798081.jpg", imageAlt: "Modern interior" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/combination-makeup-textures_23-2150039188.jpg", imageAlt: "Fresh ingredients" }, @@ -67,8 +67,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { tag: "Fresh", title: "Sushi Bar", subtitle: "Handcrafted Daily", description: "Expertly prepared sushi featuring premium ingredients and precision cuts.", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-topped-with-salmon-radish_140725-4241.jpg", imageAlt: "Sushi rolls topped with salmon and radish" }, - { tag: "Abundant", 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", imageAlt: "Sushi rolls topped with salmon and radish" }, - { tag: "Spotless", 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", imageAlt: "Sushi rolls topped with salmon and radish" } + { tag: "Abundant", 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?_wi=2", imageAlt: "Sushi rolls topped with salmon and radish" }, + { tag: "Spotless", 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?_wi=2", imageAlt: "Sushi rolls topped with salmon and radish" } ]} title="A Curated Experience" description="We blend quality, cleanliness, and selection into an elevated dining journey." -- 2.49.1