diff --git a/src/app/page.tsx b/src/app/page.tsx index 9725a7f..4e0975c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,26 +47,25 @@ export default function LandingPage() { variant: "animated-grid" }} leftCarouselItems={[ - { 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" } + { 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" } ]} rightCarouselItems={[ - { 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" } + { 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" } ]} buttons={[ { text: "Start Experience", href: "#how-it-works" }, { text: "Watch Demo", href: "#" } ]} - useInvertedBackground={false} />