From 0bbcbf97c4afdbf63650a12a85683a234720c456 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 22:11:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a583cad..a1823d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/from-tomato-salad-with-onion-basil_176474-2660.jpg", imageAlt: "Authentic moroccan cuisine presentation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-wings-inside-plate-with-napkins-light-background-meat-burger-sandwich-horizontal-meal-food-free-place_140725-158709.jpg", imageAlt: "Signature fried chicken specialty" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-wings-inside-plate-with-napkins-light-background-meat-burger-sandwich-horizontal-meal-food-free-place_140725-158709.jpg?_wi=1", imageAlt: "Signature fried chicken specialty" } ]} carouselPosition="right" @@ -107,7 +107,7 @@ export default function LandingPage() { products={[ { id: "fried-chicken", brand: "Al Jazeera Signature", name: "Crispy Fried Chicken", price: "85 MAD", rating: 5, - reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-wings-inside-plate-with-napkins-light-background-meat-burger-sandwich-horizontal-meal-food-free-place_140725-158709.jpg", imageAlt: "Golden crispy fried chicken" + reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-wings-inside-plate-with-napkins-light-background-meat-burger-sandwich-horizontal-meal-food-free-place_140725-158709.jpg?_wi=2", imageAlt: "Golden crispy fried chicken" }, { id: "moroccan-chicken", brand: "Al Jazeera Special", name: "Traditional Moroccan Chicken", price: "95 MAD", rating: 5, -- 2.49.1