From 4ddee9f180c2219626d86d3c78dc3e3ac99a8cf6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 16:25:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95d3fac..cf40681 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,27 +64,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/table-with-glasses-cutlery_140725-9745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-with-glasses-cutlery_140725-9745.jpg?_wi=1", imageAlt: "Royal Biryani Platter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/making-pav-bhaji-streets-india_23-2151996244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/making-pav-bhaji-streets-india_23-2151996244.jpg?_wi=1", imageAlt: "Authentic Nihari Curry", }, { - imageSrc: "http://img.b2bpic.net/free-photo/plate-event-dinner-party-glass_1203-5093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-event-dinner-party-glass_1203-5093.jpg?_wi=1", imageAlt: "Nawabi Dining Ambience", }, { - imageSrc: "http://img.b2bpic.net/free-photo/table-with-glasses-cutlery_140725-9745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-with-glasses-cutlery_140725-9745.jpg?_wi=2", imageAlt: "Fresh Ingredients", }, { - imageSrc: "http://img.b2bpic.net/free-photo/making-pav-bhaji-streets-india_23-2151996244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/making-pav-bhaji-streets-india_23-2151996244.jpg?_wi=2", imageAlt: "Late Night Dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/plate-event-dinner-party-glass_1203-5093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-event-dinner-party-glass_1203-5093.jpg?_wi=2", imageAlt: "Heritage Flavors", }, ]} @@ -123,7 +123,7 @@ export default function LandingPage() { price: "₹120", rating: 5, reviewCount: "200+", - imageSrc: "http://img.b2bpic.net/free-photo/table-with-glasses-cutlery_140725-9745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-with-glasses-cutlery_140725-9745.jpg?_wi=3", }, { id: "2", @@ -132,7 +132,7 @@ export default function LandingPage() { price: "₹180", rating: 5, reviewCount: "150+", - imageSrc: "http://img.b2bpic.net/free-photo/making-pav-bhaji-streets-india_23-2151996244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/making-pav-bhaji-streets-india_23-2151996244.jpg?_wi=3", }, { id: "3", @@ -141,7 +141,7 @@ export default function LandingPage() { price: "₹40", rating: 4, reviewCount: "80+", - imageSrc: "http://img.b2bpic.net/free-photo/plate-event-dinner-party-glass_1203-5093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-event-dinner-party-glass_1203-5093.jpg?_wi=3", }, { id: "4", @@ -150,7 +150,7 @@ export default function LandingPage() { price: "₹50", rating: 4, reviewCount: "90+", - imageSrc: "http://img.b2bpic.net/free-photo/table-with-glasses-cutlery_140725-9745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-with-glasses-cutlery_140725-9745.jpg?_wi=4", }, { id: "5", @@ -159,7 +159,7 @@ export default function LandingPage() { price: "₹220", rating: 5, reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/making-pav-bhaji-streets-india_23-2151996244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/making-pav-bhaji-streets-india_23-2151996244.jpg?_wi=4", }, { id: "6", @@ -168,7 +168,7 @@ export default function LandingPage() { price: "₹90", rating: 5, reviewCount: "110+", - imageSrc: "http://img.b2bpic.net/free-photo/plate-event-dinner-party-glass_1203-5093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-event-dinner-party-glass_1203-5093.jpg?_wi=4", }, ]} title="Our Signature Dishes" -- 2.49.1