diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f74306..073fe80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,13 +124,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={[ {