Update src/app/page.tsx

This commit is contained in:
2026-03-18 17:30:20 +00:00
parent a8e6b5e0e1
commit 33b6699697

View File

@@ -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" }
]}