From 7908eb82df4767b2538518e81e273665d220ed1a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:52:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54e20f7..d07b453 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { id: "2", name: "Fresh Spring Rolls (2)", price: "$6.95", imageSrc: "http://img.b2bpic.net/free-photo/fried-spring-roll_1203-2701.jpg", imageAlt: "Light and refreshing spring rolls with peanut sauce" }, { - id: "3", name: "Pho Ga (Chicken)", price: "$10.95", imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-103568.jpg", imageAlt: "Classic Vietnamese chicken pho with fragrant spices" + id: "3", name: "Pho Ga (Chicken)", price: "$10.95", imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-103568.jpg?_wi=1", imageAlt: "Classic Vietnamese chicken pho with fragrant spices" }, { id: "4", name: "Grilled Pork Chop & Shrimp Rice", price: "$13.95", imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life-top-view_23-2151053713.jpg", imageAlt: "Customer favorite with generous portions and bold flavors" @@ -98,7 +98,7 @@ export default function LandingPage() { id: "5", name: "Taro Boba Smoothie", price: "$5.95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-fresh-grape-cocktail-with-sliced-cake-book_114579-88448.jpg", imageAlt: "Creamy, sweet taro smoothie with tapioca pearls" }, { - id: "6", name: "Pho Bo (Beef)", price: "$11.95", imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-103568.jpg", imageAlt: "Traditional beef pho with aromatic broth and fresh herbs" + id: "6", name: "Pho Bo (Beef)", price: "$11.95", imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-103568.jpg?_wi=2", imageAlt: "Traditional beef pho with aromatic broth and fresh herbs" }, ]} /> -- 2.49.1