From 25e9fc06a30edbb68c307669e340ccf4967b4433 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 04:40:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73f0aed..3e8bec1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,17 +75,17 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/polygonal-blue-abstract-background-shapes-network-neural-connections-big-data-neural-concept_90220-514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/polygonal-blue-abstract-background-shapes-network-neural-connections-big-data-neural-concept_90220-514.jpg?_wi=1", imageAlt: "Dashboard", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg?_wi=1", imageAlt: "Networking", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/digital-connection-technology-social-media_53876-124327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-connection-technology-social-media_53876-124327.jpg?_wi=1", imageAlt: "Chat UI", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { text: "Get Started", href: "#", }, - imageSrc: "http://img.b2bpic.net/free-photo/polygonal-blue-abstract-background-shapes-network-neural-connections-big-data-neural-concept_90220-514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/polygonal-blue-abstract-background-shapes-network-neural-connections-big-data-neural-concept_90220-514.jpg?_wi=2", imageAlt: "modern AI interface dashboard", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { text: "Get Pro", href: "#", }, - imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg?_wi=2", imageAlt: "abstract AI network connection", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { text: "Contact Us", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/digital-connection-technology-social-media_53876-124327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-connection-technology-social-media_53876-124327.jpg?_wi=2", imageAlt: "AI chatbot interface mobile", }, ]}