From 2d1454ae3d9a89bac8722e2414b4cb58d463373e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 08:11:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e0975c..2d45fee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" },