Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-06 19:07:39 +00:00

View File

@@ -32,56 +32,25 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Ana Sayfa",
id: "hero",
},
{
name: "Hakkımızda",
id: "about",
},
{
name: "Menü",
id: "products",
},
{
name: "Bize Ulaşın",
id: "contact",
},
{ name: "Ana Sayfa", id: "hero" },
{ name: "Hakkımızda", id: "about" },
{ name: "Menü", id: "products" },
{ name: "Bize Ulaşın", id: "contact" },
]}
brandName="Tadım Büfe"
button={{ text: "Sipariş Ver" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Tadım Büfe ile Lezzeti Keşfedin"
description="Tazelik ve lezzetin mükemmel uyumu. Günün her saati doyurucu ve gurme seçenekler."
tag="Geleneksel Lezzet"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-inscription-snacks-with-crackers-seeds-cookies-black-background_141793-3520.jpg?_wi=1",
imageAlt: "Taze lezzetler",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-pasta-serving-bowls-toppings-dressings-marble-surface_114579-69874.jpg?_wi=1",
imageAlt: "Gourmet burger",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-chicken-breast-lettuce-cheese-toast-bread-tomato-cucumber-french-fries-side-view_141793-3533.jpg",
imageAlt: "Kulüp sandviç",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/griddled-chicken-sandwich-closeup_1147-505.jpg",
imageAlt: "Tavuklu sandviç",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-set-tasty-burgers-ready-be-served_23-2148290630.jpg",
imageAlt: "Gurme burger seti",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-inscription-snacks-with-crackers-seeds-cookies-black-background_141793-3520.jpg", imageAlt: "Taze lezzetler" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tray-with-pasta-serving-bowls-toppings-dressings-marble-surface_114579-69874.jpg", imageAlt: "Gourmet burger" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -96,7 +65,7 @@ export default function LandingPage() {
title="Tazelikten Taviz Vermiyoruz"
description="Yılların deneyimiyle en kaliteli malzemeleri seçiyor, sevgiyle hazırlıyoruz."
subdescription="Her lokmada gerçek Tadım Büfe farkını hissetmeniz için çalışıyoruz."
imageSrc="http://img.b2bpic.net/free-photo/bulk-products-supermarket-with-pesticides-free-fruits-vegetables-grains-spices-pasta-display-empty-eco-friendly-local-grocery-store-with-net-zero-carbon-dioxide-emissions_482257-70854.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/bulk-products-supermarket-with-pesticides-free-fruits-vegetables-grains-spices-pasta-display-empty-eco-friendly-local-grocery-store-with-net-zero-carbon-dioxide-emissions_482257-70854.jpg"
mediaAnimation="blur-reveal"
icon={Utensils}
/>
@@ -109,42 +78,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Gurme Burger",
price: "145 TL",
imageSrc: "http://img.b2bpic.net/free-photo/appetizer-ingredients-with-platter-macaroni-marble-surface_114579-69873.jpg",
},
{
id: "p2",
name: "Tavuklu Sandviç",
price: "120 TL",
imageSrc: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854431.jpg",
},
{
id: "p3",
name: "Özel Döner Dürüm",
price: "135 TL",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-with-fries-plate_23-2148262933.jpg",
},
{
id: "p4",
name: "Akdeniz Salatası",
price: "95 TL",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-noodle-bowl-with-herbs-lime_84443-84864.jpg",
},
{
id: "p5",
name: "Kızarmış Baget",
price: "110 TL",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-spinach-tomato-cheese-sandwich-isolated-white-background_123827-33039.jpg",
},
{
id: "p6",
name: "Tadım Özel Atıştırmalık",
price: "85 TL",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-with-cheddar-served-with-french-fries-sauce_140725-6544.jpg",
},
{ id: "p1", name: "Gurme Burger", price: "145 TL", imageSrc: "http://img.b2bpic.net/free-photo/appetizer-ingredients-with-platter-macaroni-marble-surface_114579-69873.jpg" },
{ id: "p2", name: "Tavuklu Sandviç", price: "120 TL", imageSrc: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854431.jpg" },
{ id: "p3", name: "Özel Döner Dürüm", price: "135 TL", imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-with-fries-plate_23-2148262933.jpg" },
{ id: "p4", name: "Akdeniz Salatası", price: "95 TL", imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-noodle-bowl-with-herbs-lime_84443-84864.jpg" },
{ id: "p5", name: "Kızarmış Baget", price: "110 TL", imageSrc: "http://img.b2bpic.net/free-photo/healthy-spinach-tomato-cheese-sandwich-isolated-white-background_123827-33039.jpg" },
{ id: "p6", name: "Tadım Özel Atıştırmalık", price: "85 TL", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-with-cheddar-served-with-french-fries-sauce_140725-6544.jpg" }
]}
title="Öne Çıkan Lezzetlerimiz"
description="En çok tercih edilen gurme ürünlerimizi hemen deneyin."
@@ -157,69 +96,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Taze Malzemeler",
description: "Her sabah günlük ve taze ürün tedariki.",
items: [
{
text: "Organik sebzeler",
icon: Leaf,
},
{
text: "Yerli et ürünleri",
icon: Beef,
},
],
media: {
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-fresh-chopped-vegetables-olives-kumquats-brown-plate-green-black-mixed-colors-background_179666-17152.jpg",
imageAlt: "Taze malzemeler",
},
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-inscription-snacks-with-crackers-seeds-cookies-black-background_141793-3520.jpg?_wi=2",
imageAlt: "gourmet burger isolated",
},
{
title: "Hızlı Servis",
description: "Yoğun gününüzde hızlı lezzet molası.",
items: [
{
text: "Sıcak servis",
icon: Flame,
},
{
text: "Paket seçenekleri",
icon: ShoppingBag,
},
],
media: {
imageSrc: "http://img.b2bpic.net/free-photo/cracker-canapes-with-stuffing-cream-dip-sauce_114579-3452.jpg",
imageAlt: "Hızlı servis",
},
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/bulk-products-supermarket-with-pesticides-free-fruits-vegetables-grains-spices-pasta-display-empty-eco-friendly-local-grocery-store-with-net-zero-carbon-dioxide-emissions_482257-70854.jpg?_wi=2",
imageAlt: "gourmet burger isolated",
},
{
title: "Hijyen Garantisi",
description: "Modern mutfağımızda tam hijyen.",
items: [
{
text: "Düzenli denetim",
icon: CheckCircle,
},
{
text: "Temiz ortam",
icon: Sparkles,
},
],
media: {
imageSrc: "http://img.b2bpic.net/free-photo/baguette-bread-dry-fruits-fruits-white-background_23-2147907010.jpg",
imageAlt: "Hijyenik mutfak",
},
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-pasta-serving-bowls-toppings-dressings-marble-surface_114579-69874.jpg?_wi=2",
imageAlt: "gourmet burger isolated",
},
{ title: "Taze Malzemeler", description: "Her sabah günlük ve taze ürün tedariki.", items: [{ text: "Organik sebzeler", icon: Leaf }, { text: "Yerli et ürünleri", icon: Beef }], media: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-fresh-chopped-vegetables-olives-kumquats-brown-plate-green-black-mixed-colors-background_179666-17152.jpg" }, reverse: false },
{ title: "Hızlı Servis", description: "Yoğun gününüzde hızlı lezzet molası.", items: [{ text: "Sıcak servis", icon: Flame }, { text: "Paket seçenekleri", icon: ShoppingBag }], media: { imageSrc: "http://img.b2bpic.net/free-photo/cracker-canapes-with-stuffing-cream-dip-sauce_114579-3452.jpg" }, reverse: true },
{ title: "Hijyen Garantisi", description: "Modern mutfağımızda tam hijyen.", items: [{ text: "Düzenli denetim", icon: CheckCircle }, { text: "Temiz ortam", icon: Sparkles }], media: { imageSrc: "http://img.b2bpic.net/free-photo/baguette-bread-dry-fruits-fruits-white-background_23-2147907010.jpg" }, reverse: false }
]}
title="Neden Tadım Büfe?"
description="Bizi tercih etmeniz için 3 ana neden."
@@ -232,43 +111,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ayşe Yılmaz",
role: "Mühendis",
testimonial: "Her zaman çok taze ve doyurucu.",
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
},
{
id: "2",
name: "Mehmet Demir",
role: "Öğrenci",
testimonial: "Döner dürümü tek kelimeyle efsane!",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3887.jpg",
},
{
id: "3",
name: "Zeynep Kaya",
role: "İşletmeci",
testimonial: "Çalışanlar çok nazik ve hizmet harika.",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-floral-dress-cafe_273609-4293.jpg",
},
{
id: "4",
name: "Can Berk",
role: "Doktor",
testimonial: "Sağlıklı ve hızlı bir yemek için birebir.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bar_23-2147680672.jpg",
},
{
id: "5",
name: "Emine Tekin",
role: "Sanatçı",
testimonial: "Ortam çok temiz ve nezih.",
imageSrc: "http://img.b2bpic.net/free-photo/person-with-eating-disorder-trying-eat-fast-food_23-2149243034.jpg",
},
{ id: "1", name: "Ayşe Yılmaz", role: "Mühendis", testimonial: "Her zaman çok taze ve doyurucu.", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg" },
{ id: "2", name: "Mehmet Demir", role: "Öğrenci", testimonial: "Döner dürümü tek kelimeyle efsane!", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3887.jpg" },
{ id: "3", name: "Zeynep Kaya", role: "İşletmeci", testimonial: "Çalışanlar çok nazik ve hizmet harika.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-floral-dress-cafe_273609-4293.jpg" }
]}
title="Müşterilerimiz Ne Diyor?"
description="Müşterilerimizden gelen olumlu yorumlar."
/>
</div>
@@ -276,15 +124,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Kurumsal Tedarikçiler",
"Yerel Çiftlikler",
"Lezzet Platformları",
"Gourmet Dergisi",
"Yemek Kartları",
"Şehir Rehberi",
"Sürdürülebilir Tarım",
]}
names={["Kurumsal Tedarikçiler", "Yerel Çiftlikler", "Lezzet Platformları", "Gourmet Dergisi", "Yemek Kartları", "Şehir Rehberi", "Sürdürülebilir Tarım"]}
title="Birlikte Büyüyoruz"
description="Kalite standartlarımızı belirleyen ortaklarımızla gurur duyuyoruz."
/>
@@ -295,21 +135,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Paket servisiniz var mı?",
content: "Evet, tüm bölgeye paket servisimiz mevcuttur.",
},
{
id: "2",
title: "Çalışma saatleriniz nelerdir?",
content: "Haftanın 7 günü 08:00 - 22:00 arasıığız.",
},
{
id: "3",
title: "Vegan seçenekleriniz var mı?",
content: "Menümüzde özel vegan salata ve atıştırmalıklar mevcuttur.",
},
{ id: "1", title: "Paket servisiniz var mı?", content: "Evet, tüm bölgeye paket servisimiz mevcuttur." },
{ id: "2", title: "Çalışma saatleriniz nelerdir?", content: "Haftanın 7 günü 08:00 - 22:00 arasıığız." },
{ id: "3", title: "Vegan seçenekleriniz var mı?", content: "Menümüzde özel vegan salata ve atıştırmalıklar mevcuttur." }
]}
title="Sıkça Sorulan Sorular"
faqsAnimation="slide-up"
@@ -320,30 +148,17 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
text="Bize ulaşın ve lezzet dolu bir mola verin."
buttons={[
{
text: "Bize Ulaşın",
href: "tel:5550000000",
},
]}
buttons={[{ text: "Bize Ulaşın", href: "tel:5550000000" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Tadım Büfe"
leftLink={{
text: "Gizlilik Politikası",
href: "#",
}}
rightLink={{
text: "Tüm Hakları Saklıdır",
href: "#",
}}
leftLink={{ text: "Gizlilik Politikası", href: "#" }}
rightLink={{ text: "Tüm Hakları Saklıdır", href: "#" }}
/>
</div>
</ReactLenis>