From 10cd9e679e1d2d84f6b3805012df87bfe0ecd618 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:27:39 +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 36e943c..0bb4b1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,27 +69,27 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174325.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174325.jpg?_wi=1", imageAlt: "VisionEdge AR", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599356.jpg?_wi=1", imageAlt: "Human Augmentation", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg?_wi=1", imageAlt: "AI Core", }, { id: "c4", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291368.jpg?_wi=1", imageAlt: "Climate Tech", }, { id: "c5", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-helmet-with-neon-detailing_23-2152011754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-helmet-with-neon-detailing_23-2152011754.jpg?_wi=1", imageAlt: "Intelligence Link", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { handle: "@thorne_tech", testimonial: "Zytherra's neural chips are a decade ahead of standard industry benchmarks.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174325.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174325.jpg?_wi=2", imageAlt: "futuristic ar glasses dark background", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { handle: "@sjenkins_invest", testimonial: "The precision engineering in their AR optical systems is simply unparalleled.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599356.jpg?_wi=2", imageAlt: "cybernetic interface future tech", }, { @@ -217,7 +217,7 @@ export default function LandingPage() { handle: "@m_vane_cyber", testimonial: "Climate adaptation tech that actually works in real-world scenarios. A massive leap forward.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg?_wi=2", imageAlt: "advanced ai processor hardware", }, { @@ -226,7 +226,7 @@ export default function LandingPage() { handle: "@eross_vision", testimonial: "Working with the Zytherra Lab team has been a transformative experience for our research.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291368.jpg?_wi=2", imageAlt: "futuristic climate wearable technology", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { handle: "@dwu_quantum", testimonial: "Quantum-grade reliability in consumer-ready modules. Truly incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-helmet-with-neon-detailing_23-2152011754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-helmet-with-neon-detailing_23-2152011754.jpg?_wi=2", imageAlt: "neural link intelligence hardware", }, ]}