Update src/app/page.tsx

This commit is contained in:
2026-06-04 11:19:50 +00:00
parent 3418c97152
commit 139e7205ca

View File

@@ -80,17 +80,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "hero-1",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg?_wi=1",
imageAlt: "Luxurious dining interior",
},
{
id: "hero-2",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-grape-branch-statue-head-round-plate_176474-3089.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-grape-branch-statue-head-round-plate_176474-3089.jpg?_wi=1",
imageAlt: "Chef plating a gourmet dish",
},
{
id: "hero-3",
imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1820.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1820.jpg?_wi=1",
imageAlt: "Wine pouring into a glass",
},
{
@@ -201,7 +201,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg",
imageAlt: "Elegant table setting",
},
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg?_wi=2",
imageAlt: "chef cooking in gourmet kitchen",
},
{
@@ -215,7 +215,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/lots-red-wine-bottles-winery_1268-15680.jpg",
imageAlt: "Wine cellar",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-grape-branch-statue-head-round-plate_176474-3089.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-grape-branch-statue-head-round-plate_176474-3089.jpg?_wi=2",
imageAlt: "chef cooking in gourmet kitchen",
},
{
@@ -229,7 +229,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/candles-deers-statue-prepared-desk-waiting-food-visitors-evening-time_146671-14410.jpg",
imageAlt: "Outdoor dining patio",
},
imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1820.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1820.jpg?_wi=2",
imageAlt: "chef cooking in gourmet kitchen",
},
]}