From 33bd9e4b7b246a8afb0d5c74a6815b09d0c580ad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:57:11 +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 286e74b..ba7221f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { handle: "@student", testimonial: "This roadmap made my transition into software engineering so much easier!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=1", imageAlt: "futuristic digital learning roadmap interface", }, { @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@junior", testimonial: "The interactive dashboard feature is brilliant and super intuitive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=2", imageAlt: "futuristic digital learning roadmap interface", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@dev", testimonial: "Clear paths for every tech specialization. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=3", imageAlt: "futuristic digital learning roadmap interface", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@tech", testimonial: "The best university project tool I have encountered so far.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=4", imageAlt: "futuristic digital learning roadmap interface", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@pro", testimonial: "Clean, modern, and very effective learning tool.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=5", imageAlt: "futuristic digital learning roadmap interface", }, ]} @@ -97,7 +97,7 @@ export default function LandingPage() { href: "#roadmap", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg" + imageSrc="http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=6" imageAlt="Student Roadmap Interface" mediaAnimation="slide-up" avatars={[ @@ -157,7 +157,7 @@ export default function LandingPage() { title: "Real-time Generation", subtitle: "Get your roadmap instantly", description: "Choose your academic path and get custom skills and certifications.", - imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=7", imageAlt: "futuristic digital learning roadmap interface", }, { @@ -165,7 +165,7 @@ export default function LandingPage() { title: "Track Completion", subtitle: "Monitor your growth", description: "Tick off completed skills and certifications to track your learning progress.", - imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=8", imageAlt: "futuristic digital learning roadmap interface", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { title: "Data-Driven", subtitle: "Backend Powered", description: "Integrated directly with Spring Boot backend services for up-to-date roadmaps.", - imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=9", imageAlt: "futuristic digital learning roadmap interface", }, ]} @@ -240,7 +240,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Get in touch" description="Have questions or feedback about our roadmap system? Let us know." - imageSrc="http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg" + imageSrc="http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=10" imageAlt="Support" inputs={[ { -- 2.49.1