diff --git a/src/app/page.tsx b/src/app/page.tsx index a5751d3..087955c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,22 +77,22 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg?_wi=1", imageAlt: "Data Flow", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037202.jpg?_wi=1", imageAlt: "AI Interface", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627918.jpg?_wi=1", imageAlt: "Waves", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16164.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16164.jpg?_wi=1", imageAlt: "Geometry", }, { @@ -142,28 +142,28 @@ export default function LandingPage() { title: "Self-Optimizing UX", description: "Interfaces that learn and adapt based on actual user interactions.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg?_wi=2", imageAlt: "futuristic data flow tech", }, { title: "Predictive Sales Analytics", description: "Know which products or services will trend before your competitors.", buttonIcon: "TrendingUp", - imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037202.jpg?_wi=2", imageAlt: "ai chatbot code interface", }, { title: "Smart Chat Integration", description: "Natural language AI support that resolves queries 24/7.", buttonIcon: "MessageSquare", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627918.jpg?_wi=2", imageAlt: "vibrant tech light waves", }, { title: "Rapid Deployment Architecture", description: "Advanced tech stacks that ensure your business stays ahead.", buttonIcon: "Cpu", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16164.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16164.jpg?_wi=2", imageAlt: "geometric 3d abstract blue", }, ]}