From 3d1fc40f59c442558f06576bf3066ef5f2ca4da5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 11:06:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80c8dba..a170d3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,17 +69,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg?_wi=1", imageAlt: "Hero dish 1", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-consists-tomatoes-olives-peppers-dark-background-health-diet-meal-snack-salad_140725-96827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-consists-tomatoes-olives-peppers-dark-background-health-diet-meal-snack-salad_140725-96827.jpg?_wi=1", imageAlt: "Hero dish 2", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg?_wi=1", imageAlt: "Hero dish 3", }, { @@ -219,21 +219,21 @@ export default function LandingPage() { title: "Big Portions", description: "Always enough to satisfy your craving.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg?_wi=2", imageAlt: "Top view delicious food on tray", }, { title: "Friendly Staff", description: "Serving with a smile, every single time.", buttonIcon: "Smile", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-consists-tomatoes-olives-peppers-dark-background-health-diet-meal-snack-salad_140725-96827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-consists-tomatoes-olives-peppers-dark-background-health-diet-meal-snack-salad_140725-96827.jpg?_wi=2", imageAlt: "Top view delicious food on tray", }, { title: "Quality Food", description: "Halal certified and meticulously prepared.", buttonIcon: "ShieldCheck", - imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg?_wi=2", imageAlt: "Top view delicious food on tray", }, ]}