From 9242adb2be0444d78334dcca054c46a59fca3abd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:28:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc7d6e5..2baee9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,20 +161,12 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AncafLgyhZtujjAVQAqvRxtj5b/professional-headshot-of-an-experienced--1773231966683-67fa1548.png?_wi=1", imageAlt: "Professional headshot of an experienced racing team principal" }, { - id: "3", name: "Elena Petrov", handle: "@elena_pit_crew", testimonial: "Our pit crew coordination and technical expertise are second to none. Every race proves our commitment to excellence and precision.", rating: 5, + id: "3", name: "Elena Petrov", handle: "@elena_pit_crew", testimonial: "Our pit crew coordination and technical expertise are second to none. Every race proves our reliability and precision.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AncafLgyhZtujjAVQAqvRxtj5b/professional-headshot-of-a-satisfied-pit-1773231968405-df20d71f.png", imageAlt: "Professional headshot of a satisfied pit crew member" }, { - id: "4", name: "David Zhang", handle: "@zhang_engineer", testimonial: "The innovation and technical leadership in this team pushes the boundaries of what's possible in motorsport. Truly inspirational.", rating: 5, + id: "4", name: "David Zhang", handle: "@zhang_engineer", testimonial: "The reliability and technical leadership in this team has delivered consistent championship results. Truly world-class performance.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AncafLgyhZtujjAVQAqvRxtj5b/professional-headshot-of-a-team-engineer-1773231966618-069c98e1.png", imageAlt: "Professional headshot of a team engineer" - }, - { - id: "5", name: "Lucas Silva", handle: "@lucas_commentator", testimonial: "Watching this team compete at the highest level is a masterclass in racing. Pure championship excellence on every circuit.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AncafLgyhZtujjAVQAqvRxtj5b/professional-headshot-of-a-satisfied-rac-1773231967150-b51e65f0.png?_wi=2", imageAlt: "Professional headshot of a race commentator" - }, - { - id: "6", name: "Sophie Dubois", handle: "@dubois_analyst", testimonial: "The strategic depth and technical sophistication of their race operations sets new standards for the entire sport.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AncafLgyhZtujjAVQAqvRxtj5b/professional-headshot-of-an-experienced--1773231966683-67fa1548.png?_wi=2", imageAlt: "Professional headshot of a racing analyst" } ]} showRating={true} -- 2.49.1