Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
245
src/app/page.tsx
245
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Sayfa",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Ana Sayfa", id: "#home"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Hakkımızda", id: "#about"},
|
||||
{
|
||||
name: "Ürünlerimiz",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Ürünlerimiz", id: "#products"},
|
||||
{
|
||||
name: "Özellikler",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Özellikler", id: "#features"},
|
||||
{
|
||||
name: "Yorumlar",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Yorumlar", id: "#testimonials"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "İletişim", id: "#contact"},
|
||||
]}
|
||||
brandName="Waffy Stick"
|
||||
bottomLeftText="Lezzetin Adresi"
|
||||
@@ -65,8 +53,7 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Waffy Stick: Lezzetli Anların Başlangıcı"
|
||||
description="En taze malzemelerle hazırlanan, çıtır çıtır ve sıcacık waffle çubukları. Her ısırıkta unutulmaz bir lezzet deneyimi yaşayın."
|
||||
tag="Sıcacık Waffle'lar"
|
||||
@@ -74,36 +61,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Menüyü Keşfet",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Menüyü Keşfet", href: "#products"},
|
||||
{
|
||||
text: "Şimdi Sipariş Ver",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Şimdi Sipariş Ver", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-belgian-waffles-with-loquat-fruits-honey_114579-10045.jpg",
|
||||
imageAlt: "Çikolata ve renkli şekerlemeli lezzetli waffle çubuğu",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-belgian-waffles-with-loquat-fruits-honey_114579-10045.jpg", imageAlt: "Çikolata ve renkli şekerlemeli lezzetli waffle çubuğu"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-desk_140725-133464.jpg",
|
||||
imageAlt: "Çeşitli soslar ve meyvelerle süslenmiş waffle çubukları",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133435.jpg",
|
||||
imageAlt: "Front view yummy waffle cakes with chocolate bars on brown background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crepes-white-plate-with-chocolate-syrup-tea_114579-16795.jpg",
|
||||
imageAlt: "Crepes in a white plate with chocolate syrup and tea.",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133467.jpg",
|
||||
imageAlt: "Front view yummy waffle cakes with chocolate bars on the brown background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-desk_140725-133464.jpg", imageAlt: "Çeşitli soslar ve meyvelerle süslenmiş waffle çubukları"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -116,24 +83,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Hikayemiz",
|
||||
},
|
||||
type: "text", content: "Hikayemiz"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-tart-with-jam-plate-jam-honey-bowls-imprint-fork-spoon-made-flour-table_140725-161026.jpg",
|
||||
alt: "Waffy Stick mağazasının içinden bir görünüm",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-tart-with-jam-plate-jam-honey-bowls-imprint-fork-spoon-made-flour-table_140725-161026.jpg", alt: "Waffy Stick mağazasının içinden bir görünüm"},
|
||||
{
|
||||
type: "text",
|
||||
content: "ve Tutkumuz",
|
||||
},
|
||||
type: "text", content: "ve Tutkumuz"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Daha Fazla Oku",
|
||||
href: "#",
|
||||
},
|
||||
text: "Daha Fazla Oku", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -148,53 +106,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p-klasik",
|
||||
name: "Klasik Waffy Stick",
|
||||
price: "55 TL",
|
||||
variant: "Sütlü Çikolata, Renkli Granül",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-chocolate-ice-cream-copy-space_23-2148268122.jpg",
|
||||
imageAlt: "3D Klasik waffle çubuğu",
|
||||
},
|
||||
id: "p-klasik", name: "Klasik Waffy Stick", price: "55 TL", variant: "Sütlü Çikolata, Renkli Granül", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-chocolate-ice-cream-copy-space_23-2148268122.jpg", imageAlt: "3D Klasik waffle çubuğu"},
|
||||
{
|
||||
id: "p-meyveli",
|
||||
name: "Meyveli Rüya Waffy Stick",
|
||||
price: "65 TL",
|
||||
variant: "Beyaz Çikolata, Çilek, Muz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffles-with-cream-fresh-raspberries_114579-62652.jpg",
|
||||
imageAlt: "3D Meyveli waffle çubuğu",
|
||||
},
|
||||
id: "p-meyveli", name: "Meyveli Rüya Waffy Stick", price: "65 TL", variant: "Beyaz Çikolata, Çilek, Muz", imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffles-with-cream-fresh-raspberries_114579-62652.jpg", imageAlt: "3D Meyveli waffle çubuğu"},
|
||||
{
|
||||
id: "p-findikli",
|
||||
name: "Fındıklı Lezzet Waffy Stick",
|
||||
price: "60 TL",
|
||||
variant: "Sütlü Çikolata, Bol Fındık",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-belgian-waffles-with-fresh-berries-honey-grey-concrete-surface_114579-5307.jpg",
|
||||
imageAlt: "3D Fındıklı waffle çubuğu",
|
||||
},
|
||||
id: "p-findikli", name: "Fındıklı Lezzet Waffy Stick", price: "60 TL", variant: "Sütlü Çikolata, Bol Fındık", imageSrc: "http://img.b2bpic.net/free-photo/traditional-belgian-waffles-with-fresh-berries-honey-grey-concrete-surface_114579-5307.jpg", imageAlt: "3D Fındıklı waffle çubuğu"},
|
||||
{
|
||||
id: "p-karamelli",
|
||||
name: "Karamel Büyüsü Waffy Stick",
|
||||
price: "60 TL",
|
||||
variant: "Karamel Sos, Tuzlu Karamel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-pancakes-still-life_23-2151105081.jpg",
|
||||
imageAlt: "3D Karamelli waffle çubuğu",
|
||||
},
|
||||
id: "p-karamelli", name: "Karamel Büyüsü Waffy Stick", price: "60 TL", variant: "Karamel Sos, Tuzlu Karamel", imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-pancakes-still-life_23-2151105081.jpg", imageAlt: "3D Karamelli waffle çubuğu"},
|
||||
{
|
||||
id: "p-spesiyal",
|
||||
name: "Waffy Stick Spesiyal",
|
||||
price: "75 TL",
|
||||
variant: "Antep Fıstığı, Beyaz Çikolata, Özel Sos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133449.jpg",
|
||||
imageAlt: "3D Spesiyal waffle çubuğu",
|
||||
},
|
||||
id: "p-spesiyal", name: "Waffy Stick Spesiyal", price: "75 TL", variant: "Antep Fıstığı, Beyaz Çikolata, Özel Sos", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133449.jpg", imageAlt: "3D Spesiyal waffle çubuğu"},
|
||||
{
|
||||
id: "p-cocuk",
|
||||
name: "Çocuk Waffy Stick",
|
||||
price: "50 TL",
|
||||
variant: "Renkli Krema, Mini Çikolatalar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waffle-kids-food-art-background-wallpaper-funky-breakfast-treat_53876-138247.jpg",
|
||||
imageAlt: "3D Çocuklar için renkli waffle çubuğu",
|
||||
},
|
||||
id: "p-cocuk", name: "Çocuk Waffy Stick", price: "50 TL", variant: "Renkli Krema, Mini Çikolatalar", imageSrc: "http://img.b2bpic.net/free-photo/waffle-kids-food-art-background-wallpaper-funky-breakfast-treat_53876-138247.jpg", imageAlt: "3D Çocuklar için renkli waffle çubuğu"},
|
||||
]}
|
||||
title="Ürünlerimiz"
|
||||
description="Her biri özenle hazırlanan, özel tariflerimizle tatlandırılmış waffle çubuklarımızı keşfedin. Her damak zevkine uygun bir lezzet var!"
|
||||
@@ -208,35 +130,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Taze ve Kaliteli Malzemeler",
|
||||
tags: [
|
||||
"Doğal",
|
||||
"Yerel",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-receiving-groceries_23-2149722263.jpg",
|
||||
imageAlt: "Taze meyveler ve doğal malzemeler",
|
||||
},
|
||||
id: "f1", title: "Taze ve Kaliteli Malzemeler", tags: [
|
||||
"Doğal", "Yerel"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-receiving-groceries_23-2149722263.jpg", imageAlt: "Taze meyveler ve doğal malzemeler"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Benzersiz Lezzet Kombinasyonları",
|
||||
tags: [
|
||||
"Yaratıcı",
|
||||
"Özgün",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waffles-with-fruits-assortment-top-view_23-2148933493.jpg",
|
||||
imageAlt: "Şefin özel waffle süslemeleri",
|
||||
},
|
||||
id: "f2", title: "Benzersiz Lezzet Kombinasyonları", tags: [
|
||||
"Yaratıcı", "Özgün"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waffles-with-fruits-assortment-top-view_23-2148933493.jpg", imageAlt: "Şefin özel waffle süslemeleri"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Unutulmaz Bir Deneyim",
|
||||
tags: [
|
||||
"Samimi",
|
||||
"Keyifli",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg",
|
||||
imageAlt: "Waffle keyfi yapan mutlu insanlar",
|
||||
},
|
||||
id: "f3", title: "Unutulmaz Bir Deneyim", tags: [
|
||||
"Samimi", "Keyifli"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", imageAlt: "Waffle keyfi yapan mutlu insanlar"},
|
||||
]}
|
||||
title="Neden Bizi Seçmelisiniz?"
|
||||
description="Waffy Stick olarak, sadece lezzetli değil, aynı zamanda unutulmaz anlar yaratan waffle'lar sunuyoruz. Kaliteye ve müşteri memnuniyetine önem veriyoruz."
|
||||
@@ -250,14 +154,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google Reviews",
|
||||
"Yelp",
|
||||
"TripAdvisor",
|
||||
"Zomato",
|
||||
"Foursquare",
|
||||
"Eataly",
|
||||
"Eatigo",
|
||||
]}
|
||||
"Google Reviews", "Yelp", "TripAdvisor", "Zomato", "Foursquare", "Eataly", "Eatigo"]}
|
||||
title="Bizi Önerenler"
|
||||
description="Müşterilerimizin ve ortaklarımızın güvenini kazandık. İşte bizi destekleyen platformlar."
|
||||
/>
|
||||
@@ -269,45 +166,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Muhteşem Lezzet!",
|
||||
quote: "Waffy Stick'in waffle'ları gerçekten harika. Her detayı özenle hazırlanmış ve tatları damağımda kaldı. Kesinlikle favorim!",
|
||||
name: "Ayşe Yılmaz",
|
||||
role: "Gurme Blogger",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg",
|
||||
},
|
||||
id: "t1", title: "Muhteşem Lezzet!", quote: "Waffy Stick'in waffle'ları gerçekten harika. Her detayı özenle hazırlanmış ve tatları damağımda kaldı. Kesinlikle favorim!", name: "Ayşe Yılmaz", role: "Gurme Blogger", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Harika Hizmet ve Atmosfer",
|
||||
quote: "Mağazanın atmosferi çok sıcak ve personel çok ilgiliydi. Waffle'lar zaten efsane, herkesin denemesini tavsiye ederim.",
|
||||
name: "Mehmet Demir",
|
||||
role: "Yerel Rehber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-pleased-caucasian-adult-guy-with-bristle-fair-hair-glasses-holding-paper-cup-drink-smartphone-gazing-left-with-dreamy-optimistic-smile_176420-23453.jpg",
|
||||
},
|
||||
id: "t2", title: "Harika Hizmet ve Atmosfer", quote: "Mağazanın atmosferi çok sıcak ve personel çok ilgiliydi. Waffle'lar zaten efsane, herkesin denemesini tavsiye ederim.", name: "Mehmet Demir", role: "Yerel Rehber", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-pleased-caucasian-adult-guy-with-bristle-fair-hair-glasses-holding-paper-cup-drink-smartphone-gazing-left-with-dreamy-optimistic-smile_176420-23453.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Bayıldık!",
|
||||
quote: "Çocuklarımla birlikte geldik ve bayıldık! Waffle'lar taze, lezzetli ve sunumları çok şık. Sık sık ziyaret edeceğiz.",
|
||||
name: "Zeynep Can",
|
||||
role: "Ev Hanımı",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-european-woman-eats-delicious-pancakes-with-raspberry-giggles-positively-wears-nightwear-towel-wrapped-head-transparent-eyeglasses-isolated-pink-background-breakfast-time_273609-62082.jpg",
|
||||
},
|
||||
id: "t3", title: "Bayıldık!", quote: "Çocuklarımla birlikte geldik ve bayıldık! Waffle'lar taze, lezzetli ve sunumları çok şık. Sık sık ziyaret edeceğiz.", name: "Zeynep Can", role: "Ev Hanımı", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-european-woman-eats-delicious-pancakes-with-raspberry-giggles-positively-wears-nightwear-towel-wrapped-head-transparent-eyeglasses-isolated-pink-background-breakfast-time_273609-62082.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Şehrin En İyi Waffle'ı",
|
||||
quote: "Uzun zamandır böyle lezzetli bir waffle yememiştim. Malzemelerin kalitesi ve tazeliği kendini belli ediyor. Kesinlikle uğramalısınız.",
|
||||
name: "Emre Kaya",
|
||||
role: "Yemek Eleştirmeni",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-office-using-phone_1303-21362.jpg",
|
||||
},
|
||||
id: "t4", title: "Şehrin En İyi Waffle'ı", quote: "Uzun zamandır böyle lezzetli bir waffle yememiştim. Malzemelerin kalitesi ve tazeliği kendini belli ediyor. Kesinlikle uğramalısınız.", name: "Emre Kaya", role: "Yemek Eleştirmeni", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-office-using-phone_1303-21362.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Tatlı Krizlerinin Çözümü",
|
||||
quote: "Tatlı krizlerimin vazgeçilmezi oldu Waffy Stick! Özellikle meyveli waffle'ları tek kelimeyle mükemmel. Herkese tavsiye ederim.",
|
||||
name: "Selin Akın",
|
||||
role: "Öğrenci",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
},
|
||||
id: "t5", title: "Tatlı Krizlerinin Çözümü", quote: "Tatlı krizlerimin vazgeçilmezi oldu Waffy Stick! Özellikle meyveli waffle'ları tek kelimeyle mükemmel. Herkese tavsiye ederim.", name: "Selin Akın", role: "Öğrenci", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg"},
|
||||
]}
|
||||
title="Müşteri Yorumları"
|
||||
description="Waffy Stick deneyimini yaşayan müşterilerimizin geri bildirimleri."
|
||||
@@ -319,8 +186,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="İletişim"
|
||||
title="Bize Ulaşın"
|
||||
description="Lezzetli waffle'larımız hakkında bilgi almak veya sipariş vermek için bize e-posta gönderin."
|
||||
@@ -339,46 +205,29 @@ export default function LandingPage() {
|
||||
logoText="Waffy Stick"
|
||||
columns={[
|
||||
{
|
||||
title: "Keşfet",
|
||||
items: [
|
||||
title: "Keşfet", items: [
|
||||
{
|
||||
label: "Ana Sayfa",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Ana Sayfa", href: "#home"},
|
||||
{
|
||||
label: "Ürünler",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Ürünler", href: "#products"},
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Hakkımızda", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Yardım",
|
||||
items: [
|
||||
title: "Yardım", items: [
|
||||
{
|
||||
label: "SSS",
|
||||
href: "#",
|
||||
},
|
||||
label: "SSS", href: "#"},
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "İletişim", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Yasal",
|
||||
items: [
|
||||
title: "Yasal", items: [
|
||||
{
|
||||
label: "Gizlilik Politikası",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gizlilik Politikası", href: "#"},
|
||||
{
|
||||
label: "Kullanım Şartları",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kullanım Şartları", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user