diff --git a/src/app/page.tsx b/src/app/page.tsx index c016900..de8e3d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,17 +68,17 @@ export default function LandingPage() { carouselItems={[ { id: "hero-carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30674.jpg?_wi=1", imageAlt: "F1 car on track at sunset with data overlay", }, { id: "hero-carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-employees-look-mockup-screen-monitoring-room_482257-85969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-employees-look-mockup-screen-monitoring-room_482257-85969.jpg?_wi=1", imageAlt: "Pit wall display with F1 telemetry data", }, { id: "hero-carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828184.jpg?_wi=1", imageAlt: "F1 driver in cockpit with digital HUD", }, { @@ -143,14 +143,14 @@ export default function LandingPage() { title: "Predictive Modeling", description: "Multiple ML models forecast race finishing positions and key probabilities.", bentoComponent: "animated-bar-chart", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30674.jpg?_wi=2", imageAlt: "Red, white, and blue lights", }, { title: "Interactive Dashboards", description: "Explore race outcomes, driver comparisons, and tire strategies visually.", bentoComponent: "map", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-employees-look-mockup-screen-monitoring-room_482257-85969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-employees-look-mockup-screen-monitoring-room_482257-85969.jpg?_wi=2", imageAlt: "Red, white, and blue lights", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { description: "Test 'what-if' scenarios to understand the impact of race variables.", bentoComponent: "reveal-icon", icon: BarChart, - imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828184.jpg?_wi=2", imageAlt: "Red, white, and blue lights", }, ]}