From 6dc3d8da0fb75f6eda2777769f719f3663e27eac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:17:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02f484b..d72f736 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,10 +59,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", brand: "Signature", name: "Xiao Long Bao", price: "$12.50", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-vector/chinese-food-flyer_23-2148044647.jpg" }, - { id: "2", brand: "Classic", name: "Handmade Noodles", price: "$15.00", rating: 4, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-vector/chinese-food-flyer_23-2148044647.jpg" }, - { id: "3", brand: "Popular", name: "Pork Dumplings", price: "$11.00", rating: 5, reviewCount: "900", imageSrc: "http://img.b2bpic.net/free-vector/chinese-food-flyer_23-2148044647.jpg" }, - { id: "4", brand: "Special", name: "Spicy Wontons", price: "$13.00", rating: 4, reviewCount: "600", imageSrc: "http://img.b2bpic.net/free-vector/chinese-food-flyer_23-2148044647.jpg" }, + { id: "1", brand: "Signature", name: "Xiao Long Bao", price: "$12.50", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-vector/chinese-food-flyer_23-2148044647.jpg?_wi=1" }, + { id: "2", brand: "Classic", name: "Handmade Noodles", price: "$15.00", rating: 4, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-vector/chinese-food-flyer_23-2148044647.jpg?_wi=2" }, + { id: "3", brand: "Popular", name: "Pork Dumplings", price: "$11.00", rating: 5, reviewCount: "900", imageSrc: "http://img.b2bpic.net/free-vector/chinese-food-flyer_23-2148044647.jpg?_wi=3" }, + { id: "4", brand: "Special", name: "Spicy Wontons", price: "$13.00", rating: 4, reviewCount: "600", imageSrc: "http://img.b2bpic.net/free-vector/chinese-food-flyer_23-2148044647.jpg?_wi=4" }, ]} title="Our Signature Dishes" description="Authentic flavors, high-quality ingredients, served fresh." @@ -91,11 +91,11 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah W.", role: "Foodie", company: "Auckland Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg" }, + { id: "1", name: "Sarah W.", role: "Foodie", company: "Auckland Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=1" }, { id: "2", name: "David M.", role: "Regular", company: "Office Worker", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-communicating-while-having-lunch-drinking-wine-dining-room-focus-is-african-american-woman_637285-5486.jpg" }, { id: "3", name: "Emily C.", role: "Diner", company: "Local Tourist", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-couples-together-luxurious-restaurant_23-2150517427.jpg" }, { id: "4", name: "James L.", role: "Guest", company: "Food Lover", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663828.jpg" }, - { id: "5", name: "Liam K.", role: "Diner", company: "City CBD", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg" }, + { id: "5", name: "Liam K.", role: "Diner", company: "City CBD", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=2" }, ]} title="Loved by Aucklanders" description="What our guests are saying about the experience." -- 2.49.1