From 07e7774edf5491b595f1256c6dd2cecb185b94e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 02:06:15 +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 8ad151d..db608a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,20 +44,20 @@ export default function LandingPage() { title="Coher: Next-Gen Isometric Portability" description="Experience the ultimate 3D interactive notebook. Open, close, and orbit your workspace with a Linux-first terminal command architecture." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg", imageAlt: "Isometric 3D Notebook" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg", imageAlt: "3D Orbital Interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg", imageAlt: "Linux terminal command" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg", imageAlt: "Hardware detailing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg", imageAlt: "Open laptop view" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg", imageAlt: "Closed laptop view" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg?_wi=1", imageAlt: "Isometric 3D Notebook" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg?_wi=2", imageAlt: "3D Orbital Interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg?_wi=3", imageAlt: "Linux terminal command" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg?_wi=4", imageAlt: "Hardware detailing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg?_wi=5", imageAlt: "Open laptop view" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg?_wi=6", imageAlt: "Closed laptop view" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg", imageAlt: "3D Perspective One" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg", imageAlt: "3D Perspective Two" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg", imageAlt: "3D Perspective Three" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg", imageAlt: "3D Perspective Four" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg", imageAlt: "3D Perspective Five" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg", imageAlt: "3D Perspective Six" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg?_wi=7", imageAlt: "3D Perspective One" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg?_wi=8", imageAlt: "3D Perspective Two" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg?_wi=9", imageAlt: "3D Perspective Three" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg?_wi=10", imageAlt: "3D Perspective Four" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg?_wi=11", imageAlt: "3D Perspective Five" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255152.jpg?_wi=12", imageAlt: "3D Perspective Six" }, ]} buttons={[ { text: "Interact Now", href: "#features" }, -- 2.49.1