Merge version_3 into main #7

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

View File

@@ -8,7 +8,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -107,13 +107,14 @@ export default function LandingPage() {
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFive
testimonials={[]}
title="Polymen ile çalışmanın deneyimi."
tagAnimation="slide-up"
<TestimonialCardFifteen
testimonial="Polymen ile çalışmanın deneyimi."
rating={5}
author="Partner"
avatars={[]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
textboxLayout="split"
/>
</div>