From 3a2cad9ffb312a3425dd9a6024923c4c32c65f33 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:26:43 +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 031fcdd..8401111 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement-view_23-2149358060.jpg", imageAlt: "Gourmet kebab with fresh herbs" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-kebab-with-french-fries-ketchup_23-2148685551.jpg", imageAlt: "Mixed premium kebab selection" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-kebab-with-french-fries-ketchup_23-2148685551.jpg?_wi=1", imageAlt: "Mixed premium kebab selection" } ]} buttons={[ @@ -93,7 +93,7 @@ export default function LandingPage() { id: "lamb-signature", name: "Signature Lamb Kebab", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-kebab-slate-with-herbs_23-2148685469.jpg", imageAlt: "Gourmet lamb kebab charcoal grilled" }, { - id: "mixed-grill", name: "Mixed Premium Grill", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-kebab-with-french-fries-ketchup_23-2148685551.jpg", imageAlt: "Mixed meat kebab selection" + id: "mixed-grill", name: "Mixed Premium Grill", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-kebab-with-french-fries-ketchup_23-2148685551.jpg?_wi=2", imageAlt: "Mixed meat kebab selection" } ]} buttons={[{ text: "Full Menu", href: "#" }]} -- 2.49.1