From 9c383d57fe7bfb2cc172db7a2313f93c78471dfb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:36:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d81032d..26a9e99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,8 +53,8 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-composition_23-2148821517.jpg", imageAlt: "Authentic chicken biryani with basmati rice" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-pilaf-citrus-fruits-board-bowl-spices_140725-78656.jpg", imageAlt: "Fragrant mandi biryani traditional style" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cutlets-with-onion-rings_140725-57401.jpg", imageAlt: "Grilled tandoori chicken fresh from tandoor" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-pilaf-citrus-fruits-board-bowl-spices_140725-78656.jpg?_wi=1", imageAlt: "Fragrant mandi biryani traditional style" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cutlets-with-onion-rings_140725-57401.jpg?_wi=1", imageAlt: "Grilled tandoori chicken fresh from tandoor" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-sauce-chicken-nuggets_23-2147765501.jpg", imageAlt: "Crispy chinese starters and appetizers" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-clinking-glasses_23-2148965388.jpg", imageAlt: "Cozy restaurant dining ambience" } ]} @@ -82,11 +82,11 @@ export default function LandingPage() { }, { id: "2", brand: "UBH Signature", name: "Mandi Biryani", price: "₹500", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-pilaf-citrus-fruits-board-bowl-spices_140725-78656.jpg", imageAlt: "Fragrant rice with slow-cooked meat" + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-pilaf-citrus-fruits-board-bowl-spices_140725-78656.jpg?_wi=2", imageAlt: "Fragrant rice with slow-cooked meat" }, { id: "3", brand: "UBH Grill", name: "Tandoori Chicken", price: "₹400", rating: 5, - reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cutlets-with-onion-rings_140725-57401.jpg", imageAlt: "Perfectly spiced grilled chicken" + reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cutlets-with-onion-rings_140725-57401.jpg?_wi=2", imageAlt: "Perfectly spiced grilled chicken" } ]} buttons={[ -- 2.49.1