Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-10 16:24:00 +00:00

View File

@@ -9,9 +9,9 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
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';
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() {
return (
@@ -225,25 +225,36 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactText
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."
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."
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."
animationType="entrance-slide"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterBaseReveal
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EwuPDEpVeZ5gsPhruNSIgl4cpQ/uploaded-1781102237780-gepqkkre.png"
logoText="Moz Kahve"
copyrightText="© 2024 Moz Kahve. Tüm hakları saklıdır."
logoAlt="User provided image"
columns={[
{
title: "Keşfedin", items: [
{ label: "Anasayfa", href: "#home" },
{ label: "Hakkımızda", href: "#about" },
{ label: "Menü", href: "#menu" }
]
},
{
title: "Hızlı Bağlantılar", items: [
{ label: "Yorumlar", href: "#reviews" },
{ label: "SSS", href: "#faq" },
{ label: "İletişim", href: "#contact" }
]
}
]}
/>
</div>
</ReactLenis>