From 2783a0ed429ccd95579d6a3b69ee0cecd192c85c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:45:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03e480c..6d58918 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ export default function LandingPage() { imageAlt: "Neural Network Concept", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg?_wi=1", imageAlt: "AI Neural Mapping", }, { - imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-55085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-55085.jpg?_wi=1", imageAlt: "Collaborative UI", }, { - imageSrc: "http://img.b2bpic.net/free-photo/robots-love-valentine-s-day-celebration_23-2151932792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/robots-love-valentine-s-day-celebration_23-2151932792.jpg?_wi=1", imageAlt: "AI Mentor Bot", }, ]} @@ -90,21 +90,21 @@ export default function LandingPage() { title: "Social Impact", description: "Build solutions that directly improve education, poverty, and community safety.", tag: "Impact", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg?_wi=2", }, { id: "2", title: "Agriculture & Smart Cities", description: "Solve irrigation issues or traffic management with cutting-edge software builds.", tag: "Hardware", - imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-55085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-55085.jpg?_wi=2", }, { id: "3", title: "Technology & Security", description: "Address cybersecurity threats or AI bias in real-world systems.", tag: "Tech", - imageSrc: "http://img.b2bpic.net/free-photo/robots-love-valentine-s-day-celebration_23-2151932792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/robots-love-valentine-s-day-celebration_23-2151932792.jpg?_wi=2", }, ]} title="Solve Real-World Problems" @@ -122,21 +122,21 @@ export default function LandingPage() { value: "24/7", title: "Mentor Availability", description: "Coding help and project guidance when you need it.", - imageSrc: "http://img.b2bpic.net/free-photo/robots-love-valentine-s-day-celebration_23-2151932792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/robots-love-valentine-s-day-celebration_23-2151932792.jpg?_wi=3", }, { id: "m2", value: "98%", title: "Review Accuracy", description: "AI analysis of your project feasibility and risk factors.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg?_wi=3", }, { id: "m3", value: "10x", title: "Execution Speed", description: "Roadmap creation to speed up idea-to-market flow.", - imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-55085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-55085.jpg?_wi=3", }, ]} title="AI-Powered Success" -- 2.49.1