@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider" ;
import ReactLenis from "lenis/react" ;
import ContactSplit from '@/components/sections/contact/ContactSplit' ;
import FaqDouble from '@/components/sections/faq/FaqDouble' ;
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen' ;
import FooterMedia from '@/components/sections/footer/FooterMedia' ;
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial' ;
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline' ;
import ProductCardThree from '@/components/sections/product/ProductCardThree' ;
import SplitAbout from '@/components/sections/about/SplitAbout' ;
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve' ;
import { Cake , Coffee , Cookie , Feather } from "lucide-react" ;
import ContactCenter from '@/components/sections/contact/ContactCenter' ;
import FooterCard from '@/components/sections/footer/FooterCard' ;
export default function LandingPage() {
return (
@@ -225,59 +225,24 @@ export default function LandingPage() {
< / div >
< div id = "contact" data-section = "contact" >
< ContactSplit
< ContactCenter
useInvertedBackground = { false }
background = { {
variant : "sparkles-gradient" } }
tag = "Bize Ulaşı n"
title = "Bizi Ziyaret Edin veya Merhaba Deyin!"
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 id = "footer" data-section = "footer" >
< FooterMedia
imageSrc = "http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg"
< FooterCard
logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EwuPDEpVeZ5gsPhruNSIgl4cpQ/uploaded-1781102237780-gepqkkre.png"
logoText = "Moz Kahve"
columns = { [
{
title : "Keşfet" , items : [
{
label : "Anasayfa" , href : "#home" } ,
{
label : "Hakkı mı zda" , href : "#about" } ,
{
label : "Menü" , href : "#menu" } ,
] ,
} ,
{
title : "Bağlan" , items : [
{
label : "Yorumlar" , href : "#reviews" } ,
{
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 >