Merge version_1 into main #4
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
names={["Aethelgard", "Aero-Dynamics", "Precision-Motorworks", "Global-Engineering", "Velocity-Racing"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our engineering solutions are implemented by the most prestigious teams in the world."
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,9 +91,11 @@ export default function LandingPage() {
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardSixteen
|
||||
testimonials={[
|
||||
{ name: "Markus V.", role: "Formula One Driver", title: "The AE-1 handles like a dream at 300km/h." },
|
||||
{ name: "Sarah K.", role: "Head of Aero", title: "Unparalleled downforce precision." },
|
||||
{ name: "James L.", role: "Automotive Journalist", title: "This is the future of sports performance." }
|
||||
{ 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." }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Customer Satisfaction" },
|
||||
|
||||
Reference in New Issue
Block a user