Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 12:26:49 +00:00

View File

@@ -154,11 +154,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marcus Sterling", handle: "@sterlingrace", testimonial: "Working with this team has been the highlight of my racing career. The precision, dedication, and championship mindset are unmatched in the sport.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AncafLgyhZtujjAVQAqvRxtj5b/professional-headshot-of-a-satisfied-rac-1773231967150-b51e65f0.png", imageAlt: "Professional headshot of a satisfied race driver"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AncafLgyhZtujjAVQAqvRxtj5b/professional-headshot-of-a-satisfied-rac-1773231967150-b51e65f0.png?_wi=1", imageAlt: "Professional headshot of a satisfied race driver"
},
{
id: "2", name: "Giovanni Rossi", handle: "@rossi_team_principal", testimonial: "The engineering excellence and strategic planning demonstrated by this organization is truly exceptional. Championship-caliber in every aspect.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AncafLgyhZtujjAVQAqvRxtj5b/professional-headshot-of-an-experienced--1773231966683-67fa1548.png", imageAlt: "Professional headshot of an experienced racing team principal"
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,
@@ -170,11 +170,11 @@ export default function LandingPage() {
},
{
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", imageAlt: "Professional headshot of a race commentator"
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", imageAlt: "Professional headshot of a racing analyst"
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}