@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider" ;
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider" ;
import ReactLenis from "lenis/react" ;
import ReactLenis from "lenis/react" ;
import ContactSplit from '@/components/sections/contact/ContactSplit' ;
import FaqDouble from '@/components/sections/faq/FaqDouble' ;
import FaqDouble from '@/components/sections/faq/FaqDouble' ;
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen' ;
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen' ;
import FooterMedia from '@/components/sections/footer/FooterMedia' ;
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial' ;
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial' ;
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline' ;
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline' ;
import ProductCardThree from '@/components/sections/product/ProductCardThree' ;
import ProductCardThree from '@/components/sections/product/ProductCardThree' ;
import SplitAbout from '@/components/sections/about/SplitAbout' ;
import SplitAbout from '@/components/sections/about/SplitAbout' ;
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve' ;
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve' ;
import { Cake , Coffee , Cookie , Feather } from "lucide-react" ;
import { Cake , Coffee , Cookie , Feather , Facebook , Instagram , Twitter } from "lucide-react" ;
import ContactText from '@/components/sections/contact/ContactText' ;
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal' ;
export default function LandingPage() {
export default function LandingPage() {
return (
return (
@@ -225,60 +225,36 @@ export default function LandingPage() {
< / div >
< / div >
< div id = "contact" data-section = "contact" >
< div id = "contact" data-section = "contact" >
< ContactSpli t
< ContactTex t
useInvertedBackground = { false }
useInvertedBackground = { false }
background = { {
background = { {
variant : "sparkles-gradient" } }
variant : "sparkles-gradient" } }
tag = "Bize Ulaşı n "
text = "Sizden haber almaktan mutluluk duyarı z. Bir kahve içmek için uğrayı n veya herhangi bir sorunuz, geri bildiriminiz veya özel isteğiniz için bizimle iletişime geçin. Girdileriniz size daha iyi hizmet vermemize yardı mcı olur. "
title = "Bizi Ziyaret Edin veya Merhaba Deyin! "
animationType = "entrance-slide "
description = "Sizden haber almaktan mutluluk duyarı z. Bir kahve içmek için uğrayı n veya herhangi bir sorunuz, geri bildiriminiz veya özel isteğiniz için bizimle iletişime geçin. Girdileriniz size daha iyi hizmet vermemize yardı mcı olur."
imageSrc = "http://img.b2bpic.net/free-photo/beautiful-girl-having-coffee-cafe_1328-4403.jpg"
mediaAnimation = "slide-up"
inputPlaceholder = "E-posta adresiniz"
buttonText = "Mesaj Gönder"
termsText = "'Mesaj Gönder' düğmesine tı klayarak, Şartlar ve Koşulları mı zı kabul ettiğinizi onaylamı ş olursunuz."
imageAlt = "cozy coffee shop exterior building"
/ >
/ >
< / div >
< / div >
< div id = "footer" data-section = "footer" >
< div id = "footer" data-section = "footer" >
< FooterMedia
< FooterBaseReveal
imageSrc = "http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg"
logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EwuPDEpVeZ5gsPhruNSIgl4cpQ/uploaded-1781102237780-gepqkkre.png"
logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EwuPDEpVeZ5gsPhruNSIgl4cpQ/uploaded-1781102237780-gepqkkre.png"
logoText = "Moz Kahve"
logoText = "Moz Kahve"
copyrightText = "© 2024 Moz Kahve. Tüm hakları saklı dı r."
columns = { [
columns = { [
{
{
title : "Keşfet " , items : [
title : "Keşfedin " , items : [
{
{ label : "Anasayfa" , href : "#home" } ,
label : "Anasayfa" , href : "#home " } ,
{ label : "Hakkı mı zda" , href : "#about " } ,
{
{ label : "Menü" , href : "#menu" }
label : "Hakkı mı zda" , href : "#about" } ,
]
{
label : "Menü" , href : "#menu" } ,
] ,
} ,
} ,
{
{
title : "Bağlan" , items : [
title : "Hı zlı Bağlantı lar " , items : [
{
{ label : "Yorumlar" , href : "#reviews" } ,
label : "Yorumlar" , href : "#reviews " } ,
{ label : "SSS" , href : "#faq " } ,
{
{ label : "İletişim" , href : "#contact" }
label : "SSS" , href : "#faq" } ,
]
{
}
label : "İletişim" , href : "#contact" } ,
] ,
} ,
{
title : "Yasal" , items : [
{
label : "Gizlilik Politikası " , href : "#" } ,
{
label : "Hizmet Şartları " , href : "#" } ,
] ,
} ,
] }
] }
copyrightText = "© 2024 Moz Kahve. Tüm hakları saklı dı r."
imageAlt = "warm cozy cafe interior ambiance"
logoAlt = "User provided image"
/ >
/ >
< / div >
< / div >
< / ReactLenis >
< / ReactLenis >