Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-21 05:45:26 +00:00

View File

@@ -66,6 +66,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid"
/>
</div>
@@ -89,6 +90,7 @@ export default function LandingPage() {
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -100,17 +102,20 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFive
title="Müşterilerimizden Yorumlar"
description="Polymen ile çalışmanın deneyimi."
testimonials={[]}
testimonial="Polymen ile çalışmanın deneyimi."
rating={5}
author="Polymen"
avatars={[]}
textboxLayout="split"
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -121,6 +126,7 @@ export default function LandingPage() {
faqs={[]}
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -128,8 +134,12 @@ export default function LandingPage() {
<ContactSplitForm
title="İletişime Geçin"
description="Teknik destek veya partnerlik için formu doldurun."
inputs={[]}
inputs={[
{ name: "name", type: "text", placeholder: "İsim" },
{ name: "email", type: "email", placeholder: "E-posta" }
]}
buttonText="Şimdi Destek Al"
useInvertedBackground={false}
/>
</div>
@@ -139,6 +149,7 @@ export default function LandingPage() {
title="Çözüm Ortaklarımız"
description="Sektörün önde gelen firmalarıyla iş birliği."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -152,6 +163,8 @@ export default function LandingPage() {
<div id="footer-simple" data-section="footer-simple">
<FooterSimple
columns={[]}
bottomLeftText="© 2025 Polymen"
bottomRightText="Tüm hakları saklıdır."
/>
</div>
</ReactLenis>