Merge version_1 into main #2
@@ -108,27 +108,27 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
testimonials={[
|
||||
{
|
||||
name: "Markus V.", role: "Formula One Driver", content: "The AE-1 handles like a dream at 300km/h."
|
||||
name: "Markus V.", role: "Formula One Driver", quote: "The AE-1 handles like a dream at 300km/h."
|
||||
},
|
||||
{
|
||||
name: "Sarah K.", role: "Head of Aero", content: "Unparalleled downforce precision."
|
||||
name: "Sarah K.", role: "Head of Aero", quote: "Unparalleled downforce precision."
|
||||
},
|
||||
{
|
||||
name: "James L.", role: "Automotive Journalist", content: "This is the future of sports performance."
|
||||
name: "James L.", role: "Automotive Journalist", quote: "This is the future of sports performance."
|
||||
},
|
||||
{
|
||||
name: "Elena M.", role: "Lead Chassis Designer", content: "Carbon monocoque mastery at its finest."
|
||||
name: "Elena M.", role: "Lead Chassis Designer", quote: "Carbon monocoque mastery at its finest."
|
||||
},
|
||||
{
|
||||
name: "Viktor S.", role: "Performance Specialist", content: "The active aero tech is simply mind-blowing."
|
||||
name: "Viktor S.", role: "Performance Specialist", quote: "The active aero tech is simply mind-blowing."
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "98%", description: "Customer Satisfaction" },
|
||||
{ value: "500+", description: "Simulations Run" },
|
||||
{ value: "10/10", description: "Track Rating" },
|
||||
{ value: "24h", description: "Support Response" },
|
||||
{ value: "5y", description: "Warranty Coverage" }
|
||||
{ value: "98%", label: "Customer Satisfaction" },
|
||||
{ value: "500+", label: "Simulations Run" },
|
||||
{ value: "10/10", label: "Track Rating" },
|
||||
{ value: "24h", label: "Support Response" },
|
||||
{ value: "5y", label: "Warranty Coverage" }
|
||||
]}
|
||||
title="Performance Verified"
|
||||
description="Client satisfaction through raw engineering data."
|
||||
|
||||
Reference in New Issue
Block a user