Merge version_1 into main #1
276
src/app/page.tsx
276
src/app/page.tsx
@@ -31,40 +31,26 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
href: "#hero",
|
||||
name: "Home", id: "hero"
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "#about",
|
||||
name: "About", id: "about"
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
href: "#features",
|
||||
name: "Features", id: "features"
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
href: "#pricing",
|
||||
name: "Pricing", id: "pricing"
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "#testimonials",
|
||||
name: "Testimonials", id: "testimonials"
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "#faq",
|
||||
name: "FAQ", id: "faq"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"
|
||||
}
|
||||
]}
|
||||
brandName="Oli's preparation Prep"
|
||||
bottomLeftText="Empowering Futures"
|
||||
@@ -75,42 +61,35 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
title="Master Mathematics, Conquer BCS Admin"
|
||||
description="Unlock your full potential with Oli Ahmad, a seasoned mathematics lecturer. Our specialized BCS Admin Preparation course equips you with the strategies and knowledge to excel in your exams and secure a promising career."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#pricing",
|
||||
text: "Enroll Now", href: "#pricing"
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/student-sitting-table-library_23-2147844726.jpg",
|
||||
alt: "Student 1",
|
||||
src: "http://img.b2bpic.net/free-photo/student-sitting-table-library_23-2147844726.jpg", alt: "Student 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-tourist-holds-textbook-planner-spends-vacations-visiting-unknown-city_273609-55598.jpg",
|
||||
alt: "Student 2",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-tourist-holds-textbook-planner-spends-vacations-visiting-unknown-city_273609-55598.jpg", alt: "Student 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2722.jpg",
|
||||
alt: "Student 3",
|
||||
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2722.jpg", alt: "Student 3"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/headshot-smiling-dark-skinned-woman-with-perfect-teeth-has-rest-outdoor-enjoys-rural-calm-atmosphere-looks-directly-dressed-casually-people_273609-18067.jpg",
|
||||
alt: "Student 4",
|
||||
src: "http://img.b2bpic.net/free-photo/headshot-smiling-dark-skinned-woman-with-perfect-teeth-has-rest-outdoor-enjoys-rural-calm-atmosphere-looks-directly-dressed-casually-people_273609-18067.jpg", alt: "Student 4"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photovoltaics-factory-engineering-team-using-laptop-research_482257-126498.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/photovoltaics-factory-engineering-team-using-laptop-research_482257-126498.jpg", alt: "Student 5"
|
||||
}
|
||||
]}
|
||||
avatarText="Join hundreds of successful students!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-smiling-teacher-with-chalk-classroom_23-2148201059.jpg"
|
||||
@@ -135,24 +114,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: GraduationCap,
|
||||
title: "Expert Instruction",
|
||||
description: "Learn from Oli Ahmad's proven methods and clear explanations, making complex topics easy to grasp.",
|
||||
title: "Expert Instruction", description: "Learn from Oli Ahmad's proven methods and clear explanations, making complex topics easy to grasp."
|
||||
},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Comprehensive Curriculum",
|
||||
description: "Master all essential topics with meticulously crafted course materials designed for BCS Admin success.",
|
||||
title: "Comprehensive Curriculum", description: "Master all essential topics with meticulously crafted course materials designed for BCS Admin success."
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "BCS-Focused Strategies",
|
||||
description: "Acquire specific techniques and shortcuts tailored for the BCS Admin exam's unique challenges.",
|
||||
title: "BCS-Focused Strategies", description: "Acquire specific techniques and shortcuts tailored for the BCS Admin exam's unique challenges."
|
||||
},
|
||||
{
|
||||
icon: Scale,
|
||||
title: "Extensive Practice & Mock Tests",
|
||||
description: "Solidify your knowledge with numerous practice questions and simulated exams to build confidence.",
|
||||
},
|
||||
title: "Extensive Practice & Mock Tests", description: "Solidify your knowledge with numerous practice questions and simulated exams to build confidence."
|
||||
}
|
||||
]}
|
||||
title="Why Choose Oli's Preparation Prep?"
|
||||
description="Our unique approach combines in-depth mathematical clarity with targeted BCS exam strategies, ensuring comprehensive preparation for your success."
|
||||
@@ -167,59 +142,38 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Value",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$299",
|
||||
name: "Essential Course",
|
||||
buttons: [
|
||||
id: "basic", badge: "Value", badgeIcon: Sparkles,
|
||||
price: "$299", name: "Essential Course", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
},
|
||||
text: "Get Started"
|
||||
}
|
||||
],
|
||||
features: [
|
||||
"Core Mathematics Modules",
|
||||
"Basic BCS Concepts",
|
||||
"Practice Worksheets",
|
||||
"Access to Online Portal",
|
||||
],
|
||||
"Core Mathematics Modules", "Basic BCS Concepts", "Practice Worksheets", "Access to Online Portal"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$499",
|
||||
name: "Comprehensive Prep",
|
||||
buttons: [
|
||||
id: "pro", badge: "Popular", badgeIcon: Star,
|
||||
price: "$499", name: "Comprehensive Prep", buttons: [
|
||||
{
|
||||
text: "Choose Pro",
|
||||
},
|
||||
text: "Choose Pro"
|
||||
}
|
||||
],
|
||||
features: [
|
||||
"All Essential Course features",
|
||||
"Advanced Problem Solving Techniques",
|
||||
"Full-Length Mock Tests",
|
||||
"Personalized Performance Feedback",
|
||||
],
|
||||
"All Essential Course features", "Advanced Problem Solving Techniques", "Full-Length Mock Tests", "Personalized Performance Feedback"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Premium",
|
||||
badgeIcon: Award,
|
||||
price: "$799",
|
||||
name: "Elite Success Package",
|
||||
buttons: [
|
||||
id: "premium", badge: "Premium", badgeIcon: Award,
|
||||
price: "$799", name: "Elite Success Package", buttons: [
|
||||
{
|
||||
text: "Go Elite",
|
||||
},
|
||||
text: "Go Elite"
|
||||
}
|
||||
],
|
||||
features: [
|
||||
"All Comprehensive Prep features",
|
||||
"One-on-One Mentorship Sessions",
|
||||
"Exclusive Study Group Access",
|
||||
"Dedicated Career Guidance Workshops",
|
||||
],
|
||||
},
|
||||
"All Comprehensive Prep features", "One-on-One Mentorship Sessions", "Exclusive Study Group Access", "Dedicated Career Guidance Workshops"
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Flexible Plans for Every Aspiring Administrator"
|
||||
description="Choose the preparation plan that best suits your learning style and career goals. Each plan is designed to maximize your potential."
|
||||
@@ -234,68 +188,36 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Amina Rahman",
|
||||
role: "BCS Admin Aspirant",
|
||||
company: "Dhaka University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-asian-woman-walking-street-going-work-with-laptop-smartphone_1258-136997.jpg",
|
||||
id: "1", name: "Amina Rahman", role: "BCS Admin Aspirant", company: "Dhaka University", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-asian-woman-walking-street-going-work-with-laptop-smartphone_1258-136997.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Govt. Service Candidate",
|
||||
company: "BUET Alumni",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-graduation-diploma_23-2148928762.jpg",
|
||||
id: "2", name: "Rajesh Kumar", role: "Govt. Service Candidate", company: "BUET Alumni", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-graduation-diploma_23-2148928762.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fariha Islam",
|
||||
role: "Future Administrator",
|
||||
company: "Jahangirnagar University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-student-red-checkered-shirt-with-backpack-holding-files-copybooks-rejoicing-blue-wall_140725-42548.jpg",
|
||||
id: "3", name: "Fariha Islam", role: "Future Administrator", company: "Jahangirnagar University", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-student-red-checkered-shirt-with-backpack-holding-files-copybooks-rejoicing-blue-wall_140725-42548.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Samiul Haque",
|
||||
role: "BCS Exam Preparer",
|
||||
company: "Chittagong University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-male-student-wearing-headphones-around-neck-holding-study-tools-arm-looking-camera-making-oops-gesture-isolated-purple-background-with-copy-space_141793-135237.jpg",
|
||||
id: "4", name: "Samiul Haque", role: "BCS Exam Preparer", company: "Chittagong University", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-male-student-wearing-headphones-around-neck-holding-study-tools-arm-looking-camera-making-oops-gesture-isolated-purple-background-with-copy-space_141793-135237.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Nusrat Jahan",
|
||||
role: "Math Enthusiast",
|
||||
company: "Independent Learner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-studying-outdoors-while-talking-looking-aside_171337-13380.jpg",
|
||||
},
|
||||
id: "5", name: "Nusrat Jahan", role: "Math Enthusiast", company: "Independent Learner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-studying-outdoors-while-talking-looking-aside_171337-13380.jpg"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
id: "kpi-1",
|
||||
value: "95%",
|
||||
title: "Success Rate",
|
||||
description: "Of students pass their BCS preliminary exams",
|
||||
icon: CheckCircle,
|
||||
value: "95%", title: "Success Rate", description: "Of students pass their BCS preliminary exams", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
id: "kpi-2",
|
||||
value: "200+",
|
||||
title: "Hours of Content",
|
||||
description: "Comprehensive lessons and practice materials",
|
||||
icon: BookOpen,
|
||||
value: "200+", title: "Hours of Content", description: "Comprehensive lessons and practice materials", icon: BookOpen
|
||||
},
|
||||
{
|
||||
id: "kpi-3",
|
||||
value: "100%",
|
||||
title: "Student Satisfaction",
|
||||
description: "Students highly recommend our preparation course",
|
||||
icon: Users,
|
||||
},
|
||||
value: "100%", title: "Student Satisfaction", description: "Students highly recommend our preparation course", icon: Users
|
||||
}
|
||||
]}
|
||||
title="Hear From Our Successful Students"
|
||||
description="Our students consistently achieve outstanding results in their BCS Admin exams and attribute their success to Oli's dedication and effective teaching."
|
||||
@@ -308,25 +230,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What subjects are covered in the BCS Admin preparation course?",
|
||||
content: "Our course provides comprehensive coverage of all subjects essential for BCS Admin preparation, including Mathematics, General Knowledge, English, Mental Ability, and Bengali Language and Literature, with a strong focus on the BCS syllabus.",
|
||||
id: "1", title: "What subjects are covered in the BCS Admin preparation course?", content: "Our course provides comprehensive coverage of all subjects essential for BCS Admin preparation, including Mathematics, General Knowledge, English, Mental Ability, and Bengali Language and Literature, with a strong focus on the BCS syllabus."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is the typical duration of the 'Oli's preparation Prep' course?",
|
||||
content: "The duration of our courses varies depending on the package chosen. The Comprehensive Prep typically runs for 6 months, while the Elite Success Package offers extended support for up to 9 months, including continuous mentorship.",
|
||||
id: "2", title: "What is the typical duration of the 'Oli's preparation Prep' course?", content: "The duration of our courses varies depending on the package chosen. The Comprehensive Prep typically runs for 6 months, while the Elite Success Package offers extended support for up to 9 months, including continuous mentorship."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How are classes conducted and what learning materials are provided?",
|
||||
content: "Classes are conducted online through live interactive sessions, supplemented by recorded lectures, detailed notes, practice assignments, and full-length mock tests. All materials are accessible via our dedicated online portal.",
|
||||
id: "3", title: "How are classes conducted and what learning materials are provided?", content: "Classes are conducted online through live interactive sessions, supplemented by recorded lectures, detailed notes, practice assignments, and full-length mock tests. All materials are accessible via our dedicated online portal."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is there any provision for one-on-one doubt clearing sessions?",
|
||||
content: "Yes, our Premium (Elite Success) package includes dedicated one-on-one mentorship sessions with Oli Ahmad to address individual queries and provide personalized guidance, ensuring every student receives focused support.",
|
||||
},
|
||||
id: "4", title: "Is there any provision for one-on-one doubt clearing sessions?", content: "Yes, our Premium (Elite Success) package includes dedicated one-on-one mentorship sessions with Oli Ahmad to address individual queries and provide personalized guidance, ensuring every student receives focused support."
|
||||
}
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about our courses and preparation strategies, designed to clear your doubts and help you get started."
|
||||
@@ -339,73 +253,57 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
label: "Our Story", href: "#about"
|
||||
},
|
||||
{
|
||||
label: "Our Vision",
|
||||
href: "#",
|
||||
label: "Our Vision", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Meet Oli Ahmad",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
label: "Meet Oli Ahmad", href: "#about"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Courses",
|
||||
items: [
|
||||
title: "Courses", items: [
|
||||
{
|
||||
label: "BCS Admin Prep",
|
||||
href: "#features",
|
||||
label: "BCS Admin Prep", href: "#features"
|
||||
},
|
||||
{
|
||||
label: "Mathematics Mastery",
|
||||
href: "#features",
|
||||
label: "Mathematics Mastery", href: "#features"
|
||||
},
|
||||
{
|
||||
label: "View All Plans",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
label: "View All Plans", href: "#pricing"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
label: "FAQ", href: "#faq"
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
label: "Contact Us", href: "#contact"
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
label: "Privacy Policy", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
label: "Facebook", href: "https://facebook.com"
|
||||
},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
label: "LinkedIn", href: "https://linkedin.com"
|
||||
},
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "https://youtube.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "YouTube", href: "https://youtube.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Oli's preparation Prep. All rights reserved."
|
||||
bottomRightText="Empowering futures with knowledge."
|
||||
|
||||
Reference in New Issue
Block a user