From f5fd18914f5d7e4c8963f5cc2dbd96a8a5c7982d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 09:57:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe65e34..3193566 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/sausage-salad_1203-3280.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sausage-salad_1203-3280.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg", @@ -114,7 +114,7 @@ export default function LandingPage() { description: "Expertly charred for that distinct, smoky flavor.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/national-sac-grill-foods-ingredients-dinner-menu_114579-1747.jpg" + imageSrc="http://img.b2bpic.net/free-photo/national-sac-grill-foods-ingredients-dinner-menu_114579-1747.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -130,19 +130,19 @@ export default function LandingPage() { id: "1", name: "Signature Shawarma Plate", price: "45 AED", - imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-meat-balls-cooked-egg-with-spinach_140725-8662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-meat-balls-cooked-egg-with-spinach_140725-8662.jpg?_wi=1", }, { id: "2", name: "Classic Adana Kebab", price: "60 AED", - imageSrc: "http://img.b2bpic.net/free-photo/wrap-salad-roll_1339-4100.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wrap-salad-roll_1339-4100.jpg?_wi=1", }, { id: "3", name: "Iskender Delight", price: "75 AED", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-meat-skewers_23-2148651129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-meat-skewers_23-2148651129.jpg?_wi=1", }, { id: "4", @@ -181,7 +181,7 @@ export default function LandingPage() { quote: "The best shawarma I've had in Dubai. Truly authentic.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sausage-salad_1203-3280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sausage-salad_1203-3280.jpg?_wi=2", imageAlt: "luxury turkish restaurant dining", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { quote: "The Adana kebab is legendary. Perfectly grilled.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/female-blogger-recording-herself-while-preparing-food-reading-book_23-2148771551.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/national-sac-grill-foods-ingredients-dinner-menu_114579-1747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/national-sac-grill-foods-ingredients-dinner-menu_114579-1747.jpg?_wi=2", imageAlt: "traditional turkish shawarma plate", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { quote: "Atmosphere is great, even for late nights.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/food-photographer-is-shooting-pizza_181624-34749.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-meat-balls-cooked-egg-with-spinach_140725-8662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-meat-balls-cooked-egg-with-spinach_140725-8662.jpg?_wi=2", imageAlt: "delicious grilled meat dish", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { quote: "Generous portions and incredible flavor profile.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1344.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/wrap-salad-roll_1339-4100.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wrap-salad-roll_1339-4100.jpg?_wi=2", imageAlt: "fresh shawarma roll plating", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { quote: "A must-visit for anyone craving real Turkish flavor.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/male-guest-waiting-check_482257-79729.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-meat-skewers_23-2148651129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-meat-skewers_23-2148651129.jpg?_wi=2", imageAlt: "grilled beef skewers gourmet", }, ]} -- 2.49.1