From bce57ba4bf556a898a1154586647b91f1fdf364d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 14:42:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99853fe..57b013e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,23 +50,23 @@ export default function LandingPage() { description="Authentic, freshly prepared meals served with love in the heart of Ravet. View our daily menu and join our family dining experience." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=1", imageAlt: "Fresh home cooked meal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=2", imageAlt: "Traditional indian thali", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=3", imageAlt: "Healthy mess food", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=4", imageAlt: "Dal tadka bowl", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=5", imageAlt: "Fresh roti stack", }, ]} @@ -86,21 +86,21 @@ export default function LandingPage() { name: "Breakfast", price: "8:00 AM", variant: "Nutritious start to your day", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=6", }, { id: "2", name: "Lunch", price: "1:00 PM", variant: "Wholesome home-cooked meal", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=7", }, { id: "3", name: "Dinner", price: "8:00 PM", variant: "Light and nourishing dinner", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=8", }, ]} title="Today's Menu" @@ -167,13 +167,13 @@ export default function LandingPage() { id: "m1", name: "Sunita Patil", role: "Head Chef", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=9", }, { id: "m2", name: "Rahul Deshmukh", role: "Operations Manager", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=10", }, ]} /> -- 2.49.1