From 4856a7fcfa15d69ab99aa757367a30ebe2085516 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:35:39 +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 ac086df..c9dc8bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@clara_foodie", testimonial: "Truly the best dining experience I've had all year. The service was impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg?_wi=1", imageAlt: "fine dining restaurant interior elegant", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@soph_gastronome", testimonial: "Simply delightful. Every dish was a work of art.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-flowers_23-2148425550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-flowers_23-2148425550.jpg?_wi=1", imageAlt: "fine dining restaurant interior elegant", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@ar_review", testimonial: "An incredible atmosphere paired with world-class food.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetable-salad-inside-plate-with-red-tissue-dark-table_140725-142980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetable-salad-inside-plate-with-red-tissue-dark-table_140725-142980.jpg?_wi=1", imageAlt: "fine dining restaurant interior elegant", }, { @@ -97,11 +97,11 @@ export default function LandingPage() { handle: "@elena_v", testimonial: "Everything about this place is magical. A must-visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg?_wi=1", imageAlt: "fine dining restaurant interior elegant", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg?_wi=2" imageAlt="Luxurious dining atmosphere" avatars={[ { @@ -192,19 +192,19 @@ export default function LandingPage() { id: "p1", name: "Truffle Risotto", price: "$38", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-flowers_23-2148425550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-flowers_23-2148425550.jpg?_wi=2", }, { id: "p2", name: "Roasted Beets Salad", price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetable-salad-inside-plate-with-red-tissue-dark-table_140725-142980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetable-salad-inside-plate-with-red-tissue-dark-table_140725-142980.jpg?_wi=2", }, { id: "p3", name: "Dark Chocolate Ganache", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg?_wi=2", }, { id: "p4", -- 2.49.1