From 33b6699697c17f9c0ef9fba1a14c5d3c23b4b88e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 17:30:20 +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 5313efc..a4d3955 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,8 +106,8 @@ export default function LandingPage() { description="Authentic Turkish kebap, wood-fired pizza, and fresh sides that keep customers coming back." products={[ { id: "kebab-sandwich", name: "Kebab piadina", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-aluminium-foil_23-2148651085.jpg", imageAlt: "Turkish kebab sandwich" }, - { id: "kebab-wrap", name: "Kebab Wrap", price: "€7.50", imageSrc: "http://img.b2bpic.net/free-photo/lamb-stew-pot-with-lamb-vegetables-covered-with-flatbread_140725-5856.jpg", imageAlt: "Kebab wrap with fresh vegetables" }, - { id: "kebab-pizza", name: "Kebab Pizza", price: "€10.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-lahmajun-with-parsley-slice-lemon_141793-4639.jpg", imageAlt: "Wood-fired kebab pizza" }, + { id: "kebab-wrap", name: "Piatto Kebab ", price: "€7.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2fyPIggH3qbjmWFopcMxxBEy8/uploaded-1773854931805-76emzz4b.png", imageAlt: "Kebab wrap with fresh vegetables" }, + { id: "kebab-pizza", name: "Kebab Pizza", price: "€10.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2fyPIggH3qbjmWFopcMxxBEy8/uploaded-1773854884911-h50ldw3k.png", imageAlt: "Wood-fired kebab pizza" }, { id: "margherita", name: "Margherita Pizza", price: "€9.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-wooden-table_23-2148305639.jpg", imageAlt: "Classic margherita pizza" }, { id: "fries", name: "Crispy Fries", price: "€3.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-french-fries-plate_23-2148262916.jpg", imageAlt: "Golden crispy fries" } ]}