Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ed6cc3087 | |||
| 33fd70e73d | |||
| 39d29ee042 | |||
| 00cb72f337 | |||
| 94618bca10 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
@@ -12,6 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
|||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
|
import { Mail, MapPin, Phone } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -143,11 +144,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
tag="İletişim"
|
||||||
|
title="Bize Ulaşın"
|
||||||
|
description="Sorularınız, teklif talepleriniz veya detaylı bilgi almak için aşağıdaki kanallar üzerinden bize ulaşabilirsiniz. Adres: Sanayi Bölgesi, No: 123, İkitelli, İstanbul. E-posta: info@burakyay.com | Telefon: 0539 528 57 03"
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
text="Yay ihtiyaçlarınız için bizimle iletişime geçin. Uzman ekibimiz size teklif sunmaktan memnuniyet duyar."
|
useInvertedBackground={true}
|
||||||
buttons={[{ text: "Teklif Al", href: "mailto:info@burakyay.com" }]}
|
onSubmit={(email) => alert(`Teşekkürler, ${email} adresinizle iletişime geçeceğiz!`)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user