From 26cc94294350d39e9ee5cefbbba9886e4e611b70 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:48:18 +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 3077494..9c887bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Brain Curry", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-bread-vegetables_140725-2144.jpg", imageAlt: "Brain curry - customer favorite"}, + id: "1", name: "Brain Curry", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-bread-vegetables_140725-2144.jpg?_wi=1", imageAlt: "Brain curry - customer favorite"}, { id: "2", name: "Butter Chicken", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189816.jpg", imageAlt: "Creamy butter chicken"}, { @@ -121,7 +121,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Flavors", title: "Authentic Punjabi Taste", subtitle: "Bold & Traditional", description: "Known locally for rich North Indian gravies and tandoori dishes prepared with traditional recipes passed down through generations. Every spice blend tells the story of Punjabi culinary excellence.", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-bread-vegetables_140725-2144.jpg", imageAlt: "Authentic Punjabi dish", buttons: [], + tag: "Flavors", title: "Authentic Punjabi Taste", subtitle: "Bold & Traditional", description: "Known locally for rich North Indian gravies and tandoori dishes prepared with traditional recipes passed down through generations. Every spice blend tells the story of Punjabi culinary excellence.", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-bread-vegetables_140725-2144.jpg?_wi=2", imageAlt: "Authentic Punjabi dish", buttons: [], }, { id: 2, -- 2.49.1