From c4393a6b0d3483a916b3e20a4d896d2a20bf4c41 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 21:22:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1d9d48..c6385bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { description="Crafting digital realities at the intersection of light and code. Immersive, fluid, and precise." buttons={[{ text: "Start Experience", href: "#features" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617263.jpg", imageAlt: "Spatial 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/planets-solar-system_23-2150042471.jpg", imageAlt: "Spatial 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/unfocused-cosmos-wallpaper_1017-3788.jpg", imageAlt: "Spatial 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627882.jpg", imageAlt: "Spatial 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-846.jpg", imageAlt: "Spatial 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617263.jpg?_wi=1", imageAlt: "Spatial 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/planets-solar-system_23-2150042471.jpg?_wi=1", imageAlt: "Spatial 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/unfocused-cosmos-wallpaper_1017-3788.jpg?_wi=1", imageAlt: "Spatial 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627882.jpg?_wi=1", imageAlt: "Spatial 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-846.jpg?_wi=1", imageAlt: "Spatial 5" }, { imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-134132.jpg", imageAlt: "Spatial 6" }, ]} /> @@ -120,11 +120,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Sarah", date: "Jan 2024", title: "Lead Designer", quote: "The spatial layering feels like magic.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6611.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617263.jpg" }, - { id: "t2", name: "Mark", date: "Feb 2024", title: "Developer", quote: "Smooth 60FPS across all devices.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/silhouette-pensive-businesswoman_1098-652.jpg", imageSrc: "http://img.b2bpic.net/free-photo/planets-solar-system_23-2150042471.jpg" }, - { id: "t3", name: "Elena", date: "Mar 2024", title: "Product Lead", quote: "This changed our view on web UX.", tag: "Product", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-dirty-face-homeless-man_23-2148464312.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-cosmos-wallpaper_1017-3788.jpg" }, - { id: "t4", name: "David", date: "Apr 2024", title: "Consultant", quote: "Incredible depth and navigation.", tag: "UX", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-charismatic-sensual-male-black-sweater-creative-personality_613910-11122.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627882.jpg" }, - { id: "t5", name: "Sofia", date: "May 2024", title: "Founder", quote: "A masterclass in scrollytelling.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/executives-ready-meeting_1098-642.jpg", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-846.jpg" }, + { id: "t1", name: "Sarah", date: "Jan 2024", title: "Lead Designer", quote: "The spatial layering feels like magic.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6611.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617263.jpg?_wi=2" }, + { id: "t2", name: "Mark", date: "Feb 2024", title: "Developer", quote: "Smooth 60FPS across all devices.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/silhouette-pensive-businesswoman_1098-652.jpg", imageSrc: "http://img.b2bpic.net/free-photo/planets-solar-system_23-2150042471.jpg?_wi=2" }, + { id: "t3", name: "Elena", date: "Mar 2024", title: "Product Lead", quote: "This changed our view on web UX.", tag: "Product", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-dirty-face-homeless-man_23-2148464312.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-cosmos-wallpaper_1017-3788.jpg?_wi=2" }, + { id: "t4", name: "David", date: "Apr 2024", title: "Consultant", quote: "Incredible depth and navigation.", tag: "UX", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-charismatic-sensual-male-black-sweater-creative-personality_613910-11122.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627882.jpg?_wi=2" }, + { id: "t5", name: "Sofia", date: "May 2024", title: "Founder", quote: "A masterclass in scrollytelling.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/executives-ready-meeting_1098-642.jpg", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-846.jpg?_wi=2" }, ]} title="Designer Reviews" description="What our clients say about the immersive experience." -- 2.49.1