From 5feecf93cf1cff2fa599bad31893c40de317f327 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 12:07:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb79aca..1b1fd18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,23 +65,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg?_wi=1", imageAlt: "Café Atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg?_wi=1", imageAlt: "Café Food", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-coffee-with-latte-art-decoration_1150-6331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-coffee-with-latte-art-decoration_1150-6331.jpg?_wi=1", imageAlt: "Coffee Details", }, { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1517.jpg?_wi=1", imageAlt: "Seating Area", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052843.jpg?_wi=1", imageAlt: "Barista Station", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { price: "₹350", rating: 5, reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg?_wi=2", }, { id: "p2", @@ -114,7 +114,7 @@ export default function LandingPage() { price: "₹150", rating: 5, reviewCount: "85+", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-coffee-with-latte-art-decoration_1150-6331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-coffee-with-latte-art-decoration_1150-6331.jpg?_wi=2", }, { id: "p3", @@ -142,7 +142,7 @@ export default function LandingPage() { id: "g1", name: "Main Seating", role: "Relaxed Area", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1517.jpg?_wi=2", }, { id: "g2", @@ -154,7 +154,7 @@ export default function LandingPage() { id: "g3", name: "Service Counter", role: "Barista Station", - imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052843.jpg?_wi=2", }, ]} title="Ambience That Makes You Want to Stay" @@ -180,7 +180,7 @@ export default function LandingPage() { name: "Rahul K.", role: "Foodie", testimonial: "Best place in Himayatnagar… affordable and worth it.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg?_wi=1", }, { id: "t3", @@ -201,7 +201,7 @@ export default function LandingPage() { name: "Vikram M.", role: "Coffee Enthusiast", testimonial: "The best brew in town, hands down. Cozy atmosphere is a huge plus.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg?_wi=2", }, ]} title="What Our Customers Say" @@ -229,7 +229,7 @@ export default function LandingPage() {