From ca82216ba9f08c5bc6a4065d07d1d6ff1f10561c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 00:31:49 +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 75ed377..213db1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function LandingPage() { tag="Halal • Takeout • Dine-In" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805443.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805443.jpg?_wi=1", imageAlt: "Fresh Gyro Platter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-meal_23-2149039393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-meal_23-2149039393.jpg?_wi=1", imageAlt: "Falafel Plate", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-wild-berries-clay-pot-table_141793-3800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-wild-berries-clay-pot-table_141793-3800.jpg?_wi=1", imageAlt: "Kebab Grill", }, ]} @@ -85,21 +85,21 @@ export default function LandingPage() { title: "Chicken Shawarma", description: "Tender marinated chicken strips.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805443.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805443.jpg?_wi=2", imageAlt: "authentic gyros close up", }, { title: "Classic Falafel", description: "Crispy outside, fluffy inside.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-meal_23-2149039393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-meal_23-2149039393.jpg?_wi=2", imageAlt: "authentic gyros close up", }, { title: "Rice Plates", description: "Fragrant rice with spices.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-wild-berries-clay-pot-table_141793-3800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-wild-berries-clay-pot-table_141793-3800.jpg?_wi=2", imageAlt: "authentic gyros close up", }, ]} -- 2.49.1