Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-04-18 08:29:06 +00:00

View File

@@ -91,11 +91,11 @@ export default function LandingPage() {
<div id="testimonial" data-section="testimonial">
<TestimonialCardSixteen
testimonials={[
{ id: "1", name: "Markus V.", role: "Formula One Driver", quote: "The AE-1 handles like a dream at 300km/h." },
{ id: "2", name: "Sarah K.", role: "Head of Aero", quote: "Unparalleled downforce precision." },
{ id: "3", name: "James L.", role: "Automotive Journalist", quote: "This is the future of sports performance." },
{ id: "4", name: "Elena M.", role: "Performance Tester", quote: "Unmatched engineering excellence." },
{ id: "5", name: "David R.", role: "Car Enthusiast", quote: "A masterclass in aerodynamic design." }
{ id: "1", name: "Markus V.", role: "Formula One Driver", title: "The AE-1 handles like a dream at 300km/h." },
{ id: "2", name: "Sarah K.", role: "Head of Aero", title: "Unparalleled downforce precision." },
{ id: "3", name: "James L.", role: "Automotive Journalist", title: "This is the future of sports performance." },
{ id: "4", name: "Elena M.", role: "Performance Tester", title: "Unmatched engineering excellence." },
{ id: "5", name: "David R.", role: "Car Enthusiast", title: "A masterclass in aerodynamic design." }
]}
kpiItems={[
{ value: "98%", label: "Customer Satisfaction" },
@@ -105,7 +105,7 @@ export default function LandingPage() {
title="Performance Verified"
description="Client satisfaction through raw engineering data."
animationType="slide-up"
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>