Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-09 19:22:18 +00:00

View File

@@ -81,12 +81,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "hero-carousel-item-1",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=1",
imageAlt: "Luxurious restaurant interior",
},
{
id: "hero-carousel-item-2",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg?_wi=1",
imageAlt: "Exquisite gourmet dish",
},
{
@@ -178,7 +178,7 @@ export default function LandingPage() {
imageAlt: "Chef explaining a dish to a customer",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=2",
imageAlt: "soft ambient lighting restaurant interior",
},
{
@@ -195,7 +195,7 @@ export default function LandingPage() {
imageAlt: "Artisan bread basket",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg?_wi=2",
imageAlt: "soft ambient lighting restaurant interior",
},
]}