From 825acdfceb65aa2814415d5b7aa3854398bcbfac Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:28:37 +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 f909603..52f0213 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,15 +50,15 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174325.jpg", imageAlt: "VisionEdge AR"}, + id: "c1", 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", imageAlt: "Human Augmentation"}, + id: "c2", 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", imageAlt: "AI Core"}, + id: "c3", 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", imageAlt: "Climate Tech"}, + id: "c4", 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", imageAlt: "Intelligence Link"}, + id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-helmet-with-neon-detailing_23-2152011754.jpg?_wi=1", imageAlt: "Intelligence Link"}, { id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/golden-twirling-lines-dark-backdrop_23-2148055587.jpg", imageAlt: "Innovation Concept"}, ]} @@ -119,19 +119,19 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Dr. Aris Thorne", 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", imageAlt: "futuristic ar glasses dark background"}, + 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"}, { id: "t2", name: "Sarah Jenkins", 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", imageAlt: "cybernetic interface future tech"}, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599356.jpg?_wi=2", imageAlt: "cybernetic interface future tech"}, { id: "t3", name: "Marcus Vane", 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", imageAlt: "advanced ai processor hardware"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg?_wi=2", imageAlt: "advanced ai processor hardware"}, { id: "t4", name: "Elena Ross", 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", imageAlt: "futuristic climate wearable technology"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291368.jpg?_wi=2", imageAlt: "futuristic climate wearable technology"}, { id: "t5", name: "David Wu", 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", imageAlt: "neural link intelligence hardware"}, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-helmet-with-neon-detailing_23-2152011754.jpg?_wi=2", imageAlt: "neural link intelligence hardware"}, ]} /> -- 2.49.1