From ff4dde210903134ae05789d436c9525a80ad9229 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 13:23: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 18474a3..0131799 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Experience the true essence of Middle Eastern street food. Freshly prepared, flame-grilled shawarma that hits the spot, every single time." background={{ variant: "rotated-rays-animated" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap-with-vegetables_123827-36162.jpg", imageAlt: "Shawarma Wrap" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap-with-vegetables_123827-36162.jpg?_wi=1", imageAlt: "Shawarma Wrap" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-piti-pot-with-sumac-dried-herbs-onions-tray_141793-5179.jpg", imageAlt: "Traditional Dish" } ]} /> @@ -69,7 +69,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} products={[ - { id: "p1", name: "Classic Beef Shawarma", price: "$12.99", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap-with-vegetables_123827-36162.jpg" }, + { id: "p1", name: "Classic Beef Shawarma", price: "$12.99", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap-with-vegetables_123827-36162.jpg?_wi=2" }, { id: "p2", name: "Falafel Pita Platter", price: "$10.49", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/delicious-falafel-wrap-with-sauce_23-2152015870.jpg" } ]} /> -- 2.49.1