Merge version_5 into main #7

Merged
bender merged 1 commits from version_5 into main 2026-03-11 08:22:29 +00:00

View File

@@ -6,7 +6,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import AboutMetric from '@/components/sections/about/AboutMetric';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -137,7 +137,7 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
<TestimonialCardThirteen
title="What Our Customers Say"
description="Real feedback from satisfied clients who trust us with their vehicles"
testimonials={[
@@ -163,8 +163,6 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
speed={40}
topMarqueeDirection="left"
/>
</div>
@@ -263,4 +261,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}