From 0b798b314e75f2dcdd123610a55472bea3b1aa36 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 17:11:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa9c5a5..8ac1791 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,11 +59,11 @@ export default function LandingPage() { tag="MICHELIN INSPIRED DINING" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg?_wi=1", imageAlt: "Luxurious Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-contemporary-food-served-fashionable-plate-restaurant-healthy-veggie-rolls-with-sauces-served-plate_132075-8862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-contemporary-food-served-fashionable-plate-restaurant-healthy-veggie-rolls-with-sauces-served-plate_132075-8862.jpg?_wi=1", imageAlt: "Chef Artistry", }, { @@ -108,7 +108,7 @@ export default function LandingPage() { id: "2", name: "Wagyu Gyoza Duo", price: "$24", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg?_wi=1", }, { id: "3", @@ -153,7 +153,7 @@ export default function LandingPage() { quote: "The most impeccable attention to detail I have ever experienced.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg?_wi=2", imageAlt: "elegant diner portrait soft lighting", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { quote: "An absolute symphony of flavors. Pure luxury in every bite.", tag: "Critic", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-contemporary-food-served-fashionable-plate-restaurant-healthy-veggie-rolls-with-sauces-served-plate_132075-8862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-contemporary-food-served-fashionable-plate-restaurant-healthy-veggie-rolls-with-sauces-served-plate_132075-8862.jpg?_wi=2", imageAlt: "elegant diner portrait soft lighting", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { quote: "The harmony between ambiance and plate is unprecedented.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081852.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg?_wi=1", imageAlt: "elegant diner portrait soft lighting", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { quote: "Every dish felt like an artistic expression of culture.", tag: "Culture", avatarSrc: "http://img.b2bpic.net/free-photo/red-gurza-top-view_141793-4514.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg?_wi=2", imageAlt: "elegant diner portrait soft lighting", }, ]} @@ -215,7 +215,7 @@ export default function LandingPage() { tag="RESERVATIONS" title="Secure Your Table" description="Join us for an unforgettable evening of culinary excellence." - imageSrc="http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg?_wi=2" mediaAnimation="opacity" inputPlaceholder="Enter your email for reservation updates" buttonText="Book Now" -- 2.49.1