Merge version_2 into main #1
270
src/app/page.tsx
270
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Anasayfa", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Hakkımızda", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menü", id: "#products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "İletişim", id: "#contact"},
|
||||
]}
|
||||
brandName="Peya Asmalî"
|
||||
/>
|
||||
@@ -55,101 +47,56 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Gerçek Lezzetin Adresi"
|
||||
description="Authentic Turkish cooking meets honest quality and fair prices. A place you can trust, again and again."
|
||||
description="Geleneksel Türk mutfağının en seçkin lezzetleri, kaliteli malzeme ve güler yüzlü hizmet anlayışıyla buluşuyor."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ahmet Y.",
|
||||
handle: "@ahmet",
|
||||
testimonial: "The best lahmacun I have tasted in years, incredibly fresh and authentic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-eating-pasta-italian-restaurant_1303-24373.jpg",
|
||||
},
|
||||
name: "Ahmet Y.", handle: "@ahmet", testimonial: "Yıllardır yediğim en iyi lahmacun, hamuru ve kıyması inanılmaz taze.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-eating-pasta-italian-restaurant_1303-24373.jpg"},
|
||||
{
|
||||
name: "Ayşe K.",
|
||||
handle: "@ayse",
|
||||
testimonial: "Finally a place that takes cleanliness and service as seriously as the taste.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24360.jpg",
|
||||
},
|
||||
name: "Ayşe K.", handle: "@ayse", testimonial: "Temizlik ve hizmet kalitesi açısından bölgenin en iyisi, kesinlikle tavsiye ederim.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24360.jpg"},
|
||||
{
|
||||
name: "Mehmet D.",
|
||||
handle: "@mehmet",
|
||||
testimonial: "The price to value ratio is unmatched. My go-to spot for family dinners.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
|
||||
},
|
||||
name: "Mehmet D.", handle: "@mehmet", testimonial: "Fiyat-performans olarak eşsiz. Ailece yemek yemek için her zaman ilk tercihimiz.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"},
|
||||
{
|
||||
name: "Zeynep S.",
|
||||
handle: "@zeynep",
|
||||
testimonial: "High quality ingredients and genuine hospitality. Truly a hidden gem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-while-using-smart-phone-eating-cake-cafe_637285-9096.jpg",
|
||||
},
|
||||
name: "Zeynep S.", handle: "@zeynep", testimonial: "Kaliteli malzemeler ve gerçek misafirperverlik. Gerçek bir keşif.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-while-using-smart-phone-eating-cake-cafe_637285-9096.jpg"},
|
||||
{
|
||||
name: "Can M.",
|
||||
handle: "@can",
|
||||
testimonial: "Pide variety and quality are consistently excellent. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-chef-is-looking-camera-by-opening-wide-his-arms-blue-background_176474-119966.jpg",
|
||||
},
|
||||
name: "Can M.", handle: "@can", testimonial: "Pide çeşitleri ve kalitesi her zaman mükemmel. Herkese öneririm.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-chef-is-looking-camera-by-opening-wide-his-arms-blue-background_176474-119966.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Menüyü Gör",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Menüyü Gör", href: "#products"},
|
||||
{
|
||||
text: "Yol Tarifi",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Yol Tarifi", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pide-with-cheese-sausage_140725-1196.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg",
|
||||
alt: "Customer profile 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg", alt: "Customer profile 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg",
|
||||
alt: "Customer profile 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", alt: "Customer profile 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316784.jpg",
|
||||
alt: "Customer profile 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316784.jpg", alt: "Customer profile 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-toasting_23-2148681877.jpg",
|
||||
alt: "Customer profile 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-toasting_23-2148681877.jpg", alt: "Customer profile 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-mexican-woman-eating-ranchero-food_23-2150222245.jpg",
|
||||
alt: "Customer profile 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-mexican-woman-eating-ranchero-food_23-2150222245.jpg", alt: "Customer profile 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Pide",
|
||||
},
|
||||
type: "text", text: "Geleneksel Pide"},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Halal",
|
||||
},
|
||||
type: "text", text: "%100 Helal"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Fresh",
|
||||
},
|
||||
type: "text", text: "Günlük Taze"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Oven",
|
||||
},
|
||||
type: "text", text: "Odun Ateşi"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
type: "text", text: "Aile Dostu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,14 +106,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Temiz ve Güvenilir İşletme",
|
||||
},
|
||||
type: "text", content: "Temiz ve Güvenilir İşletme"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-pouring-delicious-eastern-pea-soup-with-meat-into-plate-wooden-table-high-angle-view_176474-3806.jpg",
|
||||
alt: "Peya Asmalî Kitchen",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/man-pouring-delicious-eastern-pea-soup-with-meat-into-plate-wooden-table-high-angle-view_176474-3806.jpg", alt: "Peya Asmalî Kitchen"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -179,74 +121,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lahmacun",
|
||||
price: "120 TL",
|
||||
variant: "Authentic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-cutlets-with-fresh-salad_140725-57446.jpg",
|
||||
},
|
||||
id: "p1", name: "Lahmacun", price: "120 TL", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-cutlets-with-fresh-salad_140725-57446.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Kıymalı Pide",
|
||||
price: "280 TL",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minced-meat-pizza_140725-178.jpg",
|
||||
},
|
||||
id: "p2", name: "Kıymalı Pide", price: "280 TL", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/minced-meat-pizza_140725-178.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Peynirli Pide",
|
||||
price: "260 TL",
|
||||
variant: "Traditional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-french-fries-rice_140725-9651.jpg",
|
||||
},
|
||||
id: "p3", name: "Peynirli Pide", price: "260 TL", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-french-fries-rice_140725-9651.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Kuşbaşılı Pide",
|
||||
price: "320 TL",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-pide-with-meat-sausage-vegetables_140725-1181.jpg",
|
||||
},
|
||||
id: "p4", name: "Kuşbaşılı Pide", price: "320 TL", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/mixed-pide-with-meat-sausage-vegetables_140725-1181.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tepsi Kebabı",
|
||||
price: "450 TL",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-leaf-dolma-delicious-eastern-meat-meal-rolled-inside-green-leaves-with-seasonings-blue-desk-meat-food-dinner-dish-vegetable-health-meal_140725-64862.jpg",
|
||||
},
|
||||
id: "p5", name: "Tepsi Kebabı", price: "450 TL", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-leaf-dolma-delicious-eastern-meat-meal-rolled-inside-green-leaves-with-seasonings-blue-desk-meat-food-dinner-dish-vegetable-health-meal_140725-64862.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Karışık Pide",
|
||||
price: "350 TL",
|
||||
variant: "Large",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-leaf-dolma-eastern-meat-meal-rolled-inside-green-leaves-with-sliced-vegetables-blue-desk-meat-dinner-dish-east-meal_140725-64884.jpg",
|
||||
},
|
||||
id: "p6", name: "Karışık Pide", price: "350 TL", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/top-view-leaf-dolma-eastern-meat-meal-rolled-inside-green-leaves-with-sliced-vegetables-blue-desk-meat-dinner-dish-east-meal_140725-64884.jpg"},
|
||||
]}
|
||||
title="Menu Specialties"
|
||||
description="Discover our signature dishes, crafted with premium ingredients and traditional Turkish techniques."
|
||||
title="Özel Menümüz"
|
||||
description="Geleneksel Türk usulüyle hazırlanan özel lezzetlerimizi keşfedin."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Quality Standards"
|
||||
tag="Our Commitment"
|
||||
title="Kalite Standartlarımız"
|
||||
tag="Misyonumuz"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Fresh Ingredients",
|
||||
},
|
||||
id: "m1", value: "%100", description: "Taze Malzeme"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Hygiene Checks",
|
||||
},
|
||||
id: "m2", value: "7/24", description: "Hijyen Denetimi"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "m3", value: "10+", description: "Yıllık Tecrübe"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -260,48 +163,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ahmet Y.",
|
||||
role: "Food Critic",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg",
|
||||
},
|
||||
id: "t1", name: "Ahmet Y.", role: "Gurme", company: "Yerel", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ayşe K.",
|
||||
role: "Regular",
|
||||
company: "Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg",
|
||||
},
|
||||
id: "t2", name: "Ayşe K.", role: "Müdavim", company: "Topluluk", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mehmet D.",
|
||||
role: "Visitor",
|
||||
company: "City",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-sitting-summer-city_1157-20301.jpg",
|
||||
},
|
||||
id: "t3", name: "Mehmet D.", role: "Ziyaretçi", company: "Şehir", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-sitting-summer-city_1157-20301.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Zeynep S.",
|
||||
role: "Family",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-mobile_23-2148937814.jpg",
|
||||
},
|
||||
id: "t4", name: "Zeynep S.", role: "Aile", company: "Yerel", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-mobile_23-2148937814.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Can M.",
|
||||
role: "Regular",
|
||||
company: "Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg",
|
||||
},
|
||||
id: "t5", name: "Can M.", role: "Müdavim", company: "Topluluk", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Authentic experiences from our valued community."
|
||||
title="Misafirlerimizin Yorumları"
|
||||
description="Değerli misafirlerimizin gerçek deneyimleri."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -311,23 +189,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you use organic ingredients?",
|
||||
content: "Yes, we prioritize fresh, high-quality, and locally sourced ingredients.",
|
||||
},
|
||||
id: "f1", title: "Organik ürünler kullanıyor musunuz?", content: "Evet, önceliğimiz her zaman taze, yüksek kaliteli ve yerel kaynaklı ürünlerdir."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the restaurant clean?",
|
||||
content: "We maintain impeccable hygiene standards consistently.",
|
||||
},
|
||||
id: "f2", title: "Restoran temiz mi?", content: "Hijyen standartlarımızı en üst seviyede tutuyor ve düzenli denetliyoruz."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, please contact us for local delivery options.",
|
||||
},
|
||||
id: "f3", title: "Paket servisiniz var mı?", content: "Evet, paket servisimiz mevcuttur. Lütfen yerel teslimat detayları için bizimle iletişime geçin."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Clear answers to your questions."
|
||||
title="Sıkça Sorulanlar"
|
||||
description="Sorularınıza net cevaplar."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -336,20 +205,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Get In Touch"
|
||||
description="We are ready to welcome you with the best Turkish flavors."
|
||||
variant: "plain"}}
|
||||
tag="Bize Ulaşın"
|
||||
title="İletişime Geçin"
|
||||
description="En lezzetli Türk yemeklerini denemek için sizi restoranımızda ağırlamayı bekliyoruz."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "İletişim", href: "#"},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Rezervasyon", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -357,7 +221,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Peya Asmalî"
|
||||
copyrightText="© 2024 Peya Asmalî Tepsi Et Pide Lahmacun"
|
||||
copyrightText="© 2025 | Peya Asmalî Tepsi Et Pide Lahmacun"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user