Merge version_1 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
@@ -162,8 +161,6 @@ export default function LandingPage() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8632.jpg"
|
||||
imageAlt="Abstract dark gradient background for footer"
|
||||
videoSrc=""
|
||||
videoAriaLabel="Footer background video"
|
||||
logoText="The Living Persona Museum"
|
||||
|
||||
Reference in New Issue
Block a user