From 5d7a047bf75ac2c7da260d91a42d3a06b13897d2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:05:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9353fa6..0cea9ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,13 +123,13 @@ export default function LandingPage() { products={[ { id: "pastries", name: "Fresh Pastries & Breads", price: "₹40 - ₹120", variant: "Croissants | Breads | Rolls", imageSrc: - "http://img.b2bpic.net/free-photo/croissants-tray_23-2147985149.jpg", imageAlt: "Assorted fresh pastries"}, + "http://img.b2bpic.net/free-photo/croissants-tray_23-2147985149.jpg?_wi=1", imageAlt: "Assorted fresh pastries"}, { id: "snacks", name: "Indian Snacks", price: "₹30 - ₹150", variant: "Gol Gappa | Momos | Samosa", imageSrc: "http://img.b2bpic.net/free-photo/buffet-catering_74190-2052.jpg", imageAlt: "Indian snacks assorted"}, { id: "special", name: "Specialty Items", price: "₹60 - ₹200", variant: "Rabdi Jalebi | Pav Bhaji | Pizza", imageSrc: - "http://img.b2bpic.net/free-photo/croissants-tray_23-2147985149.jpg", imageAlt: "Specialty bakery items"}, + "http://img.b2bpic.net/free-photo/croissants-tray_23-2147985149.jpg?_wi=2", imageAlt: "Specialty bakery items"}, ]} buttons={[ { -- 2.49.1