From e7fa0904e53bc115685a6f4c0f074af36ad2d7a0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:48:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd43779..2d66fa2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,23 +70,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-patient-doing-medical-exercises_23-2148328447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-patient-doing-medical-exercises_23-2148328447.jpg?_wi=1", imageAlt: "Physiology Laboratory Environment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-checking-summary-data-his-smartwatch_53876-102031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-checking-summary-data-his-smartwatch_53876-102031.jpg?_wi=1", imageAlt: "Performance Monitoring Tech", }, { - imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-patient-doing-medical-exercises_23-2148328447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-patient-doing-medical-exercises_23-2148328447.jpg?_wi=2", imageAlt: "Advanced Metabolic Testing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-checking-summary-data-his-smartwatch_53876-102031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-checking-summary-data-his-smartwatch_53876-102031.jpg?_wi=2", imageAlt: "Data-Driven Athlete Monitoring", }, { - imageSrc: "http://img.b2bpic.net/free-photo/team-scientist-using-virtual-reality-technology-sports-lab-science-professional-young-athlete-sports-endurance-cross-training-test-with-mask-exercise_482257-16525.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-scientist-using-virtual-reality-technology-sports-lab-science-professional-young-athlete-sports-endurance-cross-training-test-with-mask-exercise_482257-16525.jpg?_wi=1", imageAlt: "Scientist analyzing performance", }, ]} @@ -106,14 +106,14 @@ export default function LandingPage() { title: "VO₂ Max Assessment", description: "Determine your maximal aerobic capacity with industry-standard metabolic cart analysis.", bentoComponent: "line-chart", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-patient-doing-medical-exercises_23-2148328447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-patient-doing-medical-exercises_23-2148328447.jpg?_wi=3", imageAlt: "sports laboratory testing equipment", }, { title: "Lactate Threshold Profiling", description: "Full-curve lactate analysis to define your training zones with clinical precision.", bentoComponent: "animated-bar-chart", - imageSrc: "http://img.b2bpic.net/free-photo/man-checking-summary-data-his-smartwatch_53876-102031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-checking-summary-data-his-smartwatch_53876-102031.jpg?_wi=3", imageAlt: "vo2 max testing mask", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { detail: "Run more efficiently", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/team-scientist-using-virtual-reality-technology-sports-lab-science-professional-young-athlete-sports-endurance-cross-training-test-with-mask-exercise_482257-16525.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-scientist-using-virtual-reality-technology-sports-lab-science-professional-young-athlete-sports-endurance-cross-training-test-with-mask-exercise_482257-16525.jpg?_wi=2", imageAlt: "sports scientist analyzing data", }, ]} @@ -220,7 +220,7 @@ export default function LandingPage() { description="Rua Laboratories provides elite performance diagnostics for athletes who treat their training as a craft." subdescription="Every assessment is administered personally by a Doctor of Exercise Physiology. We provide not just data, but direct actionable prescriptions for your training." icon={Activity} - imageSrc="http://img.b2bpic.net/free-photo/team-scientist-using-virtual-reality-technology-sports-lab-science-professional-young-athlete-sports-endurance-cross-training-test-with-mask-exercise_482257-16525.jpg" + imageSrc="http://img.b2bpic.net/free-photo/team-scientist-using-virtual-reality-technology-sports-lab-science-professional-young-athlete-sports-endurance-cross-training-test-with-mask-exercise_482257-16525.jpg?_wi=3" mediaAnimation="slide-up" /> @@ -236,7 +236,7 @@ export default function LandingPage() { description="We confirm assessment slots within 24 hours. Start your journey to peak performance today." mediaPosition="right" buttonText="Send Request" - imageSrc="http://img.b2bpic.net/free-photo/team-scientist-using-virtual-reality-technology-sports-lab-science-professional-young-athlete-sports-endurance-cross-training-test-with-mask-exercise_482257-16525.jpg" + imageSrc="http://img.b2bpic.net/free-photo/team-scientist-using-virtual-reality-technology-sports-lab-science-professional-young-athlete-sports-endurance-cross-training-test-with-mask-exercise_482257-16525.jpg?_wi=4" mediaAnimation="slide-up" /> -- 2.49.1