diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d912780..201ddaf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,6 +16,19 @@ export default function RootLayout({ }) { return ( +
+ + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index b1efeb4..3a29900 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,16 +9,52 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import LanguageToggle from "@/components/language/LanguageToggle"; import { Coffee, MapPin, Phone, Mail, Clock } from "lucide-react"; +import { useState, useEffect } from "react"; export default function HomePage() { + const [language, setLanguage] = useState<'en' | 'tr'>('en'); + const [isClient, setIsClient] = useState(false); + const [isTransitioning, setIsTransitioning] = useState(false); + + useEffect(() => { + setIsClient(true); + const savedLang = (localStorage.getItem('site-language') || 'en') as 'en' | 'tr'; + setLanguage(savedLang); + }, []); + + const handleLanguageChange = (newLang: 'en' | 'tr') => { + setIsTransitioning(true); + setTimeout(() => { + setLanguage(newLang); + localStorage.setItem('site-language', newLang); + document.documentElement.lang = newLang; + setIsTransitioning(false); + }, 300); + }; + + // Translations object + const t = { + en: { + navHome: "Home", navAbout: "About", navServices: "Services", navContact: "Contact", heroTitle: "Aroma Café 100. Yıl", heroDesc: "Experience premium Turkish coffee culture in the heart of Ankara. A sanctuary for coffee lovers seeking authentic flavors and warm hospitality.", heroTag: "Since 2024", heroBtnReserve: "Reserve a Table", heroBtnCall: "Call Now", contactLocTitle: "Location", contactLocAddr1: "İşçi Blokları Mah.", contactLocAddr2: "Ankara, Turkey", contactPhoneTitle: "Phone", contactPhone: "+90 536 584 0168", contactEmailTitle: "Email", contactEmail: "info@aromacafe.com", contactHoursTitle: "Hours", contactHours: "Mon-Sun: 8AM-10PM", aboutTitle: "About Our Café", aboutDesc1: "Aroma Café 100. Yıl is Ankara's premier destination for authentic Turkish coffee and pastries. Nestled in the vibrant İşçi Blokları neighborhood, we blend tradition with modern comfort.", aboutDesc2: "Our expertly trained baristas craft each cup with precision, using carefully selected coffee beans sourced from the finest Turkish suppliers. We're dedicated to creating not just coffee, but an experience—a moment of tranquility in your day.", aboutDesc3: "Whether you're a seasoned coffee enthusiast or discovering your first perfect cup, Aroma Café welcomes you to our warm, welcoming space.", aboutBtn: "Reserve Now", servicesTitle: "Our Specialty Services", servicesDesc: "From traditional Turkish coffee preparation to modern espresso techniques, we offer a diverse range of premium beverages and authentic pastries.", servicesTag: "What We Offer", serviceAcc1Title: "Traditional Turkish Coffee", serviceAcc1Content: "Experience authentic Turkish coffee prepared according to century-old traditions. Perfectly ground, aromatic, and served in traditional fincan cups. Each sip tells a story of heritage and craftsmanship.", serviceAcc2Title: "Specialty Espresso Drinks", serviceAcc2Content: "Our skilled baristas create artisanal espresso-based beverages using premium single-origin beans. From velvety cappuccinos to rich macchiatos, every drink is a masterpiece.", serviceAcc3Title: "Fresh Pastries & Desserts", serviceAcc3Content: "Enjoy authentic Turkish pastries, baklava, and fresh-baked goods that pair perfectly with your chosen beverage. All items prepared fresh daily using traditional recipes.", serviceAcc4Title: "Private Events & Catering", serviceAcc4Content: "Host your special occasions at Aroma Café. We offer custom catering packages, private event spaces, and dedicated service for corporate events and celebrations.", testimonialTitle: "What Our Guests Say", testimonialDesc: "Join hundreds of satisfied customers who have discovered their favorite café in Ankara.", socialTitle: "Trusted by Coffee Enthusiasts", socialDesc: "Partnering with premium suppliers to bring you the finest Turkish coffee and authentic pastries.", socialTag: "Partners & Suppliers", contactSectionTag: "Get In Touch", contactSectionTitle: "Join Our Coffee Community", contactSectionDesc: "Subscribe to our newsletter for exclusive offers, new menu items, and special events. Or reach out to us directly for reservations and inquiries.", contactSectionInput: "Enter your email", contactSectionBtn: "Subscribe", contactSectionTerms: "We respect your privacy. Unsubscribe at any time. By subscribing, you agree to our terms and promotional updates.", footerLogo: "Aroma Café 100. Yıl", footerPrivacy: "Privacy Policy", footerTerms: "Terms of Service", supplierColdBrew: "Cold Brew Coffee", supplierVintage: "Vintage Café", supplierHandDrawn: "Hand Drawn Brewery", supplierPremium: "Premium Coffee Co", supplierSpice: "Turkish Spice", supplierArtisan: "Artisan Suppliers", supplierLabels: "Premium Labels", testimonial1Title: "The Perfect Morning Ritual", testimonial1Quote: "I've tried many coffee shops in Ankara, but Aroma Café stands out. The Turkish coffee here is authentic and perfectly prepared every single time. It's become my morning ritual.", testimonial1Name: "Mehmet Yılmaz", testimonial1Role: "Business Owner", testimonial2Title: "A Hidden Gem", testimonial2Quote: "The ambiance is wonderful, the staff is incredibly friendly, and the pastries are simply delicious. This place feels like a second home. I recommend it to all my friends.", testimonial2Name: "Zeynep Kaya", testimonial2Role: "Marketing Director", testimonial3Title: "Professional Excellence", testimonial3Quote: "The baristas here really know their craft. I appreciate the attention to detail in every aspect—from bean selection to the final presentation. Truly professional.", testimonial3Name: "Ali Demir", testimonial3Role: "Software Engineer", testimonial4Title: "Perfect for Meetings", testimonial4Quote: "I've hosted numerous business meetings here. The quiet environment, comfortable seating, and excellent service make it ideal for professional conversations. Highly recommended!", testimonial4Name: "Ayşe Şahin", testimonial4Role: "Project Manager"}, + tr: { + navHome: "Ana Sayfa", navAbout: "Hakkında", navServices: "Hizmetler", navContact: "İletişim", heroTitle: "Aroma Café 100. Yıl", heroDesc: "Ankara'nın kalbi Türk kahvesi kültürünün ön safhası olan Aroma Café'de otantik lezzetler ve sıcak misafirperverlik deneyimi yaşayın.", heroTag: "2024'ten Beri", heroBtnReserve: "Masa Ayırt Et", heroBtnCall: "Hemen Ara", contactLocTitle: "Konum", contactLocAddr1: "İşçi Blokları Mah.", contactLocAddr2: "Ankara, Türkiye", contactPhoneTitle: "Telefon", contactPhone: "+90 536 584 0168", contactEmailTitle: "E-posta", contactEmail: "info@aromacafe.com", contactHoursTitle: "Açık Saatler", contactHours: "Pazartesi-Pazar: 08:00-22:00", aboutTitle: "Kafemiz Hakkında", aboutDesc1: "Aroma Café 100. Yıl, Ankara'nın otantik Türk kahvesi ve hamuru işlerinin öncü destinasyonudur. Canlı İşçi Blokları mahallesi içine yerleştirilmiş olarak, geleneği modern konforla birleştiririz.", aboutDesc2: "Uzman barista ekibimiz, hassasiyet ile seçilen, Türkiye'nin en iyi kahveci tedarikçilerinden temin edilen kahve çekirdekleri kullanarak, her fincanı özenle hazırlar. Amacımız yalnızca kahve değil, bir deneyim yaratmak—günün içinde bir huzur anıdır.", aboutDesc3: "Deneyimli bir kahve tutkunusu olsanız veya ilk mükemmel fincanınızı keşfediyor olsanız, Aroma Café sizi sıcak ve davetkar ortamımızda karşılar.", aboutBtn: "Şimdi Ayırt Et", servicesTitle: "Özel Hizmetlerimiz", servicesDesc: "Geleneksel Türk kahvesi hazırlanışından modern espresso tekniklerine kadar, çok çeşitli premium içecek ve otantik pastane sunuyoruz.", servicesTag: "Neler Sunuyoruz", serviceAcc1Title: "Geleneksel Türk Kahvesi", serviceAcc1Content: "Yüzyıl boyu gelen geleneklere göre hazırlanan otantik Türk kahvesi deneyimi yaşayın. Mükemmel öğütülmüş, aromalı ve geleneksel fincan (cezve) içinde sunulan her fincan, devrinin mirası ve zanaatkarlığının hikayesini anlatır.", serviceAcc2Title: "Özel Espresso İçecekleri", serviceAcc2Content: "Yetenekli barista ekibimiz, ön seçilmiş tek menşeli fasulyeleri kullanarak sanatsal espresso tabanlı içecekler hazırlar. Kadifemsi cappuccinolardan dolu macchiatolarına kadar, her içecek bir şaheserdir.", serviceAcc3Title: "Taze Pastaneler & Tatlılar", serviceAcc3Content: "Otantik Türk pastaneleri, baklava ve seçtiğiniz içecekle mükemmel şekilde eşleşen taze fırınlanmış yiyeceklerin tadını çıkarın. Tüm ürünler geleneksel reçetelerle her gün taze olarak hazırlanır.", serviceAcc4Title: "Özel Etkinlikler & Catering", serviceAcc4Content: "Aroma Café'de özel günlerinizi ev sahibi olun. Özel catering paketleri, özel etkinlik alanları ve kurumsal etkinlikler ile şenlikler için özel hizmetler sunuyoruz.", testimonialTitle: "Misafirlerimiz Ne Diyor", testimonialDesc: "Ankara'da sevdikleri kafayı keşfeden yüzlerce memnun müşterimizle katılın.", socialTitle: "Kahve Tutkunları Tarafından Güvenilir", socialDesc: "Türkiye'nin en iyi kahvesi ve otantik pastaneleri getirmek için premium tedarikçilerle işbirliği yapıyoruz.", socialTag: "Ortaklar & Tedarikçiler", contactSectionTag: "Bize Ulaşın", contactSectionTitle: "Kahve Topluluğumuza Katılın", contactSectionDesc: "Özel teklifler, yeni menü ürünleri ve etkinlikler için haber bültene abone olun. Veya ayırımı ve sorularınız için doğrudan bize ulaşın.", contactSectionInput: "E-postanızı girin", contactSectionBtn: "Abone Ol", contactSectionTerms: "Gizliliğinize saygı duyuyoruz. İstediğiniz zaman abonelikten çıkabilirsiniz. Abone olarak, şartlar ve promosyonel güncellemelere katılmayı kabul etmiş sayılırsınız.", footerLogo: "Aroma Café 100. Yıl", footerPrivacy: "Gizlilik Politikası", footerTerms: "Hizmet Şartları", supplierColdBrew: "Soğuk Demleme Kahvesi", supplierVintage: "Vintage Kafe", supplierHandDrawn: "El Çizilmiş Bira Fabrikası", supplierPremium: "Premium Kahve Co", supplierSpice: "Türk Baharat", supplierArtisan: "Sanatkar Tedarikçileri", supplierLabels: "Premium Etiketler", testimonial1Title: "Mükemmel Sabah Ritüeli", testimonial1Quote: "Ankara'da birçok kahve dükkanını denedim, ama Aroma Café öne çıkıyor. Buradaki Türk kahvesi otantik ve her zaman mükemmel şekilde hazırlanıyor. Sabah rutinimin bir parçası oldu.", testimonial1Name: "Mehmet Yılmaz", testimonial1Role: "İşletmeci", testimonial2Title: "Gizli Bir Hazine", testimonial2Quote: "Ortamı harika, personel inanılmaz dostça ve pastaneler sade lezzetli. Burası ikinci evim gibi. Tüm arkadaşlarıma tavsiye ederim.", testimonial2Name: "Zeynep Kaya", testimonial2Role: "Pazarlama Müdürü", testimonial3Title: "Profesyonel Mükemmellik", testimonial3Quote: "Buradaki barista'lar sanatlarını biliyor. Tüm yönlerdeki - çekirdek seçiminden son sunuma kadar - detaylara verilen dikkati takdir ediyorum. Gerçekten profesyonel.", testimonial3Name: "Ali Demir", testimonial3Role: "Yazılım Mühendisi", testimonial4Title: "Toplantılar İçin Mükemmel", testimonial4Quote: "Burada birçok iş toplantısı yaptım. Sessiz ortam, rahat oturma ve mükemmel hizmet, profesyonel konuşmalar için ideal. Kesinlikle tavsiye ederim!", testimonial4Name: "Ayşe Şahin", testimonial4Role: "Proje Yöneticisi"} + }; + + const currentText = t[language]; + const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "about" }, - { name: "Services", id: "services" }, - { name: "Contact", id: "contact-section" }, + { name: currentText.navHome, id: "/" }, + { name: currentText.navAbout, id: "about" }, + { name: currentText.navServices, id: "services" }, + { name: currentText.navContact, id: "contact-section" }, ]; + if (!isClient) { + return null; + } + return (