Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-15 14:23:45 +00:00

View File

@@ -77,17 +77,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg?_wi=1",
imageAlt: "fine dining restaurant interior",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-served-table-with-breakfast-table-cheese-sausages-scrambled-eggs-jam-bread_140725-11552.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-served-table-with-breakfast-table-cheese-sausages-scrambled-eggs-jam-bread_140725-11552.jpg?_wi=1",
imageAlt: "gourmet dish plating elegant",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-garnished-with-vegetables-spices-sauce-plate-with-glass-white-wine-table_140725-11498.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-garnished-with-vegetables-spices-sauce-plate-with-glass-white-wine-table_140725-11498.jpg?_wi=1",
imageAlt: "rooftop lounge city view",
},
{
@@ -147,7 +147,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg?_wi=2",
imageAlt: "Tables and chairs arranged in empty coffee shop",
},
{
@@ -168,7 +168,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-served-table-with-breakfast-table-cheese-sausages-scrambled-eggs-jam-bread_140725-11552.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-served-table-with-breakfast-table-cheese-sausages-scrambled-eggs-jam-bread_140725-11552.jpg?_wi=2",
imageAlt: "Tables and chairs arranged in empty coffee shop",
},
{
@@ -189,7 +189,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-garnished-with-vegetables-spices-sauce-plate-with-glass-white-wine-table_140725-11498.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-garnished-with-vegetables-spices-sauce-plate-with-glass-white-wine-table_140725-11498.jpg?_wi=2",
imageAlt: "Tables and chairs arranged in empty coffee shop",
},
]}