From 93fd20ec18b450c00e8b62a14bd45a2d07ae3da6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 06:56:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2405010..ef7a3a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg" + imageSrc="http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg?_wi=1" imageAlt="Ticka Street Signature Dish" /> @@ -90,19 +90,19 @@ export default function LandingPage() { id: "m1", name: "Truffle Street Slider", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hamburgers-arrangement_23-2148614059.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hamburgers-arrangement_23-2148614059.jpg?_wi=1", }, { id: "m2", name: "Saffron Glazed Tacos", price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-plate-with-tacos_23-2148329171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-plate-with-tacos_23-2148329171.jpg?_wi=1", }, { id: "m3", name: "Crispy Artichoke Bites", price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/man-are-taking-by-folk-grilled-prawns-with-bbq-sauce-sesame-rice-lettuce-tomato-side-view_141793-12290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-are-taking-by-folk-grilled-prawns-with-bbq-sauce-sesame-rice-lettuce-tomato-side-view_141793-12290.jpg?_wi=1", }, ]} title="Signature Creations" @@ -153,7 +153,7 @@ export default function LandingPage() { quote: "The perfect balance of sophisticated presentation and authentic street flavors.", tag: "Regular Guest", avatarSrc: "http://img.b2bpic.net/free-photo/happy-lunch_1098-15088.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg?_wi=2", imageAlt: "gourmet street food close up", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { quote: "The atmosphere and flavors combine to create a truly magical dining experience.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/laughing-woman-holding-beer_23-2147681009.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hamburgers-arrangement_23-2148614059.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hamburgers-arrangement_23-2148614059.jpg?_wi=2", imageAlt: "gourmet burger street style", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { quote: "Consistently excellent. Each visit reveals new depths of flavor that I absolutely adore.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-talking-phone-while-sitting-cafe_637285-8834.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-plate-with-tacos_23-2148329171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-plate-with-tacos_23-2148329171.jpg?_wi=2", imageAlt: "artisanal taco dish", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { quote: "Ticka Street transformed my view on modern fusion. Exceptional service and even better food.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/happy-lunch_1098-15088.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-are-taking-by-folk-grilled-prawns-with-bbq-sauce-sesame-rice-lettuce-tomato-side-view_141793-12290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-are-taking-by-folk-grilled-prawns-with-bbq-sauce-sesame-rice-lettuce-tomato-side-view_141793-12290.jpg?_wi=2", imageAlt: "gourmet snack platter", }, ]} -- 2.49.1