From ad92e3390bb63fed8136e6d1b2b7c0a5cfc8b3d3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:28:49 +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 46d89bc..a0d710e 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/pan-with-shish-kebab-near-rosemary_23-2147717064.jpg", imageAlt: "Gourmet kebab with fresh herbs" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-skewers-with-spices-wooden-board-other-stuffs-table_140725-148405.jpg", imageAlt: "Mixed premium kebab selection" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-skewers-with-spices-wooden-board-other-stuffs-table_140725-148405.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-meat-basturma-kebab-pita-bread-with-tomatoes-green-pepper-with-lemon-slices_140725-14051.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-tasty-chicken-skewers-with-spices-wooden-board-other-stuffs-table_140725-148405.jpg", imageAlt: "Mixed meat kebab selection" + id: "mixed-grill", name: "Mixed Premium Grill", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-skewers-with-spices-wooden-board-other-stuffs-table_140725-148405.jpg?_wi=2", imageAlt: "Mixed meat kebab selection" } ]} buttons={[{ text: "Full Menu", href: "#" }]} -- 2.49.1