From feb1894eba1c01d15e42611fa5d1ec67d92a04c4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 15:33:55 +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 94f2283..908cc9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { { videoSrc: "https://cdn.pixabay.com/vimeo/455007254/food-43944.mp4?width=1280&hash=a99be9858f0dfc63f05f98dd9b165b5c36b0f51e", imageAlt: "Authentic Indian fine dining experience", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-orange-cake-orange-cake-with-chocolate-bowl-right-side-black-table_140725-117204.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-soup-bowl-soup-with-herbs-herbs-tomatoes-spices-lentil_140725-71529.jpg", imageAlt: "Authentic Indian fine dining experience"} + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-soup-bowl-soup-with-herbs-herbs-tomatoes-spices-lentil_140725-71529.jpg?_wi=1", imageAlt: "Authentic Indian fine dining experience"} ]} mediaAnimation="opacity" rating={5} @@ -88,7 +88,7 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Bestseller", name: "Dal Makhani", price: "₹450", rating: 5, - reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-soup-bowl-soup-with-herbs-herbs-tomatoes-spices-lentil_140725-71529.jpg", imageAlt: "Dal Makhani"}, + reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-soup-bowl-soup-with-herbs-herbs-tomatoes-spices-lentil_140725-71529.jpg?_wi=2", imageAlt: "Dal Makhani"}, { id: "p2", brand: "Chef's Special", name: "Peri Peri Paneer Tikka", price: "₹520", rating: 5, reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-pieces-sish-kebab-grilled-served-with-cream-sauce-sumakh-lettuce_114579-243.jpg", imageAlt: "Peri Peri Paneer Tikka"}, -- 2.49.1