From 693b4744c90c149756723892b69d2b7e3bdc49e1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 07:27:52 +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 e5026b4..60f254b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function LandingPage() { title: "Convenient Drive-Through", description: "In a hurry? Our efficient drive-through service ensures you get your hot and fresh meals quickly.", icon: Car, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-table_23-2150857698.jpg", imageAlt: "Car picking up food at a drive-through"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-table_23-2150857698.jpg?_wi=1", imageAlt: "Car picking up food at a drive-through"}, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-getting-coffee_23-2149663609.jpg", imageAlt: "Handing over food through drive-through window"}, ] @@ -125,7 +125,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Matar Paneer", price: "₹150", variant: "Rich & Creamy", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-table_23-2150857698.jpg", imageAlt: "A bowl of Matar Paneer with fresh cilantro garnish"}, + id: "p1", name: "Matar Paneer", price: "₹150", variant: "Rich & Creamy", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-table_23-2150857698.jpg?_wi=2", imageAlt: "A bowl of Matar Paneer with fresh cilantro garnish"}, { id: "p2", name: "Soya Chaap", price: "₹180", variant: "Spicy Tandoori", imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-meal-assortment_23-2149089677.jpg", imageAlt: "Grilled Soya Chaap with chutney"}, { -- 2.49.1