From 82445f0e4bac6e36b89281aee8541490b0d8f399 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:22:59 +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 c208d85..6b70fe6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,19 +93,19 @@ export default function LandingPage() { { id: "1", brand: "Breakfast", name: "Poha", price: "₹25", rating: 5, reviewCount: "100+", imageSrc: - "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=1", imageAlt: "Poha - Traditional Indian breakfast"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWCfo3AdHZuKZP57jpYomH09aA/uploaded-1772702502959-60u8xpf0.jpg", imageAlt: "Poha - Traditional Indian breakfast"}, { id: "2", brand: "Breakfast", name: "Aloo Paratha", price: "₹60", rating: 5, reviewCount: "95+", imageSrc: - "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=2", imageAlt: "Aloo Paratha - Potato filled bread"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWCfo3AdHZuKZP57jpYomH09aA/uploaded-1772702514500-js23ebas.jpg", imageAlt: "Aloo Paratha - Potato filled bread"}, { id: "3", brand: "Breakfast", name: "Paneer Paratha", price: "₹80", rating: 5, reviewCount: "110+", imageSrc: - "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=3", imageAlt: "Paneer Paratha - Cheese bread"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWCfo3AdHZuKZP57jpYomH09aA/uploaded-1772702522573-8qtmvgf5.jpg", imageAlt: "Paneer Paratha - Cheese bread"}, { id: "4", brand: "Meals", name: "Veg Thali", price: "₹80", rating: 5, reviewCount: "150+", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-rice-dates-arrangement_23-2148728149.jpg?_wi=1", imageAlt: "Veg Thali - Complete vegetarian meal"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWCfo3AdHZuKZP57jpYomH09aA/uploaded-1772702532401-51pbt1k0.jpg", imageAlt: "Veg Thali - Complete vegetarian meal"}, { id: "5", brand: "Meals", name: "Special Veg Thali", price: "₹140", rating: 5, reviewCount: "130+", imageSrc: -- 2.49.1