Update src/app/page.tsx
This commit is contained in:
344
src/app/page.tsx
344
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Building2, MapPin, Package } from "lucide-react";
|
||||
import { Building2, MapPin, Package, Check, Shield, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Anasayfa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Anasayfa", id: "hero"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "about",
|
||||
},
|
||||
name: "Hakkımızda", id: "about"},
|
||||
{
|
||||
name: "Menü",
|
||||
id: "product",
|
||||
},
|
||||
name: "Menü", id: "product"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
name: "İletişim", id: "contact"},
|
||||
]}
|
||||
brandName="Serince Çiğ Köfte"
|
||||
/>
|
||||
@@ -55,77 +47,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Geleneksel Lezzetin Kalbi: Serince Çiğ Köfte"
|
||||
description="El emeği, %100 doğal malzemelerle hazırlanan eşsiz çiğ köfte lezzetini keşfedin. Her lokmada tazelik, her lokmada gelenek."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Yıllık Deneyim",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Doğal Malzeme",
|
||||
},
|
||||
{
|
||||
value: "50K+",
|
||||
label: "Mutlu Müşteri",
|
||||
},
|
||||
{ value: "15+", label: "Yıllık Deneyim" },
|
||||
{ value: "100%", label: "Doğal Malzeme" },
|
||||
{ value: "50K+", label: "Mutlu Müşteri" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Hemen Sipariş Ver",
|
||||
href: "#product",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-azerbaijani-food-dolma-eggplant-green-bell-pepper-tomato-stuffed-with-meat_114579-1518.jpg?_wi=1"
|
||||
buttons={[{ text: "Hemen Sipariş Ver", href: "#product" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-azerbaijani-food-dolma-eggplant-green-bell-pepper-tomato-stuffed-with-meat_114579-1518.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "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",
|
||||
alt: "Happy Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pottery-pan-with-meat-balls-cooked-egg-with-spinach-topped-with-tomato_140725-8663.jpg",
|
||||
alt: "Happy Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-fried-tomatoes-eggs-tasty-along-with-olives-bread-tea-grey-floor_140725-14433.jpg",
|
||||
alt: "Happy Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-rolls-with-cucumber-pomegranate_140725-3727.jpg",
|
||||
alt: "Happy Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/spicy-meat-with-lemon-pickles_140725-1869.jpg",
|
||||
alt: "Happy Customer 5",
|
||||
},
|
||||
{ src: "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", alt: "Happy Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pottery-pan-with-meat-balls-cooked-egg-with-spinach-topped-with-tomato_140725-8663.jpg", alt: "Happy Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-fried-tomatoes-eggs-tasty-along-with-olives-bread-tea-grey-floor_140725-14433.jpg", alt: "Happy Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/chicken-rolls-with-cucumber-pomegranate_140725-3727.jpg", alt: "Happy Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/spicy-meat-with-lemon-pickles_140725-1869.jpg", alt: "Happy Customer 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Doğal Lezzetler",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hızlı Teslimat",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hijyenik Ortam",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Geleneksel Tarifler",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Her Gün Taze",
|
||||
},
|
||||
{ type: "text", text: "Doğal Lezzetler" },
|
||||
{ type: "text", text: "Hızlı Teslimat" },
|
||||
{ type: "text", text: "Hijyenik Ortam" },
|
||||
{ type: "text", text: "Geleneksel Tarifler" },
|
||||
{ type: "text", text: "Her Gün Taze" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,20 +83,11 @@ export default function LandingPage() {
|
||||
title="Hikayemiz"
|
||||
description="Lezzet yolculuğumuz, geleneksel tarifleri modernize ederek en taze haliyle sofralarınıza getirme tutkumuzla başladı. Doğallıktan ödün vermeden, kalitemizi her geçen gün artırıyoruz."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Doğallık",
|
||||
description: "Tazecik baharatlar ve seçkin bakliyatlar.",
|
||||
},
|
||||
{
|
||||
title: "Gelenek",
|
||||
description: "Anne eli değmiş orijinal tarifler.",
|
||||
},
|
||||
{
|
||||
title: "Hız",
|
||||
description: "Kapınıza kadar en hızlı teslimat.",
|
||||
},
|
||||
{ title: "Doğallık", description: "Tazecik baharatlar ve seçkin bakliyatlar." },
|
||||
{ title: "Gelenek", description: "Anne eli değmiş orijinal tarifler." },
|
||||
{ title: "Hız", description: "Kapınıza kadar en hızlı teslimat." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-rice-clay-bowl_140725-12055.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-rice-clay-bowl_140725-12055.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -162,58 +99,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Özel Tarif",
|
||||
description: "Gizli baharat karışımımız.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-rahat-lokum-with-pistachios-blue-wooden-board_114579-58917.jpg?_wi=1",
|
||||
},
|
||||
title: "Özel Tarif", description: "Gizli baharat karışımımız.", media: { imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-rahat-lokum-with-pistachios-blue-wooden-board_114579-58917.jpg" },
|
||||
items: [
|
||||
{
|
||||
text: "Kimyasal katkısız",
|
||||
},
|
||||
{
|
||||
text: "Geleneksel yoğurma",
|
||||
},
|
||||
{ icon: Check, text: "Kimyasal katkısız" },
|
||||
{ icon: Shield, text: "Geleneksel yoğurma" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dtsr39fO6CxIsGs4sAYhcXi4Xc/uploaded-1779112939193-unwon5rq.jpg?_wi=1",
|
||||
imageAlt: "cig kofte wrap portion",
|
||||
},
|
||||
{
|
||||
title: "Taze Sebzeler",
|
||||
description: "Günlük taze yeşillikler.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shawarma-from-juicy-beef-lettuce-tomatoes-cucumbers-paprika-onion-pita-bread-with-spinach-diet-menu_2829-14471.jpg?_wi=1",
|
||||
},
|
||||
title: "Taze Sebzeler", description: "Günlük taze yeşillikler.", media: { imageSrc: "http://img.b2bpic.net/free-photo/shawarma-from-juicy-beef-lettuce-tomatoes-cucumbers-paprika-onion-pita-bread-with-spinach-diet-menu_2829-14471.jpg" },
|
||||
items: [
|
||||
{
|
||||
text: "Yerli üretim",
|
||||
},
|
||||
{
|
||||
text: "Yıkanmış ve ayıklanmış",
|
||||
},
|
||||
{ icon: Zap, text: "Yerli üretim" },
|
||||
{ icon: Check, text: "Yıkanmış ve ayıklanmış" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-food-dolma-eggplant-green-bell-pepper-tomato-stuffed-with-meat_114579-1518.jpg?_wi=2",
|
||||
imageAlt: "cig kofte wrap portion",
|
||||
},
|
||||
{
|
||||
title: "Özel Paketleme",
|
||||
description: "Isı korumalı teslimat.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meatballs-wooden-board-ingredients_23-2148440873.jpg",
|
||||
},
|
||||
title: "Özel Paketleme", description: "Isı korumalı teslimat.", media: { imageSrc: "http://img.b2bpic.net/free-photo/meatballs-wooden-board-ingredients_23-2148440873.jpg" },
|
||||
items: [
|
||||
{
|
||||
text: "Hijyenik paketleme",
|
||||
},
|
||||
{
|
||||
text: "Sızdırmaz kutular",
|
||||
},
|
||||
{ icon: Shield, text: "Hijyenik paketleme" },
|
||||
{ icon: Zap, text: "Sızdırmaz kutular" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-rice-clay-bowl_140725-12055.jpg?_wi=2",
|
||||
imageAlt: "cig kofte wrap portion",
|
||||
},
|
||||
]}
|
||||
title="Bizi Farklı Kılan Nedir?"
|
||||
@@ -228,42 +135,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dürüm Çiğ Köfte",
|
||||
price: "60 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-tasty-dolma-marble-wall_114579-30268.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Porsiyon Tabak",
|
||||
price: "120 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-fresh-lettuce_23-2148433335.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mega Dürüm",
|
||||
price: "90 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-mix-pickles-table_140725-9780.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Aile Boyu Paket",
|
||||
price: "250 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-kebab-wrapped-lavash-with-fresh-salad-wooden-board_140725-11926.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Öğrenci Menü",
|
||||
price: "50 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lemon-slices-dark-space_140725-76311.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Özel Soslu Kutu",
|
||||
price: "150 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-cereal-flakes-white-plate_114579-60051.jpg",
|
||||
},
|
||||
{ id: "1", name: "Dürüm Çiğ Köfte", price: "60 TL", imageSrc: "http://img.b2bpic.net/free-photo/plate-tasty-dolma-marble-wall_114579-30268.jpg" },
|
||||
{ id: "2", name: "Porsiyon Tabak", price: "120 TL", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-fresh-lettuce_23-2148433335.jpg" },
|
||||
{ id: "3", name: "Mega Dürüm", price: "90 TL", imageSrc: "http://img.b2bpic.net/free-photo/plate-mix-pickles-table_140725-9780.jpg" },
|
||||
{ id: "4", name: "Aile Boyu Paket", price: "250 TL", imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-kebab-wrapped-lavash-with-fresh-salad-wooden-board_140725-11926.jpg" },
|
||||
{ id: "5", name: "Öğrenci Menü", price: "50 TL", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lemon-slices-dark-space_140725-76311.jpg" },
|
||||
{ id: "6", name: "Özel Soslu Kutu", price: "150 TL", imageSrc: "http://img.b2bpic.net/free-photo/pink-cereal-flakes-white-plate_114579-60051.jpg" },
|
||||
]}
|
||||
title="Menümüzden Seçkiler"
|
||||
description="Sizin için hazırladığımız en lezzetli çiğ köfte seçenekleri."
|
||||
@@ -277,27 +154,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "81",
|
||||
title: "İl",
|
||||
description: "Türkiye'nin her yerindeyiz",
|
||||
icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "300+",
|
||||
title: "Şube",
|
||||
description: "Büyüyen büyük aile",
|
||||
icon: Building2,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1M+",
|
||||
title: "Sipariş",
|
||||
description: "Her gün taze paketler",
|
||||
icon: Package,
|
||||
},
|
||||
{ id: "m1", value: "81", title: "İl", description: "Türkiye'nin her yerindeyiz", icon: MapPin },
|
||||
{ id: "m2", value: "300+", title: "Şube", description: "Büyüyen büyük aile", icon: Building2 },
|
||||
{ id: "m3", value: "1M+", title: "Sipariş", description: "Her gün taze paketler", icon: Package },
|
||||
]}
|
||||
title="Rakamlarla Serince"
|
||||
description="Başarı hikayemizin somut göstergeleri."
|
||||
@@ -309,61 +168,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ayşe Yılmaz",
|
||||
date: "12.05.2024",
|
||||
title: "Müthiş lezzet!",
|
||||
quote: "Yediğim en taze çiğ köfteydi, kesinlikle tavsiye ederim.",
|
||||
tag: "Müşteri",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/person-eating-fresh-cheese_52683-110414.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dtsr39fO6CxIsGs4sAYhcXi4Xc/uploaded-1779112939193-unwon5rq.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating turkish food",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mehmet Can",
|
||||
date: "15.05.2024",
|
||||
title: "Hızlı servis.",
|
||||
quote: "Sipariş verdim 20 dakikada kapımdaydı. Lezzet 10/10.",
|
||||
tag: "Müşteri",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-food-dolma-eggplant-green-bell-pepper-tomato-stuffed-with-meat_114579-1518.jpg?_wi=3",
|
||||
imageAlt: "happy customer eating turkish food",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Zeynep Demir",
|
||||
date: "20.05.2024",
|
||||
title: "Harika kalite.",
|
||||
quote: "Her zaman aynı lezzet, değişmeyen tek adresim.",
|
||||
tag: "Müşteri",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5512.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-rice-clay-bowl_140725-12055.jpg?_wi=3",
|
||||
imageAlt: "happy customer eating turkish food",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ali Vural",
|
||||
date: "22.05.2024",
|
||||
title: "Çok başarılı.",
|
||||
quote: "Çalışanlar çok ilgili ve nazik. Köfteler çok lezzetli.",
|
||||
tag: "Müşteri",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-rahat-lokum-with-pistachios-blue-wooden-board_114579-58917.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating turkish food",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elif Sönmez",
|
||||
date: "25.05.2024",
|
||||
title: "Favorim.",
|
||||
quote: "Lavaşları bile sıcacık ve çok tazeydi.",
|
||||
tag: "Müşteri",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-mexican-woman-eating-ranchero-food_23-2150222239.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shawarma-from-juicy-beef-lettuce-tomatoes-cucumbers-paprika-onion-pita-bread-with-spinach-diet-menu_2829-14471.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating turkish food",
|
||||
},
|
||||
{ id: "1", name: "Ayşe Yılmaz", date: "12.05.2024", title: "Müthiş lezzet!", quote: "Yediğim en taze çiğ köfteydi, kesinlikle tavsiye ederim.", tag: "Müşteri", avatarSrc: "http://img.b2bpic.net/free-photo/person-eating-fresh-cheese_52683-110414.jpg" },
|
||||
{ id: "2", name: "Mehmet Can", date: "15.05.2024", title: "Hızlı servis.", quote: "Sipariş verdim 20 dakikada kapımdaydı. Lezzet 10/10.", tag: "Müşteri", avatarSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg" },
|
||||
{ id: "3", name: "Zeynep Demir", date: "20.05.2024", title: "Harika kalite.", quote: "Her zaman aynı lezzet, değişmeyen tek adresim.", tag: "Müşteri", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5512.jpg" },
|
||||
{ id: "4", name: "Ali Vural", date: "22.05.2024", title: "Çok başarılı.", quote: "Çalışanlar çok ilgili ve nazik. Köfteler çok lezzetli.", tag: "Müşteri", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg" },
|
||||
{ id: "5", name: "Elif Sönmez", date: "25.05.2024", title: "Favorim.", quote: "Lavaşları bile sıcacık ve çok tazeydi.", tag: "Müşteri", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-mexican-woman-eating-ranchero-food_23-2150222239.jpg" },
|
||||
]}
|
||||
title="Müşterilerimizin Gözünden"
|
||||
description="Gerçek lezzet deneyimleri."
|
||||
@@ -375,21 +184,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Ürünleriniz helal mi?",
|
||||
content: "Evet, tüm ürünlerimiz helal sertifikalıdır.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Çiğ köfteleriniz etli mi?",
|
||||
content: "Hayır, çiğ köftelerimiz %100 etsizdir.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Nasıl sipariş verebilirim?",
|
||||
content: "Web sitemiz veya telefon hattımız üzerinden sipariş verebilirsiniz.",
|
||||
},
|
||||
{ id: "f1", title: "Ürünleriniz helal mi?", content: "Evet, tüm ürünlerimiz helal sertifikalıdır." },
|
||||
{ id: "f2", title: "Çiğ köfteleriniz etli mi?", content: "Hayır, çiğ köftelerimiz %100 etsizdir." },
|
||||
{ id: "f3", title: "Nasıl sipariş verebilirim?", content: "Web sitemiz veya telefon hattımız üzerinden sipariş verebilirsiniz." },
|
||||
]}
|
||||
title="Sıkça Sorulanlar"
|
||||
description="Merak ettikleriniz burada yanıt buluyor."
|
||||
@@ -400,16 +197,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Lezzetimizle tanışmak için hemen bizimle iletişime geçin veya şubelerimizi ziyaret edin."
|
||||
buttons={[
|
||||
{
|
||||
text: "Bize Ulaşın",
|
||||
href: "tel:+905550000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Bize Ulaşın", href: "tel:+905550000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -419,32 +209,8 @@ export default function LandingPage() {
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dtsr39fO6CxIsGs4sAYhcXi4Xc/uploaded-1779112939193-unwon5rq.jpg"
|
||||
logoText="Serince Çiğ Köfte"
|
||||
columns={[
|
||||
{
|
||||
title: "Menü",
|
||||
items: [
|
||||
{
|
||||
label: "Dürüm",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Porsiyon",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kurumsal",
|
||||
items: [
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Şubeler",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Menü", items: [{ label: "Dürüm", href: "#" }, { label: "Porsiyon", href: "#" }] },
|
||||
{ title: "Kurumsal", items: [{ label: "Hakkımızda", href: "#about" }, { label: "Şubeler", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user