Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-28 21:56:12 +00:00

View File

@@ -67,12 +67,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg?_wi=1",
imageAlt: "Chef plating",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-kitchen_23-2148471872.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-kitchen_23-2148471872.jpg?_wi=1",
imageAlt: "Gourmet meal",
},
{
@@ -148,7 +148,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg?_wi=2",
imageAlt: "gourmet restaurant dining room luxury",
},
{
@@ -169,7 +169,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-kitchen_23-2148471872.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-kitchen_23-2148471872.jpg?_wi=2",
imageAlt: "gourmet restaurant dining room luxury",
},
]}