Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-27 22:20:25 +00:00

View File

@@ -3,6 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
@@ -10,6 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { CheckCircle, Clock, Sandwich, Smile } from "lucide-react";
export default function LandingPage() {
@@ -120,6 +122,28 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "", role: "Müdavim", testimonial: "Bayrampaşa'da kumru denince tek adres! Gece yarısı bile lezzet aynı.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5139.jpg"},
{
id: "2", name: "Ayşe K.", role: "Öğrenci", testimonial: "Hamburgerleri muazzam, tantunisi ise tam kıvamında.", imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneur-taking-phone-while-having-coffee-break-cafe_637285-8857.jpg"},
{
id: "3", name: "Mehmet S.", role: "Yerel Sakin", testimonial: "Hızlı servis ve güler yüzlü çalışanlar. Kesinlikle tavsiye ederim.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg"},
{
id: "4", name: "Deniz T.", role: "Müşteri", testimonial: "Gece 3'te bile sıcacık taze tost yemek harika.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg"},
{
id: "5", name: "Cem B.", role: "Müşteri", testimonial: "İzmir'i özleyenler için gerçek kumru lezzeti burada.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg"},
]}
title=""
description=""
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardThree
animationType="slide-up"
@@ -141,6 +165,27 @@ export default function LandingPage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1", title: "Kaça kadar açığız?", content: "Haftanın 7 günü gece 04:00'e kadar hizmet veriyoruz."},
{
id: "2", title: "Online sipariş var mı?", content: "Yemeksepeti ve GetirYemek üzerinden sipariş verebilirsiniz."},
{
id: "3", title: "Neredeyiz?", content: "Yıldırım Mahallesi, Bayrampaşa/İstanbul adresindeyiz."},
]}
title="Sıkça Sorulanlar"
description="Merak ettiklerinizi burada bulabilirsiniz."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/healthy-breakfast-composition_23-2148104783.jpg"
imageAlt="Healthy breakfast composition"
mediaAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
@@ -148,7 +193,7 @@ export default function LandingPage() {
variant: "gradient-bars"}}
tag="İletişim"
title="Bize Ulaşın"
description="Adres: Yıldırım Mahallesi, Avasköy Yolu Caddesi No:2, Bayrampaşa / İstanbul. Telefon: 0212 417 32 32."
description="Adres: Yıldırım Mahallesi, Avasköy Yolu Caddesi No:2, Bayrampaşa / İstanbul. Bizi Arayın: 0212 417 32 32."
/>
</div>