Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-06-07 17:39:00 +00:00

View File

@@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, Crown, Flame, Heart, Salad } from "lucide-react";
@@ -49,7 +49,7 @@ export default function LandingPage() {
logoAlt="NEHIR Pide & Kebap Salonu Logo"
brandName="NEHIR"
button={{
text: "Rezervasyon Yap", href: "#contact"}}
text: "Rezervasyon Yap", href: "#contact"}}
/>
</div>
@@ -187,24 +187,30 @@ export default function LandingPage() {
</div>
<div id="menu-experience" data-section="menu-experience">
<FaqSplitText
<ProductCardTwo
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
faqs={[
products={[
{
id: "pideler", title: "Pideler", content: "Kıymalı, Kuşbaşılı, Kaşarlı, Karışık, Tahinli Pide gibi geniş yelpazede taş fırın lezzetleri."},
id: "pideler", brand: "Taş Fırın", name: "Çeşitli Pideler", price: "Menüde", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eol6IRNnvMpAuMkCOOjvhM8yy/uploaded-1780853881773-wvskppvm.png", imageAlt: "Kıymalı, Kuşbaşılı, Kaşarlı, Karışık, Tahinli Pide"
},
{
id: "kebaplar", title: "Kebaplar", content: "Adana, Urfa, Tavuk Şiş, Karışık Kebap gibi geleneksel ve modern kebap seçenekleri."},
id: "kebaplar", brand: "Nehir Özel", name: "Geleneksel Kebaplar", price: "Menüde", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eol6IRNnvMpAuMkCOOjvhM8yy/uploaded-1780853881773-ft744xl6.png", imageAlt: "Adana, Urfa, Tavuk Şiş, Karışık Kebap"
},
{
id: "firin-lezzetleri", title: "Fırın Lezzetleri", content: "Lahmacun, Güveç ve özel fırın yemeklerimizle eşsiz tatlar."},
id: "firin-lezzetleri", brand: "Nehir Mutfak", name: "Özel Fırın Lezzetleri", price: "Menüde", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eol6IRNnvMpAuMkCOOjvhM8yy/uploaded-1780853881774-mty8iknj.png", imageAlt: "Lahmacun, Güveç ve Özel Yemekler"
},
{
id: "tatlilar", title: "Tatlılar", content: "Efsanevi Tahinli Pide, Künefe ve Sütlaç gibi geleneksel Türk tatlıları."},
id: "tatlilar", brand: "Nehir", name: "Türk Tatlıları", price: "Menüde", imageSrc: "http://img.b2bpic.net/free-photo/caramel-chocolate-sauce-drizzling-dessert_84443-94462.jpg", imageAlt: "Tahinli Pide, Künefe, Sütlaç"
},
{
id: "icecekler", title: "İçecekler", content: "Ayran, Şalgam Suyu, Ev Yapımı Limonata ve çeşitli meşrubat seçenekleri."},
id: "icecekler", brand: "Nehir", name: "Soğuk & Sıcak İçecekler", price: "Menüde", imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-armudu-tea-with-dried-fruits_141793-4751.jpg", imageAlt: "Ayran, Şalgam Suyu, Limonata, Çay"
}
]}
sideTitle="NEHIR Menüsü"
sideDescription="NEHIR'in zengin ve interaktif menüsü ile lezzet yolculuğuna çıkın. Tüm kategorilerimizde size özel lezzetler bekliyor."
faqsAnimation="blur-reveal"
textPosition="left"
title="NEHIR Menüsü"
description="NEHIR'in zengin ve interaktif menüsü ile lezzet yolculuğuna çıkın. Tüm kategorilerimizde size özel lezzetler bekliyor."
animationType="blur-reveal"
/>
</div>