Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-12 11:36:57 +00:00

View File

@@ -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",
},
]}