From bb218b1a3a4c141c9bf2c9c18c4eeaa68e54f350 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:36:45 +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 a4f1ba1..dcc16e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,27 +111,27 @@ export default function LandingPage() { products={[ { id: "1", brand: "Cakes", name: "Chocolate Truffle", price: "₹450", rating: 5, - reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg", imageAlt: "Chocolate Truffle Cake" + reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg?_wi=1", imageAlt: "Chocolate Truffle Cake" }, { id: "2", brand: "Cakes", name: "Red Velvet", price: "₹520", rating: 5, - reviewCount: "195+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg", imageAlt: "Red Velvet Cake" + reviewCount: "195+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg?_wi=2", imageAlt: "Red Velvet Cake" }, { id: "3", brand: "Cakes", name: "Black Forest", price: "₹480", rating: 5, - reviewCount: "312+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg", imageAlt: "Black Forest Cake" + reviewCount: "312+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg?_wi=3", imageAlt: "Black Forest Cake" }, { id: "4", brand: "Coffee", name: "Espresso", price: "₹120", rating: 5, - reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-cookies-wooden-piece_114579-54916.jpg", imageAlt: "Premium Espresso" + reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-cookies-wooden-piece_114579-54916.jpg?_wi=1", imageAlt: "Premium Espresso" }, { id: "5", brand: "Coffee", name: "Cappuccino", price: "₹180", rating: 5, - reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-cookies-wooden-piece_114579-54916.jpg", imageAlt: "Cappuccino" + reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-cookies-wooden-piece_114579-54916.jpg?_wi=2", imageAlt: "Cappuccino" }, { id: "6", brand: "Coffee", name: "Cold Coffee", price: "₹150", rating: 5, - reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-cookies-wooden-piece_114579-54916.jpg", imageAlt: "Cold Coffee" + reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-straw-chocolate-cookies-wooden-piece_114579-54916.jpg?_wi=3", imageAlt: "Cold Coffee" } ]} buttons={[