diff --git a/src/app/performance/page.tsx b/src/app/performance/page.tsx index 503d558..aeaca4d 100644 --- a/src/app/performance/page.tsx +++ b/src/app/performance/page.tsx @@ -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" } ] } ]}