From b55a8fcd8e688d8d645ecf63f73d0f74c2d50d57 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:23:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5ecb35..c8d31df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,11 +76,11 @@ export default function LandingPage() { features={[ { id: "lamb-shawarma", title: "Lamb Shawarma", tags: ["Premium Cut", "Slow Roasted", "Tender"], - imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-chop-meal-lavash-wooden-plate-with-onion-salad-bread-vegetabels-wine_114579-75.jpg", imageAlt: "Grilled lamb shawarma with spices" + imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-chop-meal-lavash-wooden-plate-with-onion-salad-bread-vegetabels-wine_114579-75.jpg?_wi=1", imageAlt: "Grilled lamb shawarma with spices" }, { id: "chicken-shawarma", title: "Chicken Shawarma", tags: ["Marinated", "Crispy Outside", "Juicy"], - imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535232.jpg", imageAlt: "Fresh grilled chicken shawarma" + imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535232.jpg?_wi=1", imageAlt: "Fresh grilled chicken shawarma" }, { id: "garlic-sauce", title: "Legendary Garlic Sauce", tags: ["Secret Recipe", "Signature", "Life-Changing"], @@ -100,10 +100,10 @@ export default function LandingPage() { description="Our most loved shawarma wraps and plates, prepared fresh to order with premium ingredients." products={[ { - id: "lamb-wrap", name: "Lamb Shawarma Wrap", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-chop-meal-lavash-wooden-plate-with-onion-salad-bread-vegetabels-wine_114579-75.jpg", imageAlt: "Lamb shawarma wrap" + id: "lamb-wrap", name: "Lamb Shawarma Wrap", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-chop-meal-lavash-wooden-plate-with-onion-salad-bread-vegetabels-wine_114579-75.jpg?_wi=2", imageAlt: "Lamb shawarma wrap" }, { - id: "chicken-wrap", name: "Chicken Shawarma Wrap", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535232.jpg", imageAlt: "Chicken shawarma wrap" + id: "chicken-wrap", name: "Chicken Shawarma Wrap", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535232.jpg?_wi=2", imageAlt: "Chicken shawarma wrap" }, { id: "crispy-wrap", name: "Crispy Wrap Combo", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-meat-sandwich-with-lemonnd-greens-black_140725-104398.jpg", imageAlt: "Crispy wrap combo" -- 2.49.1