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", }, ]}