From 0a2ba4eb3441e1682c07054288926369d5518f50 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:46:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 222380d..9fe03d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,15 +48,15 @@ export default function LandingPage() { tagIcon={Star} mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWpQ6Dsy1MmPLXT39nMif1ZpHT/uploaded-1772718184795-3bvre1om.jpg", imageAlt: "Mouli's Bistro signature drink"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWpQ6Dsy1MmPLXT39nMif1ZpHT/uploaded-1772718184795-3bvre1om.jpg?_wi=1", imageAlt: "Mouli's Bistro signature drink"}, { - imageSrc: "http://img.b2bpic.net/free-psd/juicy-cheeseburger-crispy-fries-cold-beer-ultimate-comfort-food-combo_191095-90295.jpg", imageAlt: "Delicious burger and drink"}, + imageSrc: "http://img.b2bpic.net/free-psd/juicy-cheeseburger-crispy-fries-cold-beer-ultimate-comfort-food-combo_191095-90295.jpg?_wi=1", imageAlt: "Delicious burger and drink"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mojito-cocktail-wooden-table_1150-18401.jpg", imageAlt: "Refreshing mojito cocktail"}, + imageSrc: "http://img.b2bpic.net/free-photo/mojito-cocktail-wooden-table_1150-18401.jpg?_wi=1", imageAlt: "Refreshing mojito cocktail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-ice-table_140725-5486.jpg", imageAlt: "Creamy falooda dessert"}, + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-ice-table_140725-5486.jpg?_wi=1", imageAlt: "Creamy falooda dessert"}, { - imageSrc: "http://img.b2bpic.net/free-photo/caramel-popcorn-cacao-with-whipped-cream-unhealthy-food_501050-688.jpg", imageAlt: "Thick creamy milkshake"}, + imageSrc: "http://img.b2bpic.net/free-photo/caramel-popcorn-cacao-with-whipped-cream-unhealthy-food_501050-688.jpg?_wi=1", imageAlt: "Thick creamy milkshake"}, ]} buttons={[ { text: "Call Now", href: "tel:98419 97448" }, @@ -73,15 +73,15 @@ export default function LandingPage() {