From c912048c8fc11f6da0bff9f39415b7099ce9aff9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:58:04 +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 10ebdb1..feb6191 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,25 +48,25 @@ export default function LandingPage() { testimonials={[ { name: "Alex Smith", 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", imageAlt: "futuristic digital learning roadmap interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=1", imageAlt: "futuristic digital learning roadmap interface"}, { name: "Jamie Lee", 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", imageAlt: "futuristic digital learning roadmap interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=2", imageAlt: "futuristic digital learning roadmap interface"}, { name: "Jordan Chen", 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", imageAlt: "futuristic digital learning roadmap interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=3", imageAlt: "futuristic digital learning roadmap interface"}, { name: "Casey Quinn", 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", imageAlt: "futuristic digital learning roadmap interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=4", imageAlt: "futuristic digital learning roadmap interface"}, { name: "Morgan Taylor", 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", imageAlt: "futuristic digital learning roadmap interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=5", imageAlt: "futuristic digital learning roadmap interface"}, ]} buttons={[ { text: "Build Your Roadmap", 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={[ @@ -102,11 +102,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Interactive", 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", imageAlt: "futuristic digital learning roadmap interface"}, + tag: "Interactive", 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?_wi=7", imageAlt: "futuristic digital learning roadmap interface"}, { - tag: "Progress", 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", imageAlt: "futuristic digital learning roadmap interface"}, + tag: "Progress", 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?_wi=8", imageAlt: "futuristic digital learning roadmap interface"}, { - tag: "Dynamic", 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", imageAlt: "futuristic digital learning roadmap interface"}, + tag: "Dynamic", 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?_wi=9", imageAlt: "futuristic digital learning roadmap interface"}, ]} title="Interactive Roadmap Generator" description="Select your field, track, and specialization to generate a tailored step-by-step roadmap to mastery." @@ -151,7 +151,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