diff --git a/src/app/page.tsx b/src/app/page.tsx index a5e5cc2..5313efc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { title="Our Menu Specialties" description="Authentic Turkish kebap, wood-fired pizza, and fresh sides that keep customers coming back." products={[ - { id: "kebab-sandwich", name: "Kebab Sandwich", 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-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: "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" },