Merge version_1 into main #3
@@ -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={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user