diff --git a/src/app/page.tsx b/src/app/page.tsx index ba7221f..10ebdb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,15 +29,12 @@ export default function LandingPage() { @@ -45,104 +42,56 @@ export default function LandingPage() { @@ -153,29 +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?_wi=7", - 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", 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: "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: "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", - }, + 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"}, ]} title="Interactive Roadmap Generator" description="Select your field, track, and specialization to generate a tailored step-by-step roadmap to mastery." @@ -190,30 +121,15 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "How do I start?", - content: "Simply select your preferred career track on the dashboard and click generate.", - }, + id: "1", title: "How do I start?", content: "Simply select your preferred career track on the dashboard and click generate."}, { - id: "2", - title: "Is this free?", - content: "Yes, our tool is completely free for university students.", - }, + id: "2", title: "Is this free?", content: "Yes, our tool is completely free for university students."}, { - id: "3", - title: "Can I edit the roadmap?", - content: "Absolutely, our drag-and-drop interface allows you to personalize your path.", - }, + id: "3", title: "Can I edit the roadmap?", content: "Absolutely, our drag-and-drop interface allows you to personalize your path."}, { - id: "4", - title: "How often is data updated?", - content: "Our backend is synced with industry trends daily.", - }, + id: "4", title: "How often is data updated?", content: "Our backend is synced with industry trends daily."}, { - id: "5", - title: "Can I export my path?", - content: "Yes, you can export your roadmap as a PDF or JSON file.", - }, + id: "5", title: "Can I export my path?", content: "Yes, you can export your roadmap as a PDF or JSON file."}, ]} /> @@ -225,12 +141,7 @@ export default function LandingPage() { title="Trusted by Students" description="Join thousands of learners achieving their career goals with EduPath." names={[ - "Stanford", - "MIT", - "Berkeley", - "Harvard", - "Oxford", - ]} + "Stanford", "MIT", "Berkeley", "Harvard", "Oxford"]} showCard={true} /> @@ -240,26 +151,18 @@ 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?_wi=10" + imageSrc="http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg" imageAlt="Support" inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - rows: 4, + name: "message", placeholder: "How can we help?", rows: 4, required: true, }} />