Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-23 22:20:08 +00:00

View File

@@ -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",
},
]}