Merge version_1 into main #1
277
src/app/page.tsx
277
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Menü",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Yorumlar",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Menü", id: "#products" },
|
||||
{ name: "Hakkımızda", id: "#about" },
|
||||
{ name: "Yorumlar", id: "#testimonials" },
|
||||
{ name: "İletişim", id: "#contact" },
|
||||
]}
|
||||
brandName="Burger@"
|
||||
/>
|
||||
@@ -54,65 +42,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Çamlıca'nın Efsane Burgercisi"
|
||||
description="10 yıldır aynı tutkuyla, en kaliteli malzemelerle hazırlanan gerçek burger lezzetini keşfedin. Acıbadem'de gerçek hamburger deneyimi."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
|
||||
alt: "Müşteri 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg",
|
||||
alt: "Müşteri 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg",
|
||||
alt: "Müşteri 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg",
|
||||
alt: "Müşteri 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg",
|
||||
alt: "Müşteri 5",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Hemen Sipariş Ver",
|
||||
href: "#products",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg", alt: "Müşteri 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg", alt: "Müşteri 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg", alt: "Müşteri 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg", alt: "Müşteri 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg", alt: "Müşteri 5" }
|
||||
]}
|
||||
buttons={[{ text: "Hemen Sipariş Ver", href: "#products" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Taze Yerel Malzemeler",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "El Yapımı Burgerler",
|
||||
icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Hızlı Paket Servis",
|
||||
icon: Car,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Çamlıca'da 10 Yıllık Lezzet",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Özel Soslu Tarifler",
|
||||
icon: Flame,
|
||||
},
|
||||
{ type: "text-icon", text: "Taze Yerel Malzemeler", icon: Leaf },
|
||||
{ type: "text-icon", text: "El Yapımı Burgerler", icon: Flame },
|
||||
{ type: "text-icon", text: "Hızlı Paket Servis", icon: Car },
|
||||
{ type: "text-icon", text: "Çamlıca'da 10 Yıllık Lezzet", icon: Award },
|
||||
{ type: "text-icon", text: "Özel Soslu Tarifler", icon: Flame }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,21 +68,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Neden Burger@"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Deneyim",
|
||||
value: "10 Yıl",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Google Puanı",
|
||||
value: "4.4",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Mutlu Müşteri",
|
||||
value: "1113+",
|
||||
},
|
||||
{ icon: Award, label: "Deneyim", value: "10 Yıl" },
|
||||
{ icon: Star, label: "Google Puanı", value: "4.4" },
|
||||
{ icon: Users, label: "Mutlu Müşteri", value: "1113+" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -149,42 +83,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Blue Cheese Burger",
|
||||
price: "₺420",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Texas BBQ Burger",
|
||||
price: "₺450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-doner-bread-with-cucumber-pickles-fries-tomato-horizontal_141793-1914.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Double Garlic Mushroom",
|
||||
price: "₺480",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-knife-bowl-sauce-french-fries-wooden-food-tray-restaurant_176474-3023.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ekmeksiz Burger",
|
||||
price: "₺400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1546.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Crispy Hellim Fries",
|
||||
price: "₺150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-fried-potatoes-inside-plate-with-seasonings-dark-surface_140725-88252.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Veggie Delight",
|
||||
price: "₺380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-counter-with-tomatoes_23-2148784525.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Blue Cheese Burger", price: "₺420", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg" },
|
||||
{ id: "p2", name: "Texas BBQ Burger", price: "₺450", imageSrc: "http://img.b2bpic.net/free-photo/lamb-doner-bread-with-cucumber-pickles-fries-tomato-horizontal_141793-1914.jpg" },
|
||||
{ id: "p3", name: "Double Garlic Mushroom", price: "₺480", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-knife-bowl-sauce-french-fries-wooden-food-tray-restaurant_176474-3023.jpg" },
|
||||
{ id: "p4", name: "Ekmeksiz Burger", price: "₺400", imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1546.jpg" },
|
||||
{ id: "p5", name: "Crispy Hellim Fries", price: "₺150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-fried-potatoes-inside-plate-with-seasonings-dark-surface_140725-88252.jpg" },
|
||||
{ id: "p6", name: "Veggie Delight", price: "₺380", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-counter-with-tomatoes_23-2148784525.jpg" }
|
||||
]}
|
||||
title="İmza Burgerlerimiz"
|
||||
description="Sizin için özenle hazırladığımız efsane lezzetler."
|
||||
@@ -197,30 +101,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Taze Malzeme",
|
||||
tags: [
|
||||
"Premium Et",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheesy-meat-burger-with-tomatoes-grey-surface-bun-fries-sandwich-meat_140725-81846.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Uzman Şefler",
|
||||
tags: [
|
||||
"El Yapımı",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-burger-with-meat-cutletcheese-tomatoes-lettuce-onion_140725-8118.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Güler Yüzlü Hizmet",
|
||||
tags: [
|
||||
"Hızlı",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-home-having-party_23-2147668887.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Taze Malzeme", tags: ["Premium Et"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheesy-meat-burger-with-tomatoes-grey-surface-bun-fries-sandwich-meat_140725-81846.jpg" },
|
||||
{ id: "f2", title: "Uzman Şefler", tags: ["El Yapımı"], imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-burger-with-meat-cutletcheese-tomatoes-lettuce-onion_140725-8118.jpg" },
|
||||
{ id: "f3", title: "Güler Yüzlü Hizmet", tags: ["Hızlı"], imageSrc: "http://img.b2bpic.net/free-photo/young-friends-home-having-party_23-2147668887.jpg" }
|
||||
]}
|
||||
title="Neden Bizden Sipariş Vermelisiniz?"
|
||||
description="Kalite, lezzet ve hızlı teslimat."
|
||||
@@ -232,46 +115,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Harika Lezzet",
|
||||
quote: "Yolumu değiştirip gelirim.",
|
||||
name: "Mesut",
|
||||
role: "Yerel Rehber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Favorim",
|
||||
quote: "İstanbul'daki favori burgercilerimden.",
|
||||
name: "Suha Emre",
|
||||
role: "Müdavim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sign-language-concept_23-2148572467.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Güler Yüz",
|
||||
quote: "Hizmet gerçekten çok başarılı.",
|
||||
name: "Rohila Kozimova",
|
||||
role: "Müşteri",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Her Zaman Harika",
|
||||
quote: "Malzemesi bol ve kaliteli.",
|
||||
name: "Ayşe Yılmaz",
|
||||
role: "Müşteri",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Kesinlikle Tavsiye",
|
||||
quote: "Hellim burgeri mutlaka deneyin.",
|
||||
name: "Mehmet Can",
|
||||
role: "Müşteri",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-friendly-asian-woman-reaching-hands-forward-smiling-welcoming-you-greeting-someone_1258-157001.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Harika Lezzet", quote: "Yolumu değiştirip gelirim.", name: "Mesut", role: "Yerel Rehber", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg" },
|
||||
{ id: "t2", title: "Favorim", quote: "İstanbul'daki favori burgercilerimden.", name: "Suha Emre", role: "Müdavim", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sign-language-concept_23-2148572467.jpg" },
|
||||
{ id: "t3", title: "Güler Yüz", quote: "Hizmet gerçekten çok başarılı.", name: "Rohila Kozimova", role: "Müşteri", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg" },
|
||||
{ id: "t4", title: "Her Zaman Harika", quote: "Malzemesi bol ve kaliteli.", name: "Ayşe Yılmaz", role: "Müşteri", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg" },
|
||||
{ id: "t5", title: "Kesinlikle Tavsiye", quote: "Hellim burgeri mutlaka deneyin.", name: "Mehmet Can", role: "Müşteri", imageSrc: "http://img.b2bpic.net/free-photo/surprised-friendly-asian-woman-reaching-hands-forward-smiling-welcoming-you-greeting-someone_1258-157001.jpg" }
|
||||
]}
|
||||
title="Müşterilerimiz Ne Diyor?"
|
||||
description="Binlerce mutlu müşterimizden sadece birkaçı."
|
||||
@@ -283,21 +131,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Çalışma saatleri nedir?",
|
||||
content: "Haftanın her günü 23:45'e kadar hizmet veriyoruz.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Paket servisiniz var mı?",
|
||||
content: "Evet, Yemeksepeti üzerinden paket servisimiz mevcuttur.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Adresiniz nerede?",
|
||||
content: "Küçük Çamlıca, Üçpınarlar Cd. No:32, Üsküdar/İstanbul.",
|
||||
},
|
||||
{ id: "q1", title: "Çalışma saatleri nedir?", content: "Haftanın her günü 23:45'e kadar hizmet veriyoruz." },
|
||||
{ id: "q2", title: "Paket servisiniz var mı?", content: "Evet, Yemeksepeti üzerinden paket servisimiz mevcuttur." },
|
||||
{ id: "q3", title: "Adresiniz nerede?", content: "Küçük Çamlıca, Üçpınarlar Cd. No:32, Üsküdar/İstanbul." }
|
||||
]}
|
||||
title="Sıkça Sorulan Sorular"
|
||||
description="Burgerler hakkında merak ettikleriniz."
|
||||
@@ -308,50 +144,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="İletişim"
|
||||
title="Bizimle İletişime Geçin"
|
||||
description="Rezervasyon veya sorularınız için bizi arayın: (0216) 327 45 45"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ara",
|
||||
href: "tel:+902163274545",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Ara", href: "tel:+902163274545" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Burger@",
|
||||
items: [
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menü",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Destek",
|
||||
items: [
|
||||
{
|
||||
label: "Sıkça Sorulan Sorular",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Burger@", items: [{ label: "Hakkımızda", href: "#about" }, { label: "Menü", href: "#products" }] },
|
||||
{ title: "Destek", items: [{ label: "Sıkça Sorulan Sorular", href: "#faq" }, { label: "İletişim", href: "#contact" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Burger@ Acıbadem"
|
||||
bottomRightText="Tüm Hakları Saklıdır"
|
||||
@@ -360,4 +165,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user