Update src/app/performance/page.tsx

This commit is contained in:
2026-02-20 12:52:15 +00:00
parent 5303667697
commit 3cb6b0090d

View File

@@ -62,9 +62,9 @@ export default function PerformancePage() {
id: "engineers",
groupTitle: "F1 Engineering Core",
members: [
{ id: "3", title: "Adam Baker", subtitle: "Chief Engineer, Power Unit", detail: "Mastermind behind the hybrid engine.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/highly-detailed-shot-of-f1-car-engineeri-1771591599057-795fedab.png", imageAlt: "Adam Baker" },
{ id: "4", title: "Javier Garcia", subtitle: "Head of Aerodynamics", detail: "Optimizing every air flow for speed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/highly-detailed-shot-of-f1-car-engineeri-1771591599057-795fedab.png", imageAlt: "Javier Garcia" },
{ id: "5", title: "Sarah Collins", subtitle: "Head of Chassis Design", detail: "Crafting the perfect balance and strength.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/highly-detailed-shot-of-f1-car-engineeri-1771591599057-795fedab.png", imageAlt: "Sarah Collins" }
{ id: "3", title: "Adam Baker", subtitle: "Chief Engineer, Power Unit", detail: "Mastermind behind the hybrid engine.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/highly-detailed-shot-of-f1-car-engineeri-1771591599057-795fedab.png?_wi=4", imageAlt: "Adam Baker" },
{ id: "4", title: "Javier Garcia", subtitle: "Head of Aerodynamics", detail: "Optimizing every air flow for speed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/highly-detailed-shot-of-f1-car-engineeri-1771591599057-795fedab.png?_wi=5", imageAlt: "Javier Garcia" },
{ id: "5", title: "Sarah Collins", subtitle: "Head of Chassis Design", detail: "Crafting the perfect balance and strength.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/highly-detailed-shot-of-f1-car-engineeri-1771591599057-795fedab.png?_wi=6", imageAlt: "Sarah Collins" }
]
}
]}