diff --git a/src/app/page.tsx b/src/app/page.tsx index 865f12b..7ad4052 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,13 +30,9 @@ export default function LandingPage() { @@ -48,9 +44,7 @@ export default function LandingPage() { description="Unlock the power of digital data collection. Join our comprehensive training course and become a professional field data specialist." buttons={[ { - text: "Start Learning", - href: "#features", - }, + text: "Start Learning", href: "#features"}, ]} imageSrc="http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg" /> @@ -64,17 +58,11 @@ export default function LandingPage() { description="Kobotoolbox is the world's most popular open-source data collection platform. Our training course guides you from basic setup to advanced form design and automated reporting." bulletPoints={[ { - title: "Intuitive Form Design", - description: "Create complex survey forms without coding.", - }, + title: "Intuitive Form Design", description: "Create complex survey forms without coding."}, { - title: "Advanced Data Analysis", - description: "Export and interpret data using our advanced analytical tools.", - }, + title: "Advanced Data Analysis", description: "Export and interpret data using our advanced analytical tools."}, { - title: "Offline Capability", - description: "Collect data in remote locations with ease.", - }, + title: "Offline Capability", description: "Collect data in remote locations with ease."}, ]} imageSrc="http://img.b2bpic.net/free-photo/business-partners-working-together-project_9975-22883.jpg" mediaAnimation="slide-up" @@ -89,19 +77,13 @@ export default function LandingPage() { features={[ { icon: CheckCircle, - title: "Certified Expert", - description: "Gain an official certificate upon course completion.", - }, + title: "Certified Expert", description: "Gain an official certificate upon course completion."}, { icon: Shield, - title: "Secure Data", - description: "Learn industry-standard protocols for data privacy.", - }, + title: "Secure Data", description: "Learn industry-standard protocols for data privacy."}, { icon: Zap, - title: "Efficient Workflows", - description: "Maximize your team's efficiency in the field.", - }, + title: "Efficient Workflows", description: "Maximize your team's efficiency in the field."}, ]} title="Why Choose Our Course" description="Comprehensive modules designed for field researchers, NGOs, and data specialists." @@ -113,30 +95,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Ahmed", - imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg", - }, + id: "1", name: "Sarah Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg"}, { - id: "2", - name: "Omar Khaleed", - imageSrc: "http://img.b2bpic.net/free-photo/factory-inspector-suit-monitoring-solar-panel-production-output_482257-125982.jpg", - }, + id: "2", name: "Omar Khaleed", imageSrc: "http://img.b2bpic.net/free-photo/factory-inspector-suit-monitoring-solar-panel-production-output_482257-125982.jpg"}, { - id: "3", - name: "Layla Hassan", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-scientist_23-2148820194.jpg", - }, + id: "3", name: "Layla Hassan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-scientist_23-2148820194.jpg"}, { - id: "4", - name: "Youssef Ibrahim", - imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", - }, + id: "4", name: "Youssef Ibrahim", imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg"}, { - id: "5", - name: "Nour Ali", - imageSrc: "http://img.b2bpic.net/free-photo/woman-hat-with-book-garden_1157-37040.jpg", - }, + id: "5", name: "Nour Ali", imageSrc: "http://img.b2bpic.net/free-photo/woman-hat-with-book-garden_1157-37040.jpg"}, ]} cardTitle="What Our Students Say" cardTag="Success Stories" @@ -149,6 +116,13 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + title="Choose Your Plan" + description="Select the perfect learning path for your professional data journey." + plans={[ + { title: "Starter", price: "$49", features: ["Basic Modules", "Email Support"], buttonText: "Get Started" }, + { title: "Professional", price: "$99", features: ["Advanced Modules", "Priority Support", "Certificate"], buttonText: "Go Pro" }, + { title: "Enterprise", price: "$199", features: ["Full Suite", "Dedicated Mentor", "Bulk Licenses"], buttonText: "Contact Us" } + ]} /> @@ -157,25 +131,17 @@ export default function LandingPage() { logoText="KoboMaster" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Course", - href: "/", - }, + label: "Course", href: "/"}, { - label: "Verification", - href: "/verify", - }, + label: "Verification", href: "/verify"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]}