Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e412fe8d3a | |||
| 06b30b3304 |
234
src/app/page.tsx
234
src/app/page.tsx
@@ -3,7 +3,6 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
@@ -32,17 +31,9 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Menü",
|
name: "Menü", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Rezervasyon",
|
name: "İletişim", id: "contact"},
|
||||||
id: "reservation",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "İletişim",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Kanatçı Haydar"
|
brandName="Kanatçı Haydar"
|
||||||
/>
|
/>
|
||||||
@@ -51,78 +42,23 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlayTestimonial
|
<HeroOverlayTestimonial
|
||||||
title="İstanbul’un Efsane Kanatçısı: Haydar"
|
title="İstanbul’un Efsane Kanatçısı: Haydar"
|
||||||
description="20 yılı aşkın lezzet geleneği, ocakbaşı kültürünün sıcaklığı ve efsaneleşen kanatlar. İstanbul’un gerçek kanat durağında yerinizi ayırtın."
|
description="20 yılı aşkın lezzet geleneği, ocakbaşı kültürünün sıcaklığı ve efsaneleşen kanatlar. İstanbul’un gerçek kanat durağı."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Ahmet Y.",
|
name: "Ahmet Y.", handle: "Google Local Guide", testimonial: "Kanatın gerçek adresi, yıllardır aynı lezzet.", rating: 5,
|
||||||
handle: "Google Local Guide",
|
imageSrc: "https://images.unsplash.com/photo-1598103922967-33f7c46f6bc7?q=80&w=200&h=200&auto=format&fit=crop"},
|
||||||
testimonial: "Kanatın gerçek adresi, yıllardır aynı lezzet.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=crxuar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Selin D.",
|
name: "Selin D.", handle: "Gurme", testimonial: "Atmosferi ve hizmet kalitesi ile vazgeçilmez.", rating: 5,
|
||||||
handle: "Gurme",
|
imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=200&h=200&auto=format&fit=crop"},
|
||||||
testimonial: "Atmosferi ve hizmet kalitesi ile vazgeçilmez.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b6roju",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Mert K.",
|
name: "Mert K.", handle: "Mekan Keşfi", testimonial: "Künefesi mutlaka denenmeli, harika bir deneyim.", rating: 5,
|
||||||
handle: "Mekan Keşfi",
|
imageSrc: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=200&h=200&auto=format&fit=crop"}
|
||||||
testimonial: "Künefesi mutlaka denenmeli, harika bir deneyim.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ykogbg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Ayşe B.",
|
|
||||||
handle: "Yerel Rehber",
|
|
||||||
testimonial: "Ocakbaşı kültürünü tam yansıtıyor, çok samimi.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4o1yp5&_wi=1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Caner O.",
|
|
||||||
handle: "Lezzet Avcısı",
|
|
||||||
testimonial: "Çalışanlar ilgili, kanatlar her zaman taze.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ljrn1u&_wi=1",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Hemen Ara",
|
text: "Hemen Ara", href: "tel:+902120000000"}
|
||||||
href: "tel:+902120000000",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Rezervasyon",
|
|
||||||
href: "#reservation",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4o1yp5&_wi=2"
|
imageSrc="https://images.unsplash.com/photo-1555126384-343a85b98f6d?q=80&w=1200&auto=format&fit=crop"
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4o1yp5",
|
|
||||||
alt: "Müşteri 1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ljrn1u",
|
|
||||||
alt: "Müşteri 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3g72nu",
|
|
||||||
alt: "Müşteri 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gnk4ux",
|
|
||||||
alt: "Müşteri 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0yv2d4",
|
|
||||||
alt: "Müşteri 5",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
avatarText="4,700+ Mutlu Müşteri"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -131,14 +67,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"4,700+ Google Yorumu",
|
"4,700+ Google Yorumu", "İstanbul'un En İyisi", "Sıcak Servis", "Geleneksel Lezzet", "Aile Dostu"]}
|
||||||
"İstanbul'un En İyisi",
|
|
||||||
"Sıcak Servis",
|
|
||||||
"Geleneksel Lezzet",
|
|
||||||
"Gece Boyu Hizmet",
|
|
||||||
"Aile Dostu",
|
|
||||||
"Merkezi Konum",
|
|
||||||
]}
|
|
||||||
title="Neden Milyonlar Bizi Tercih Ediyor?"
|
title="Neden Milyonlar Bizi Tercih Ediyor?"
|
||||||
description="Yılların birikimi ve gerçek müşteri deneyimiyle İstanbul’un en güvenilir noktası."
|
description="Yılların birikimi ve gerçek müşteri deneyimiyle İstanbul’un en güvenilir noktası."
|
||||||
/>
|
/>
|
||||||
@@ -152,41 +81,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "k1",
|
id: "k1", name: "Tavuk Kanat", price: "190 TL", imageSrc: "https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?q=80&w=600&auto=format&fit=crop"},
|
||||||
name: "Tavuk Kanat",
|
|
||||||
price: "190 TL",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ljrn1u&_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "k2",
|
id: "k2", name: "Acılı Kanat", price: "200 TL", imageSrc: "https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?q=80&w=600&auto=format&fit=crop"},
|
||||||
name: "Acılı Kanat",
|
|
||||||
price: "200 TL",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8m3myn",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "k3",
|
id: "k3", name: "Kuzu Kaburga", price: "350 TL", imageSrc: "https://images.unsplash.com/photo-1544025162-d76694265147?q=80&w=600&auto=format&fit=crop"},
|
||||||
name: "Kuzu Kaburga",
|
|
||||||
price: "350 TL",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3g72nu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "k4",
|
id: "k6", name: "Künefe", price: "150 TL", imageSrc: "https://images.unsplash.com/photo-1574784408043-410c71a3980a?q=80&w=600&auto=format&fit=crop"},
|
||||||
name: "Haydari",
|
|
||||||
price: "80 TL",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z8tyid",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "k5",
|
|
||||||
name: "Cacık",
|
|
||||||
price: "70 TL",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eg1tx9",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "k6",
|
|
||||||
name: "Künefe",
|
|
||||||
price: "150 TL",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gnk4ux",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="İmza Lezzetlerimiz"
|
title="İmza Lezzetlerimiz"
|
||||||
description="Odun ateşinde hazırlanan, müdavimlerin favorisi efsane tatlar."
|
description="Odun ateşinde hazırlanan, müdavimlerin favorisi efsane tatlar."
|
||||||
@@ -199,9 +100,7 @@ export default function LandingPage() {
|
|||||||
title="Gerçek Bir Ocakbaşı Deneyimi"
|
title="Gerçek Bir Ocakbaşı Deneyimi"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Galeriyi Keşfet",
|
text: "Galeriyi Keşfet", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -212,18 +111,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: ["Hızlı Servis", "Taze Ürün", "Hijyenik Ortam"],
|
||||||
"Hızlı Servis",
|
|
||||||
"Taze Ürün",
|
|
||||||
"Hijyenik Ortam",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: ["Efsane Lezzet", "Aile Dostu", "Gece 02:00'ye Kadar"],
|
||||||
"Efsane Lezzet",
|
|
||||||
"Aile Dostu",
|
|
||||||
"Gece 02:00'ye Kadar",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Neden Haydar?"
|
title="Neden Haydar?"
|
||||||
description="Klasikleşmiş kalite anlayışımızla sizleri bekliyoruz."
|
description="Klasikleşmiş kalite anlayışımızla sizleri bekliyoruz."
|
||||||
@@ -239,51 +130,9 @@ export default function LandingPage() {
|
|||||||
description="Takipçilerimizin gözünden lezzet anları."
|
description="Takipçilerimizin gözünden lezzet anları."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "b1",
|
id: "b1", category: "Reel", title: "Kanat Şöleni", excerpt: "Müşterilerimizin çektiği videolar.", imageSrc: "https://images.unsplash.com/photo-1513639464019-96860d5c80c2?q=80&w=600&auto=format&fit=crop", authorName: "Haydar", authorAvatar: "", date: "1 gün önce"},
|
||||||
category: "Reel",
|
|
||||||
title: "Kanat Şöleni",
|
|
||||||
excerpt: "Müşterilerimizin çektiği videolar.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0yv2d4",
|
|
||||||
authorName: "Haydar",
|
|
||||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=crxuar",
|
|
||||||
date: "1 gün önce",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "b2",
|
id: "b2", category: "Reel", title: "Ocakbaşı Keyfi", excerpt: "Atmosferden kareler.", imageSrc: "https://images.unsplash.com/photo-1542365893-c97793e7f415?q=80&w=600&auto=format&fit=crop", authorName: "Haydar", authorAvatar: "", date: "2 gün önce"},
|
||||||
category: "Reel",
|
|
||||||
title: "Ocakbaşı Keyfi",
|
|
||||||
excerpt: "Atmosferden kareler.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w9rq9b",
|
|
||||||
authorName: "Haydar",
|
|
||||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b6roju",
|
|
||||||
date: "2 gün önce",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "b3",
|
|
||||||
category: "Reel",
|
|
||||||
title: "Özel Soslar",
|
|
||||||
excerpt: "Sırlarımız.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b7hser",
|
|
||||||
authorName: "Haydar",
|
|
||||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ykogbg",
|
|
||||||
date: "3 gün önce",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="reservation" data-section="reservation">
|
|
||||||
<ContactText
|
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{
|
|
||||||
variant: "sparkles-gradient",
|
|
||||||
}}
|
|
||||||
text="Bu Akşam Yerini Ayırt"
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "WhatsApp'tan Rezervasyon",
|
|
||||||
href: "https://wa.me/905550000000",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -293,20 +142,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Nasıl Ulaşabilirim?", content: "Merkez şubemize ulaşım çok kolay. Google Haritalar linkimiz web sitesinde mevcuttur."},
|
||||||
title: "Nasıl Ulaşabilirim?",
|
|
||||||
content: "Merkez şubemize ulaşım çok kolay. Google Haritalar linkimiz web sitesinde mevcuttur.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Otopark Var mı?", content: "Evet, misafirlerimiz için valeli otopark hizmetimiz mevcuttur."},
|
||||||
title: "Otopark Var mı?",
|
|
||||||
content: "Evet, misafirlerimiz için valeli otopark hizmetimiz mevcuttur.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q3",
|
|
||||||
title: "Maç Yayınları Var mı?",
|
|
||||||
content: "Evet, tüm büyük derbileri dev ekranda izleyebilirsiniz.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Adres & İletişim"
|
sideTitle="Adres & İletişim"
|
||||||
sideDescription="Bahçelievler Merkez, İstanbul. 12:00 - 02:00 Arası Açık."
|
sideDescription="Bahçelievler Merkez, İstanbul. 12:00 - 02:00 Arası Açık."
|
||||||
@@ -319,30 +157,10 @@ export default function LandingPage() {
|
|||||||
logoText="Kanatçı Haydar"
|
logoText="Kanatçı Haydar"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Menü",
|
title: "Menü", items: [{ label: "Kanatlar", href: "#menu" }, { label: "Kebaplar", href: "#menu" }],
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Kanatlar",
|
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Kebaplar",
|
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "İletişim",
|
title: "İletişim", items: [{ label: "Ara", href: "tel:+902120000000" }, { label: "Yol Tarifi", href: "#" }],
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Ara",
|
|
||||||
href: "tel:+902120000000",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Yol Tarifi",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -350,4 +168,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user