diff --git a/src/app/page.tsx b/src/app/page.tsx index a1a193a..649c610 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,50 +29,33 @@ export default function LandingPage() {
@@ -99,47 +79,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Klasik Margherita", - price: "120 TRY", - variant: "Mozzarella, Domates Sosu, Taze Fesleğen", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-bowl_23-2149234891.jpg", - }, + id: "1", name: "Klasik Margherita", price: "120 TRY", variant: "Mozzarella, Domates Sosu, Taze Fesleğen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-bowl_23-2149234891.jpg"}, { - id: "2", - name: "Pepperoni Özel", - price: "150 TRY", - variant: "Bol Pepperoni, Mozzarella, Domates Sosu", - imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms_123827-22009.jpg", - }, + id: "2", name: "Pepperoni Özel", price: "150 TRY", variant: "Bol Pepperoni, Mozzarella, Domates Sosu", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms_123827-22009.jpg"}, { - id: "3", - name: "Karışık Sebzeli", - price: "140 TRY", - variant: "Mısır, Biber, Zeytin, Mantar, Mozzarella", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-spicy-mushroom-pizza-with-red-tomatoes-bell-peppers-olives-all-sliced-inside-with-oil-dark-background-pizza-dough_140725-23148.jpg", - }, + id: "3", name: "Karışık Sebzeli", price: "140 TRY", variant: "Mısır, Biber, Zeytin, Mantar, Mozzarella", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spicy-mushroom-pizza-with-red-tomatoes-bell-peppers-olives-all-sliced-inside-with-oil-dark-background-pizza-dough_140725-23148.jpg"}, { - id: "4", - name: "Sujuk Special", - price: "160 TRY", - variant: "Özel Sucuk, Biber, Mozzarella, Kekik", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-traditional-pizza-italian-recipe_24972-2145.jpg", - }, + id: "4", name: "Sujuk Special", price: "160 TRY", variant: "Özel Sucuk, Biber, Mozzarella, Kekik", imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-traditional-pizza-italian-recipe_24972-2145.jpg"}, { - id: "5", - name: "Dört Peynirli", - price: "180 TRY", - variant: "Mozzarella, Çedar, Gouda, Parmesan", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-pepperoni-pizza_1122-536.jpg", - }, + id: "5", name: "Dört Peynirli", price: "180 TRY", variant: "Mozzarella, Çedar, Gouda, Parmesan", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pepperoni-pizza_1122-536.jpg"}, { - id: "6", - name: "Ton Balıklı", - price: "190 TRY", - variant: "Ton Balığı, Mısır, Soğan, Mozzarella", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-red-tomatoes-olives-mushrooms-all-sliced-inside-with-oil-grey-background-pizza-dough-italian_140725-22892.jpg", - }, + id: "6", name: "Ton Balıklı", price: "190 TRY", variant: "Ton Balığı, Mısır, Soğan, Mozzarella", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-red-tomatoes-olives-mushrooms-all-sliced-inside-with-oil-grey-background-pizza-dough-italian_140725-22892.jpg"}, ]} title="Menümüz" description="Enfes pizza çeşitlerimiz, taptaze malzemeler ve uygun fiyatlarla." @@ -148,44 +98,20 @@ export default function LandingPage() {
@@ -218,41 +139,27 @@ export default function LandingPage() { { items: [ { - label: "Ana Sayfa", - href: "#hero", - }, + label: "Ana Sayfa", href: "#hero"}, { - label: "Menü", - href: "#menu", - }, + label: "Menü", href: "#menu"}, { - label: "İletişim", - href: "#contact", - }, + label: "İletişim", href: "#contact"}, ], }, { items: [ { - label: "Konum: Kayapınar/Diyarbakır", - href: "https://maps.google.com/?q=Fırat+Mahallesi,+Nazım+Hikmet+Caddesi+No:21000,+21070+Kayapınar/Diyarbakır", - }, + label: "Konum: Kayapınar/Diyarbakır", href: "https://maps.google.com/?q=Fırat+Mahallesi,+Nazım+Hikmet+Caddesi+No:21000,+21070+Kayapınar/Diyarbakır"}, { - label: "Telefon: +90 531 285 15 07", - href: "tel:+905312851507", - }, + label: "Telefon: +90 531 285 15 07", href: "tel:+905312851507"}, ], }, { items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, ], }, ]}