Merge version_1 into main #6
@@ -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", 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." }
|
||||
{ id: "1", name: "Markus V.", role: "Formula One Driver", company: "Team A", rating: 5 },
|
||||
{ id: "2", name: "Sarah K.", role: "Head of Aero", company: "Team B", rating: 5 },
|
||||
{ id: "3", name: "James L.", role: "Automotive Journalist", company: "Press", rating: 4 },
|
||||
{ id: "4", name: "Elena M.", role: "Performance Tester", company: "Lab", rating: 5 },
|
||||
{ id: "5", name: "David R.", role: "Car Enthusiast", company: "Public", rating: 5 }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Customer Satisfaction" },
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="default"
|
||||
layout="section"
|
||||
title="Legal Notice"
|
||||
sections={[]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user