From cba98ecd2aef5f9f9ec5d4656cc066ef1223b5f7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 10:24:26 +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 f1f1574..98a05d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,19 +80,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg?_wi=1", imageAlt: "Aumika Signature Veg Thali", }, { - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663841.jpg?_wi=1", imageAlt: "Family dining experience at Aumika", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg?_wi=1", imageAlt: "Paneer Tikka Masala", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg?_wi=1", imageAlt: "Tandoori Chaap Platter", }, { @@ -159,19 +159,19 @@ export default function LandingPage() { id: "p1", name: "Paneer Tikka Masala", price: "₹280", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg?_wi=2", }, { id: "p2", name: "Tandoori Chaap", price: "₹220", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg?_wi=2", }, { id: "p3", name: "Veg Hakka Noodles", price: "₹190", - imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-vegetables-mint-leaves_114579-2185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-vegetables-mint-leaves_114579-2185.jpg?_wi=1", }, { id: "p4", @@ -232,7 +232,7 @@ export default function LandingPage() { handle: "@rahul", testimonial: "Must try place, had a good quality of food and service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg?_wi=2", imageAlt: "vegetarian indian food thali photography", }, { @@ -241,7 +241,7 @@ export default function LandingPage() { handle: "@priya", testimonial: "Perfect place for family dinner and Jain food.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663841.jpg?_wi=2", imageAlt: "happy family dining in modern restaurant", }, { @@ -250,7 +250,7 @@ export default function LandingPage() { handle: "@amit", testimonial: "Loved the ambience and pure vegetarian menu.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg?_wi=3", imageAlt: "paneer tikka masala bowl professional", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { handle: "@sneha", testimonial: "Great for celebrations and birthday parties.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg?_wi=3", imageAlt: "tandoori chaap appetizer dish", }, { @@ -268,7 +268,7 @@ export default function LandingPage() { handle: "@vijay", testimonial: "Highly recommended for families.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-vegetables-mint-leaves_114579-2185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-vegetables-mint-leaves_114579-2185.jpg?_wi=2", imageAlt: "veg hakka noodles restaurant plate", }, ]} -- 2.49.1