From e4627a1d103c36f80d35a3cc19897521c0ee3cb7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:27:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22645a6..2c8ed2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,27 +69,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=1", imageAlt: "Olala Bistro Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=2", imageAlt: "Olala Bistro Ambience", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=3", imageAlt: "Olala Bistro Food", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=4", imageAlt: "Olala Bistro Dessert", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=5", imageAlt: "Olala Bistro Coffee", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=6", imageAlt: "Olala Bistro Gathering", }, ]} @@ -107,7 +107,7 @@ export default function LandingPage() { id: "p1", name: "Churros", price: "₹199", - imageSrc: "http://img.b2bpic.net/free-photo/dipping-churros-cup-filled-with-melted-chocolate_23-2148379607.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dipping-churros-cup-filled-with-melted-chocolate_23-2148379607.jpg?_wi=1", imageAlt: "Fresh Churros", }, { @@ -121,7 +121,7 @@ export default function LandingPage() { id: "p3", name: "Cheese Kunafa", price: "₹249", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-herbal-tea-bowls-chocolate-sliced-lime-chocolate-cream-colorful-candies-blue-cup-herbal-tea-two-cupcakes-with-cream-black-table_140725-111279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-herbal-tea-bowls-chocolate-sliced-lime-chocolate-cream-colorful-candies-blue-cup-herbal-tea-two-cupcakes-with-cream-black-table_140725-111279.jpg?_wi=1", imageAlt: "Warm Cheese Kunafa", }, { @@ -135,14 +135,14 @@ export default function LandingPage() { id: "p5", name: "Signature Cold Coffee", price: "₹129", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-herbal-tea-bowls-chocolate-sliced-lime-chocolate-cream-colorful-candies-blue-cup-herbal-tea-two-cupcakes-with-cream-black-table_140725-111279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-herbal-tea-bowls-chocolate-sliced-lime-chocolate-cream-colorful-candies-blue-cup-herbal-tea-two-cupcakes-with-cream-black-table_140725-111279.jpg?_wi=2", imageAlt: "Iced Coffee", }, { id: "p6", name: "Iced Peach Tea", price: "₹99", - imageSrc: "http://img.b2bpic.net/free-photo/dipping-churros-cup-filled-with-melted-chocolate_23-2148379607.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dipping-churros-cup-filled-with-melted-chocolate_23-2148379607.jpg?_wi=2", imageAlt: "Refreshing Peach Tea", }, ]} @@ -159,7 +159,7 @@ export default function LandingPage() { description="Olala Bistro is more than just a café; it's a hub for good food and great memories. We blend modern culinary techniques with local preferences to bring you the best fusion experience." subdescription="Rated 4.5/5 based on 141+ authentic reviews from our community." icon={Star} - imageSrc="http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=7" mediaAnimation="slide-up" /> -- 2.49.1