Update src/app/page.tsx

This commit is contained in:
2026-03-17 20:45:38 +00:00
parent 7ff902d66d
commit 36f34a7bf5

View File

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