Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-06 08:11:13 +00:00

View File

@@ -47,20 +47,20 @@ export default function LandingPage() {
variant: "animated-grid"
}}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-793.jpg", imageAlt: "Futuristic museum interior with neural network lines" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-medical-background-with-male-figure-with-brain-highlighted-techno-overlay_1048-13543.jpg", imageAlt: "Brain projected with data streams" },
{ imageSrc: "http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg", imageAlt: "Abstract decision pathways" },
{ imageSrc: "http://img.b2bpic.net/free-photo/purple-fractal-lights-background_1017-2669.jpg", imageAlt: "Person standing in front of a glowing portal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/multicolored-trails-neon-lights_23-2147786047.jpg", imageAlt: "Stylized digital portrait emerging from data" },
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-businesswoman-touching-blue-rectangle_1134-631.jpg", imageAlt: "Hands interacting with holographic interfaces" }
{ imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-793.jpg?_wi=1", imageAlt: "Futuristic museum interior with neural network lines" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-medical-background-with-male-figure-with-brain-highlighted-techno-overlay_1048-13543.jpg?_wi=1", imageAlt: "Brain projected with data streams" },
{ imageSrc: "http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg?_wi=1", imageAlt: "Abstract decision pathways" },
{ imageSrc: "http://img.b2bpic.net/free-photo/purple-fractal-lights-background_1017-2669.jpg?_wi=1", imageAlt: "Person standing in front of a glowing portal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/multicolored-trails-neon-lights_23-2147786047.jpg?_wi=1", imageAlt: "Stylized digital portrait emerging from data" },
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-businesswoman-touching-blue-rectangle_1134-631.jpg?_wi=1", imageAlt: "Hands interacting with holographic interfaces" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-businesswoman-touching-blue-rectangle_1134-631.jpg", imageAlt: "Hands interacting with holographic interfaces" },
{ imageSrc: "http://img.b2bpic.net/free-photo/multicolored-trails-neon-lights_23-2147786047.jpg", imageAlt: "Stylized digital portrait emerging from data" },
{ imageSrc: "http://img.b2bpic.net/free-photo/purple-fractal-lights-background_1017-2669.jpg", imageAlt: "Person standing in front of a glowing portal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg", imageAlt: "Abstract decision pathways" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-medical-background-with-male-figure-with-brain-highlighted-techno-overlay_1048-13543.jpg", imageAlt: "Brain projected with data streams" },
{ imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-793.jpg", imageAlt: "Futuristic museum interior with neural network lines" }
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-businesswoman-touching-blue-rectangle_1134-631.jpg?_wi=2", imageAlt: "Hands interacting with holographic interfaces" },
{ imageSrc: "http://img.b2bpic.net/free-photo/multicolored-trails-neon-lights_23-2147786047.jpg?_wi=2", imageAlt: "Stylized digital portrait emerging from data" },
{ imageSrc: "http://img.b2bpic.net/free-photo/purple-fractal-lights-background_1017-2669.jpg?_wi=2", imageAlt: "Person standing in front of a glowing portal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg?_wi=2", imageAlt: "Abstract decision pathways" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-medical-background-with-male-figure-with-brain-highlighted-techno-overlay_1048-13543.jpg?_wi=2", imageAlt: "Brain projected with data streams" },
{ imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-793.jpg?_wi=2", imageAlt: "Futuristic museum interior with neural network lines" }
]}
buttons={[
{ text: "Start Experience", href: "#how-it-works" },