From ba1024115a4fdd03a4c60b6fd7e6dc238233c604 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:27:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d727d7..ed275bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,19 +77,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beef-noodle-stir-fry-black-bowl_84443-85644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-noodle-stir-fry-black-bowl_84443-85644.jpg?_wi=1", imageAlt: "Traditional Vietnamese Pho", }, { - imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-101453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-101453.jpg?_wi=1", imageAlt: "Rich Broth Pho", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-vietnamese-summer-rolls-with-shrimp-herbs_84443-85762.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-vietnamese-summer-rolls-with-shrimp-herbs_84443-85762.jpg?_wi=1", imageAlt: "Fresh Spring Rolls", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-noodles-bowl_23-2148803831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-noodles-bowl_23-2148803831.jpg?_wi=1", imageAlt: "Saigon Special Skewers", }, { @@ -123,7 +123,7 @@ export default function LandingPage() { title: "Price Point", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg?_wi=1" imageAlt="Cozy restaurant interior" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -198,7 +198,7 @@ export default function LandingPage() { quote: "The pho broth was incredibly rich and the ingredients were super fresh — an amazing experience.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beef-noodle-stir-fry-black-bowl_84443-85644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-noodle-stir-fry-black-bowl_84443-85644.jpg?_wi=2", imageAlt: "smiling customer portrait", }, { @@ -209,7 +209,7 @@ export default function LandingPage() { quote: "The best spring rolls all of us have ever had. Everything was really good.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-looking-her-man-while-they-eating-breakfast_171337-4940.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg?_wi=2", imageAlt: "smiling customer portrait", }, { @@ -220,7 +220,7 @@ export default function LandingPage() { quote: "Everything was beautifully prepared and very tasty. If we lived closer we'd be regulars!", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-101453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-101453.jpg?_wi=2", imageAlt: "smiling customer portrait", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { quote: "The portion sizes are truly generous and every dish is packed with fresh ingredients.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-girl-white-background-thumbs-up_176420-5369.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-vietnamese-summer-rolls-with-shrimp-herbs_84443-85762.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-vietnamese-summer-rolls-with-shrimp-herbs_84443-85762.jpg?_wi=2", imageAlt: "smiling customer portrait", }, { @@ -242,7 +242,7 @@ export default function LandingPage() { quote: "So happy to find such a great selection of vegetarian dishes in Upper Darby.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/charming-couple-dating-cafeteria_23-2147736694.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-noodles-bowl_23-2148803831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-noodles-bowl_23-2148803831.jpg?_wi=2", imageAlt: "smiling customer portrait", }, ]} -- 2.49.1