Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-10 15:22:28 +00:00
2 changed files with 6 additions and 41 deletions

View File

@@ -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>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-dm-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-mulish), sans-serif;
font-family: var(--font-manrope), sans-serif;
}