diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx new file mode 100644 index 0000000..b28214d --- /dev/null +++ b/src/app/menu/page.tsx @@ -0,0 +1,97 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; + +const commonNavItems = [ + { name: "Ana Sayfa", id: "/" }, + { name: "Hakkımızda", id: "/#about" }, + { name: "Menü", id: "/menu" }, + { name: "Galeri", id: "/#gallery" }, + { name: "Blog", id: "/#blog" }, + { name: "İletişim", id: "/#contact" } +]; + +const commonFooterColumns = [ + { + title: "Hızlı Bağlantılar", items: [ + { label: "Hakkımızda", href: "/#about" }, + { label: "Menü", href: "/menu" }, + { label: "Galeri", href: "/#gallery" }, + { label: "Blog", href: "/#blog" } + ] + }, + { + title: "Bize Ulaşın", items: [ + { label: "Adres: Kuzey Kıbrıs, XYZ Cad. No:123", href: "https://maps.app.goo.gl/example" }, + { label: "Telefon: +90 5XX XXX XX XX", href: "tel:+905XX XXX XX XX" }, + { label: "Email: info@kumdakahve.com", href: "mailto:info@kumdakahve.com" } + ] + }, + { + title: "Yasal", items: [ + { label: "Gizlilik Politikası", href: "#" }, + { label: "Kullanım Şartları", href: "#" } + ] + } +]; + +export default function MenuPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4848fef..74e48bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,21 +86,37 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "coffee-1", name: "Geleneksel Türk Kahvesi", price: "₺80", variant: "Sade / Orta / Şekerli", imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg", imageAlt: "Geleneksel Türk Kahvesi"}, - { - id: "coffee-2", name: "Espresso", price: "₺65", variant: "Tek / Çift Shot", imageSrc: "http://img.b2bpic.net/free-photo/latte-with-steamed-milk-coffee-beans-table_140725-10964.jpg", imageAlt: "Espresso"}, - { - id: "dessert-1", name: "San Sebastian Cheesecake", price: "₺120", variant: "Çilekli / Frambuazlı", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-chocolate-cakes-with-macarons-pink_140725-78364.jpg", imageAlt: "San Sebastian Cheesecake"}, - { - id: "snack-1", name: "Ev Yapımı Sandviç", price: "₺100", variant: "Tavuklu / Peynirli", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-avocado-crisp-bread-table_23-2148035030.jpg", imageAlt: "Ev Yapımı Sandviç"}, - { - id: "coffee-3", name: "Buzlu Latte", price: "₺90", variant: "Karamel / Vanilya", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-sea_1268-16573.jpg", imageAlt: "Buzlu Latte"}, - { - id: "dessert-2", name: "Çikolatalı Cookie", price: "₺75", variant: "Sütlü / Bitter", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-coffee-white-mug-cookies-top-view_23-2148441230.jpg", imageAlt: "Çikolatalı Cookie"}, + // Kumda Kahveler + { id: "kumda-1", name: "Türk Kahvesi Classico", price: "₺80", variant: "Yoğun ve Aromatik", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691747.jpg", imageAlt: "Türk Kahvesi Classico" }, + { id: "kumda-2", name: "Damla Sakızlı Türk Kahvesi", price: "₺85", variant: "Hafif Sakız Aroması", imageAlt: "Damla Sakızlı Türk Kahvesi", imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg" }, + // Dünya Kahveleri + { id: "dunya-1", name: "Espresso Roma", price: "₺70", variant: "Gerçek İtalyan Deneyimi", imageAlt: "Espresso Roma", imageSrc: "http://img.b2bpic.net/free-photo/latte-with-steamed-milk-coffee-beans-table_140725-10964.jpg" }, + { id: "dunya-2", name: "Caffè Americano", price: "₺75", variant: "Uzun ve Ferahlatıcı", imageAlt: "Caffè Americano", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-cream-dark-table_23-2150645604.jpg" }, + { id: "dunya-3", name: "Cappuccino Milano", price: "₺85", variant: "Köpüklü ve Harmanlı", imageAlt: "Cappuccino Milano", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-coffee-shop_23-2149591146.jpg" }, + { id: "dunya-4", name: "Latte Macchiato Venezia", price: "₺90", variant: "Katmanlı Lezzet", imageAlt: "Latte Macchiato Venezia", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-sea_1268-16573.jpg" }, + // Çaylar + { id: "cay-1", name: "Tavşan Kanı Çay", price: "₺60", variant: "Geleneksel Demli", imageAlt: "Tavşan Kanı Çay", imageSrc: "http://img.b2bpic.net/free-photo/black-tea-with-lemon-cup_23-2149221193.jpg" }, + { id: "cay-2", name: "Menta Fresca", price: "₺65", variant: "Ferahlatıcı Nane Çayı", imageAlt: "Menta Fresca", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-mint-tea_23-2148560081.jpg" }, + { id: "cay-3", name: "Frutti di Bosco Çayı", price: "₺70", variant: "Orman Meyveli", imageAlt: "Frutti di Bosco Çayı", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-glass-fresh-lemons-wooden-table_23-2148762740.jpg" }, + // Soğuk İçecekler + { id: "soguk-1", name: "Freddo Espresso", price: "₺80", variant: "Buz Gibi Yoğun", imageAlt: "Freddo Espresso", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass-straw_23-2148281099.jpg" }, + { id: "soguk-2", name: "Limonata Amalfi", price: "₺70", variant: "Ev Yapımı Limonata", imageAlt: "Limonata Amalfi", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lime-juice-glass-ice_23-2148810237.jpg" }, + { id: "soguk-3", name: "Ice Tea Pesca", price: "₺75", variant: "Şeftali Aromalı", imageAlt: "Ice Tea Pesca", imageSrc: "http://img.b2bpic.net/free-photo/glass-ice-tea-peaches-berries-wooden-background_23-2148810255.jpg" }, + // Tatlılar + { id: "tatli-1", name: "Tiramisu Classico", price: "₺130", variant: "Geleneksel İtalyan", imageAlt: "Tiramisu Classico", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-ai-generated_23-2150892015.jpg" }, + { id: "tatli-2", name: "Panna Cotta ai Frutti di Bosco", price: "₺120", variant: "Orman Meyveli", imageAlt: "Panna Cotta", imageSrc: "http://img.b2bpic.net/free-photo/fresh-berries-jelly-dessert_23-2149170295.jpg" }, + { id: "tatli-3", name: "Cannoli Siciliani", price: "₺110", variant: "Ricotta Dolgulu", imageAlt: "Cannoli Siciliani", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-cannoli-dish_23-2149257245.jpg" }, + // Kahvaltı + { id: "kahvalti-1", name: "Uovo e Pancetta", price: "₺180", variant: "İtalyan Kahvaltısı", imageAlt: "Uovo e Pancetta", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-table-with-fried-eggs-coffee_23-2148842187.jpg" }, + { id: "kahvalti-2", name: "Cornetto e Marmellata", price: "₺100", variant: "Taze Kruvasan", imageAlt: "Cornetto e Marmellata", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-croissant-cup-coffee_23-2148902097.jpg" }, + { id: "kahvalti-3", name: "Frutta Fresca con Yogurt", price: "₺115", variant: "Mevsim Meyveli", imageAlt: "Frutta Fresca con Yogurt", imageSrc: "http://img.b2bpic.net/free-photo/fresh-fruit-yogurt_23-2149092496.jpg" }, + // Atıştırmalıklar + { id: "atistirmalik-1", name: "Bruschetta Pomodoro", price: "₺95", variant: "Taze Domatesli", imageAlt: "Bruschetta Pomodoro", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-bruschetta-with-basil-spices_23-2149594589.jpg" }, + { id: "atistirmalik-2", name: "Arancini Siciliani", price: "₺105", variant: "Ragu ve Mozzarellalı", imageAlt: "Arancini Siciliani", imageSrc: "http://img.b2bpic.net/free-photo/fried-balls-with-cheese-sauce_23-2148259463.jpg" }, + { id: "atistirmalik-3", name: "Focaccia Rosmarino", price: "₺80", variant: "Biberiyeli Focaccia", imageAlt: "Focaccia Rosmarino", imageSrc: "http://img.b2bpic.net/free-photo/pizza-rosemary_23-2148897539.jpg" } ]} - title="Özel Menümüz" - description="Kumda demlenen kahvelerimizden ev yapımı tatlılarımıza kadar her lezzeti keşfedin." + title="Caffè e Delizie: 70'ler İtalyan Lezzetleri" + description="Kumda Kahve'de, 70'li yılların sıcak İtalyan esintilerini taşıyan geniş menümüzle eşsiz bir lezzet yolculuğuna çıkın. Her kategoride özenle seçilmiş ürünlerimizle damaklarınız şenlenecek." />