From 58064a8ba35745db34e509562ab8026226785d7c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 20:19:17 +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 1c778b4..1e46743 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?_wi=1" /> @@ -87,17 +87,17 @@ export default function LandingPage() { { title: "Tasting Menus", description: "Expertly curated multi-course menus showcasing the best seasonal produce.", - imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg?_wi=1", }, { title: "Wine Pairings", description: "Thoughtfully selected wines to elevate the flavors of every course.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-wine-female-hands-cafe_169016-22299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-wine-female-hands-cafe_169016-22299.jpg?_wi=1", }, { title: "Cozy Ambience", description: "An intimate space perfect for special occasions and memorable nights.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg?_wi=1", }, { title: "Artful Plating", @@ -123,7 +123,7 @@ export default function LandingPage() { quote: "We enjoyed a very delicious 6-course menu with wine. Everything was wonderful and we will come back.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?_wi=2", imageAlt: "person portrait happy diner", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { quote: "This restaurant is phenomenal! I loved every dish and the wine pairings were creative, thoughtful, and truly symbiotic.", tag: "Fine Dining", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg?_wi=2", imageAlt: "person portrait happy diner", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { quote: "Exceptional food, warm service, and a great atmosphere. I can’t wait to come back!", tag: "Dinner", avatarSrc: "http://img.b2bpic.net/free-photo/informal-talk-with-best-friends-restaurant-warm-summer-day_8353-9702.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-wine-female-hands-cafe_169016-22299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-wine-female-hands-cafe_169016-22299.jpg?_wi=2", imageAlt: "person portrait happy diner", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { quote: "Fine dining without the priss and a really excellent wine selection. All the food is immaculate.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517452.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg?_wi=2", imageAlt: "person portrait happy diner", }, ]} -- 2.49.1