6 Commits

Author SHA1 Message Date
01b7dfc9bb Merge version_4 into main
Merge version_4 into main
2026-05-05 08:47:11 +00:00
1ed6cc3087 Update src/app/page.tsx 2026-05-05 08:47:08 +00:00
33fd70e73d Merge version_3 into main
Merge version_3 into main
2026-05-05 08:32:01 +00:00
39d29ee042 Update src/app/page.tsx 2026-05-05 08:31:58 +00:00
00cb72f337 Merge version_2 into main
Merge version_2 into main
2026-05-05 08:14:53 +00:00
94618bca10 Merge version_2 into main
Merge version_2 into main
2026-05-05 08:14:20 +00:00

View File

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