From cdf98b829a8540b044b75e6ec0f7d7a7ffc46847 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:32:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6551c34..4b690d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,15 +82,15 @@ export default function LandingPage() { imageAlt: "Cafe Ambience", }, { - imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086070.jpg?_wi=1", imageAlt: "Traditional Masala Dosa", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-process-coffee-shop_23-2148366615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-process-coffee-shop_23-2148366615.jpg?_wi=1", imageAlt: "Fresh Filter Coffee", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064695.jpg?_wi=1", imageAlt: "Cozy Seating Area", }, ]} @@ -124,7 +124,7 @@ export default function LandingPage() { { title: "Cozy Atmosphere", description: "Designed for relaxed hangouts and meaningful conversations.", - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064695.jpg?_wi=2", titleIconSrc: "Smile", buttonText: "Explore", }, @@ -146,7 +146,7 @@ export default function LandingPage() { name: "Masala Dosa", price: "₹120", variant: "Breakfast", - imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086070.jpg?_wi=2", }, { id: "2", @@ -167,7 +167,7 @@ export default function LandingPage() { name: "Filter Coffee", price: "₹40", variant: "Beverage", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-process-coffee-shop_23-2148366615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-process-coffee-shop_23-2148366615.jpg?_wi=2", }, { id: "5", -- 2.49.1