diff --git a/src/app/page.tsx b/src/app/page.tsx index be368a1..b473629 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, BookOpen, GraduationCap, TrendingUp } from "lucide-react"; +import { Award, BookOpen, GraduationCap, TrendingUp, Zap, Users, Infinity, FileCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -33,17 +33,11 @@ export default function LandingPage() { @@ -52,110 +46,39 @@ export default function LandingPage() {
@@ -178,34 +101,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Interactive Lessons", - description: "Engage with hands-on labs and real-world projects.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-cute-woman-kitchen-freelancer-working-from-home-laptop-digital-nomad_1258-202361.jpg", - imageAlt: "coding lesson online software course", - }, - { - title: "Expert Instructors", - description: "Learn from professionals actively working in the industry.", - buttonIcon: "Users", - imageSrc: "http://img.b2bpic.net/free-photo/confident-student-studying-remote-looking-laptop-screen-content-creator-with-glasses-casually-typing-sitting-home-desk-college-girl-browsing-internet-freelancer-working-from-home-sending_482257-30220.jpg?_wi=2", - imageAlt: "coding lesson online software course", - }, - { - title: "Lifetime Access", - description: "Learn at your own pace with unlimited course access.", - buttonIcon: "Infinity", - imageSrc: "http://img.b2bpic.net/free-photo/examining-annual-report_1098-21565.jpg?_wi=2", - imageAlt: "coding lesson online software course", - }, - { - title: "Certification", - description: "Earn recognized certificates to boost your resume.", - buttonIcon: "FileCheck", - imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-group-three-businesspeople-meeting-modern-office-two-caucasian-women-black-man-wearing-suit-looking-laptop-computer_1139-966.jpg?_wi=2", - imageAlt: "coding lesson online software course", - }, + { title: "Interactive Lessons", description: "Engage with hands-on labs and real-world projects.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-cute-woman-kitchen-freelancer-working-from-home-laptop-digital-nomad_1258-202361.jpg", imageAlt: "coding lesson online software course" }, + { title: "Expert Instructors", description: "Learn from professionals actively working in the industry.", buttonIcon: Users, imageSrc: "http://img.b2bpic.net/free-photo/confident-student-studying-remote-looking-laptop-screen-content-creator-with-glasses-casually-typing-sitting-home-desk-college-girl-browsing-internet-freelancer-working-from-home-sending_482257-30220.jpg", imageAlt: "coding lesson online software course" }, + { title: "Lifetime Access", description: "Learn at your own pace with unlimited course access.", buttonIcon: Infinity, imageSrc: "http://img.b2bpic.net/free-photo/examining-annual-report_1098-21565.jpg", imageAlt: "coding lesson online software course" }, + { title: "Certification", description: "Earn recognized certificates to boost your resume.", buttonIcon: FileCheck, imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-group-three-businesspeople-meeting-modern-office-two-caucasian-women-black-man-wearing-suit-looking-laptop-computer_1139-966.jpg", imageAlt: "coding lesson online software course" } ]} title="Why Choose Our Platform" description="Our platform offers everything you need to succeed in your professional journey." @@ -219,27 +118,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "10K+", - title: "Students", - description: "Global learners joined", - icon: GraduationCap, - }, - { - id: "m2", - value: "500+", - title: "Courses", - description: "Expertly curated lessons", - icon: BookOpen, - }, - { - id: "m3", - value: "95%", - title: "Success Rate", - description: "Student satisfaction", - icon: TrendingUp, - }, + { id: "m1", value: "10K+", title: "Students", description: "Global learners joined", icon: GraduationCap }, + { id: "m2", value: "500+", title: "Courses", description: "Expertly curated lessons", icon: BookOpen }, + { id: "m3", value: "95%", title: "Success Rate", description: "Student satisfaction", icon: TrendingUp } ]} title="Our Impact" description="Empowering students worldwide to reach their career goals." @@ -252,41 +133,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "basic", - badge: "Essential", - price: "$29", - subtitle: "Perfect for beginners", - features: [ - "5 Courses", - "Community Access", - "Basic Support", - ], - }, - { - id: "pro", - badge: "Recommended", - price: "$79", - subtitle: "For career advancement", - features: [ - "Unlimited Courses", - "1-on-1 Mentorship", - "Priority Support", - "Certification", - ], - }, - { - id: "enterprise", - badge: "Custom", - price: "$199", - subtitle: "For professional teams", - features: [ - "All Features", - "Admin Tools", - "Dedicated Account Manager", - "API Access", - ], - }, + { id: "basic", badge: "Essential", price: "$29", subtitle: "Perfect for beginners", features: ["5 Courses", "Community Access", "Basic Support"] }, + { id: "pro", badge: "Recommended", price: "$79", subtitle: "For career advancement", features: ["Unlimited Courses", "1-on-1 Mentorship", "Priority Support", "Certification"] }, + { id: "enterprise", badge: "Custom", price: "$199", subtitle: "For professional teams", features: ["All Features", "Admin Tools", "Dedicated Account Manager", "API Access"] } ]} title="Flexible Learning Plans" description="Choose the path that fits your goals and budget." @@ -298,61 +147,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Alex Johnson", - date: "Oct 2023", - title: "Software Engineer", - quote: "The platform provided exactly what I needed to pivot my career into tech.", - tag: "Career Shift", - avatarSrc: "http://img.b2bpic.net/free-photo/handsome-freelancer-man-holding-laptop-smiling-standing-happy-light-blue-background_1258-145625.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/confident-student-studying-remote-looking-laptop-screen-content-creator-with-glasses-casually-typing-sitting-home-desk-college-girl-browsing-internet-freelancer-working-from-home-sending_482257-30220.jpg?_wi=3", - imageAlt: "happy young female student studio portrait", - }, - { - id: "t2", - name: "Sarah Lee", - date: "Sep 2023", - title: "Marketing Manager", - quote: "Incredible content and support! I've learned more here than in university.", - tag: "Growth", - avatarSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-4689.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/examining-annual-report_1098-21565.jpg?_wi=3", - imageAlt: "happy young female student studio portrait", - }, - { - id: "t3", - name: "Michael Chen", - date: "Aug 2023", - title: "Data Analyst", - quote: "Structured, practical, and highly engaging. A gold standard for online learning.", - tag: "Data", - avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8542.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-group-three-businesspeople-meeting-modern-office-two-caucasian-women-black-man-wearing-suit-looking-laptop-computer_1139-966.jpg?_wi=3", - imageAlt: "happy young female student studio portrait", - }, - { - id: "t4", - name: "Emma Wilson", - date: "Jul 2023", - title: "Designer", - quote: "The mentorship program was life-changing for me.", - tag: "Mentorship", - avatarSrc: "http://img.b2bpic.net/free-photo/smiling-senior-man-touching-his-beard-looking-pleased-camera-thinking-hear-interesting-proposal-nod-approval-standing-against-white-background_176420-53178.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-student-sitting-table-use-laptop_1157-27565.jpg?_wi=2", - imageAlt: "happy young female student studio portrait", - }, - { - id: "t5", - name: "David Brown", - date: "Jun 2023", - title: "Entrepreneur", - quote: "Flexible and thorough, just what I needed to build my startup.", - tag: "Startup", - avatarSrc: "http://img.b2bpic.net/free-photo/shining-pose-using-holding-rugby-ball_1134-1076.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/girl-learns-play-piano-with-teacher-online-remote-learning-music_169016-28073.jpg?_wi=2", - imageAlt: "happy young female student studio portrait", - }, + { id: "t1", name: "Alex Johnson", date: "Oct 2023", title: "Software Engineer", quote: "The platform provided exactly what I needed to pivot my career into tech.", tag: "Career Shift", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-freelancer-man-holding-laptop-smiling-standing-happy-light-blue-background_1258-145625.jpg", imageSrc: "http://img.b2bpic.net/free-photo/confident-student-studying-remote-looking-laptop-screen-content-creator-with-glasses-casually-typing-sitting-home-desk-college-girl-browsing-internet-freelancer-working-from-home-sending_482257-30220.jpg", imageAlt: "happy young female student studio portrait" }, + { id: "t2", name: "Sarah Lee", date: "Sep 2023", title: "Marketing Manager", quote: "Incredible content and support! I've learned more here than in university.", tag: "Growth", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-4689.jpg", imageSrc: "http://img.b2bpic.net/free-photo/examining-annual-report_1098-21565.jpg", imageAlt: "happy young female student studio portrait" }, + { id: "t3", name: "Michael Chen", date: "Aug 2023", title: "Data Analyst", quote: "Structured, practical, and highly engaging. A gold standard for online learning.", tag: "Data", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8542.jpg", imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-group-three-businesspeople-meeting-modern-office-two-caucasian-women-black-man-wearing-suit-looking-laptop-computer_1139-966.jpg", imageAlt: "happy young female student studio portrait" }, + { id: "t4", name: "Emma Wilson", date: "Jul 2023", title: "Designer", quote: "The mentorship program was life-changing for me.", tag: "Mentorship", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-senior-man-touching-his-beard-looking-pleased-camera-thinking-hear-interesting-proposal-nod-approval-standing-against-white-background_176420-53178.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-student-sitting-table-use-laptop_1157-27565.jpg", imageAlt: "happy young female student studio portrait" }, + { id: "t5", name: "David Brown", date: "Jun 2023", title: "Entrepreneur", quote: "Flexible and thorough, just what I needed to build my startup.", tag: "Startup", avatarSrc: "http://img.b2bpic.net/free-photo/shining-pose-using-holding-rugby-ball_1134-1076.jpg", imageSrc: "http://img.b2bpic.net/free-photo/girl-learns-play-piano-with-teacher-online-remote-learning-music_169016-28073.jpg", imageAlt: "happy young female student studio portrait" } ]} title="Trusted by Thousands" description="See what our students are saying about their transformation." @@ -364,21 +163,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How do I get started?", - content: "Simply pick a plan, create an account, and start browsing our courses.", - }, - { - id: "f2", - title: "Can I get a certificate?", - content: "Yes, certificates are provided upon successful completion of any course.", - }, - { - id: "f3", - title: "Is support available?", - content: "Yes, we offer 24/7 support through email and our chat community.", - }, + { id: "f1", title: "How do I get started?", content: "Simply pick a plan, create an account, and start browsing our courses." }, + { id: "f2", title: "Can I get a certificate?", content: "Yes, certificates are provided upon successful completion of any course." }, + { id: "f3", title: "Is support available?", content: "Yes, we offer 24/7 support through email and our chat community." } ]} title="Frequently Asked Questions" description="Everything you need to know about getting started." @@ -390,17 +177,11 @@ export default function LandingPage() { @@ -409,36 +190,18 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Features", - href: "#features", - }, - { - label: "Pricing", - href: "#pricing", - }, - { - label: "FAQ", - href: "#faq", - }, - ], + { label: "Features", href: "#features" }, + { label: "Pricing", href: "#pricing" }, + { label: "FAQ", href: "#faq" } + ] }, { items: [ - { - label: "Privacy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, - { - label: "Careers", - href: "#", - }, - ], - }, + { label: "Privacy", href: "#" }, + { label: "Terms", href: "#" }, + { label: "Careers", href: "#" } + ] + } ]} logoText="EduPlatform" />