diff --git a/src/app/page.tsx b/src/app/page.tsx
index fe0429c..d7754ac 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
@@ -60,22 +50,17 @@ export default function LandingPage() {
@@ -276,45 +189,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Marcello R.",
- handle: "@racing_eng",
- testimonial: "The precision engineering on this chassis is unlike anything I've seen in the sport.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
- imageAlt: "professional motorsport engineer portrait",
- },
+ id: "1", name: "Marcello R.", handle: "@racing_eng", testimonial: "The precision engineering on this chassis is unlike anything I've seen in the sport.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", imageAlt: "professional motorsport engineer portrait"},
{
- id: "2",
- name: "Elena V.",
- handle: "@f1_pilot",
- testimonial: "Handling is flawless. The feedback through the steering is instant and incredibly intuitive.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885253.jpg",
- imageAlt: "racing driver portrait professional",
- },
+ id: "2", name: "Elena V.", handle: "@f1_pilot", testimonial: "Handling is flawless. The feedback through the steering is instant and incredibly intuitive.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885253.jpg", imageAlt: "racing driver portrait professional"},
{
- id: "3",
- name: "David K.",
- handle: "@team_director",
- testimonial: "We have achieved consistent performance gains that have put us at the top of the leaderboards.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-car-showroom_1303-17460.jpg",
- imageAlt: "f1 team principal professional",
- },
+ id: "3", name: "David K.", handle: "@team_director", testimonial: "We have achieved consistent performance gains that have put us at the top of the leaderboards.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-car-showroom_1303-17460.jpg", imageAlt: "f1 team principal professional"},
{
- id: "4",
- name: "Sarah J.",
- handle: "@tech_media",
- testimonial: "A masterclass in automotive engineering and aerodynamic design.",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-holding-brochure_1153-424.jpg",
- imageAlt: "automotive journalist professional portrait",
- },
+ id: "4", name: "Sarah J.", handle: "@tech_media", testimonial: "A masterclass in automotive engineering and aerodynamic design.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-holding-brochure_1153-424.jpg", imageAlt: "automotive journalist professional portrait"},
{
- id: "5",
- name: "Liam B.",
- handle: "@aero_expert",
- testimonial: "Innovative cooling tech that truly changes the game for long-distance durability.",
- imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11792.jpg",
- imageAlt: "aerodynamics engineer portrait professional",
- },
+ id: "5", name: "Liam B.", handle: "@aero_expert", testimonial: "Innovative cooling tech that truly changes the game for long-distance durability.", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11792.jpg", imageAlt: "aerodynamics engineer portrait professional"},
]}
title="Voices of the Pit Crew"
description="What industry experts and our elite engineering team say about our technical progress."
@@ -327,20 +210,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "How do I purchase a chassis?",
- content: "Contact our engineering department to schedule an initial consultation.",
- },
+ id: "q1", title: "How do I purchase a chassis?", content: "Contact our engineering department to schedule an initial consultation."},
{
- id: "q2",
- title: "Do you provide track support?",
- content: "We provide onsite engineering support during all major Grand Prix events.",
- },
+ id: "q2", title: "Do you provide track support?", content: "We provide onsite engineering support during all major Grand Prix events."},
{
- id: "q3",
- title: "Can you customize aerodynamics?",
- content: "Our team works closely with you to tailor wings to specific circuit requirements.",
- },
+ id: "q3", title: "Can you customize aerodynamics?", content: "Our team works closely with you to tailor wings to specific circuit requirements."},
]}
title="Technical FAQs"
description="Common questions regarding our engineering, purchase processes, and performance specifications."
@@ -352,8 +226,7 @@ export default function LandingPage() {