Update src/app/page.tsx
This commit is contained in:
@@ -9,9 +9,9 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|||||||
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 ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -225,25 +225,36 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactText
|
||||||
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."
|
|
||||||
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."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<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"
|
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."
|
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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user