Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-27 19:02:47 +00:00

View File

@@ -82,17 +82,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "hero-carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-white-plate-decorated-with-flowers_23-2151973729.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-white-plate-decorated-with-flowers_23-2151973729.jpg?_wi=1",
imageAlt: "Gourmet tapas dish",
},
{
id: "hero-carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=1",
imageAlt: "Restaurant interior",
},
{
id: "hero-carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471871.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471871.jpg?_wi=1",
imageAlt: "Chef preparing dish",
},
{
@@ -155,7 +155,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-white-plate-decorated-with-flowers_23-2151973729.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-white-plate-decorated-with-flowers_23-2151973729.jpg?_wi=2",
imageAlt: "gourmet beef tenderloin fine dining",
},
{
@@ -180,7 +180,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=2",
imageAlt: "gourmet beef tenderloin fine dining",
},
{
@@ -205,7 +205,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471871.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471871.jpg?_wi=2",
imageAlt: "gourmet beef tenderloin fine dining",
},
]}