Merge version_1 into main #2
273
src/app/page.tsx
273
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "features",
|
||||
},
|
||||
name: "Courses", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Elite Coaching"
|
||||
/>
|
||||
@@ -63,36 +53,22 @@ export default function LandingPage() {
|
||||
description="Personalized coaching tailored to help you excel in your studies and achieve your professional goals with confidence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Courses",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Courses", href: "#features"},
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-young-people-church-praying_23-2150870054.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-young-people-church-praying_23-2150870054.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/kids-cheating-school-side-view_23-2150105038.jpg",
|
||||
alt: "Diverse student 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/kids-cheating-school-side-view_23-2150105038.jpg", alt: "Diverse student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-professor-mentoring-her-teen-girls-students-with-assessment_482257-123335.jpg",
|
||||
alt: "Diverse student 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-professor-mentoring-her-teen-girls-students-with-assessment_482257-123335.jpg", alt: "Diverse student 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girls-participating-online-course-library-joining-live-video-webinar_482257-119645.jpg",
|
||||
alt: "Diverse student 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girls-participating-online-course-library-joining-live-video-webinar_482257-119645.jpg", alt: "Diverse student 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg",
|
||||
alt: "Diverse student 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", alt: "Diverse student 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-teacher-writing-board_23-2148635376.jpg",
|
||||
alt: "Diverse student 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-teacher-writing-board_23-2148635376.jpg", alt: "Diverse student 5"},
|
||||
]}
|
||||
avatarText="Join 10,000+ successful graduates"
|
||||
/>
|
||||
@@ -105,19 +81,13 @@ export default function LandingPage() {
|
||||
description="We believe in a student-first approach, fostering an environment where curiosity thrives and academic success is standard."
|
||||
metrics={[
|
||||
{
|
||||
value: "10k+",
|
||||
title: "Graduates",
|
||||
},
|
||||
value: "10k+", title: "Graduates"},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Success Rate",
|
||||
},
|
||||
value: "98%", title: "Success Rate"},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Expert Coaches",
|
||||
},
|
||||
value: "50+", title: "Expert Coaches"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-good-looking-multi-ethnic-female-students-talking-about-graduation-project-making-notes-notebooks-looking-information-books_176420-8286.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-good-looking-multi-ethnic-female-students-talking-about-graduation-project-making-notes-notebooks-looking-information-books_176420-8286.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -130,49 +100,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "One-on-One Coaching",
|
||||
description: "Dedicated mentors to guide you through your unique academic challenges.",
|
||||
icon: Users,
|
||||
title: "One-on-One Coaching", description: "Dedicated mentors to guide you through your unique academic challenges.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929566.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929566.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098616.jpg?_wi=1",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-church-praying_23-2150870054.jpg?_wi=2",
|
||||
imageAlt: "student studying warm light",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098616.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Online Resource Portal",
|
||||
description: "24/7 access to our extensive library of study materials and recorded lessons.",
|
||||
icon: BookOpen,
|
||||
title: "Online Resource Portal", description: "24/7 access to our extensive library of study materials and recorded lessons.", icon: BookOpen,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104621.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104621.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149831296.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-good-looking-multi-ethnic-female-students-talking-about-graduation-project-making-notes-notebooks-looking-information-books_176420-8286.jpg?_wi=2",
|
||||
imageAlt: "student studying warm light",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149831296.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Career Readiness Workshops",
|
||||
description: "Practical skills for your future success in the workplace.",
|
||||
icon: Award,
|
||||
title: "Career Readiness Workshops", description: "Practical skills for your future success in the workplace.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-while-pregnant_23-2149247971.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-while-pregnant_23-2149247971.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-work_23-2149546174.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-student-girl-with-pigtails-white-shirt-headphones-with-microphone-looking-aside-puzzled-tired-bored-sitting-table-with-laptop-folders-clipboard-book-orange-wall_141793-48092.jpg?_wi=1",
|
||||
imageAlt: "student studying warm light",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-work_23-2149546174.jpg"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Programs That Empower"
|
||||
@@ -187,50 +139,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Foundational",
|
||||
price: "$499",
|
||||
period: "/semester",
|
||||
features: [
|
||||
"Access to all modules",
|
||||
"Weekly group session",
|
||||
],
|
||||
id: "p1", title: "Foundational", price: "$499", period: "/semester", features: [
|
||||
"Access to all modules", "Weekly group session"],
|
||||
button: {
|
||||
text: "Select",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-through-partitions_23-2149831294.jpg",
|
||||
imageAlt: "Medium shot people looking through partitions",
|
||||
},
|
||||
text: "Select"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-through-partitions_23-2149831294.jpg", imageAlt: "Medium shot people looking through partitions"},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Professional",
|
||||
price: "$999",
|
||||
period: "/semester",
|
||||
features: [
|
||||
"1-on-1 weekly mentoring",
|
||||
"Priority support",
|
||||
],
|
||||
id: "p2", title: "Professional", price: "$999", period: "/semester", features: [
|
||||
"1-on-1 weekly mentoring", "Priority support"],
|
||||
button: {
|
||||
text: "Select",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-church-praying_23-2150870054.jpg?_wi=3",
|
||||
imageAlt: "Medium shot people looking through partitions",
|
||||
},
|
||||
text: "Select"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-church-praying_23-2150870054.jpg", imageAlt: "Medium shot people looking through partitions"},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Intensive",
|
||||
price: "$1499",
|
||||
period: "/semester",
|
||||
features: [
|
||||
"Daily coaching support",
|
||||
"Custom career mapping",
|
||||
],
|
||||
id: "p3", title: "Intensive", price: "$1499", period: "/semester", features: [
|
||||
"Daily coaching support", "Custom career mapping"],
|
||||
button: {
|
||||
text: "Select",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-good-looking-multi-ethnic-female-students-talking-about-graduation-project-making-notes-notebooks-looking-information-books_176420-8286.jpg?_wi=3",
|
||||
imageAlt: "Medium shot people looking through partitions",
|
||||
},
|
||||
text: "Select"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-good-looking-multi-ethnic-female-students-talking-about-graduation-project-making-notes-notebooks-looking-information-books_176420-8286.jpg", imageAlt: "Medium shot people looking through partitions"},
|
||||
]}
|
||||
title="Flexible Coaching Plans"
|
||||
description="Choose the path that fits your current goals and budget."
|
||||
@@ -245,20 +170,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of experience",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Years of experience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
description: "Students enrolled",
|
||||
},
|
||||
id: "m2", value: "5k+", description: "Students enrolled"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "95%",
|
||||
description: "Retention rate",
|
||||
},
|
||||
id: "m3", value: "95%", description: "Retention rate"},
|
||||
]}
|
||||
title="Our Impact at a Glance"
|
||||
description="We are proud of the achievements our students have reached with our guidance."
|
||||
@@ -271,60 +187,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Jan 2024",
|
||||
title: "Alumnus",
|
||||
quote: "The most dedicated team I've ever worked with. Truly helped me find my way.",
|
||||
tag: "Career",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/senior-man-wearing-regalia-smiling-face-portrait_53876-145672.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-church-praying_23-2150870054.jpg?_wi=4",
|
||||
imageAlt: "portrait young professional student",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Jan 2024", title: "Alumnus", quote: "The most dedicated team I've ever worked with. Truly helped me find my way.", tag: "Career", avatarSrc: "http://img.b2bpic.net/free-photo/senior-man-wearing-regalia-smiling-face-portrait_53876-145672.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-church-praying_23-2150870054.jpg", imageAlt: "portrait young professional student"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael T.",
|
||||
date: "Dec 2023",
|
||||
title: "Student",
|
||||
quote: "My grades have never been better. The study habits I learned are invaluable.",
|
||||
tag: "Academic",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2752.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-good-looking-multi-ethnic-female-students-talking-about-graduation-project-making-notes-notebooks-looking-information-books_176420-8286.jpg?_wi=4",
|
||||
imageAlt: "portrait young professional student",
|
||||
},
|
||||
id: "2", name: "Michael T.", date: "Dec 2023", title: "Student", quote: "My grades have never been better. The study habits I learned are invaluable.", tag: "Academic", avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2752.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-young-good-looking-multi-ethnic-female-students-talking-about-graduation-project-making-notes-notebooks-looking-information-books_176420-8286.jpg", imageAlt: "portrait young professional student"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "Nov 2023",
|
||||
title: "Alumnus",
|
||||
quote: "They made learning complex topics so easy and approachable.",
|
||||
tag: "Growth",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/lovely-woman-reading-sofa_23-2147767432.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-student-girl-with-pigtails-white-shirt-headphones-with-microphone-looking-aside-puzzled-tired-bored-sitting-table-with-laptop-folders-clipboard-book-orange-wall_141793-48092.jpg?_wi=2",
|
||||
imageAlt: "portrait young professional student",
|
||||
},
|
||||
id: "3", name: "Emily R.", date: "Nov 2023", title: "Alumnus", quote: "They made learning complex topics so easy and approachable.", tag: "Growth", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-woman-reading-sofa_23-2147767432.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-student-girl-with-pigtails-white-shirt-headphones-with-microphone-looking-aside-puzzled-tired-bored-sitting-table-with-laptop-folders-clipboard-book-orange-wall_141793-48092.jpg", imageAlt: "portrait young professional student"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "Oct 2023",
|
||||
title: "Student",
|
||||
quote: "Outstanding instructors. Highly recommend this for anyone struggling with foundational skills.",
|
||||
tag: "Success",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/corporate-woman-holding-documents-hands-sitting-street-wearing-office-suit-looking-confident_1258-118003.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-writes-down-information-notebook-drinks-coffee-watches-tutorial-video-via-laptop-computer-wears-coat-poses-against-city-buildings_273609-55775.jpg",
|
||||
imageAlt: "portrait young professional student",
|
||||
},
|
||||
id: "4", name: "David K.", date: "Oct 2023", title: "Student", quote: "Outstanding instructors. Highly recommend this for anyone struggling with foundational skills.", tag: "Success", avatarSrc: "http://img.b2bpic.net/free-photo/corporate-woman-holding-documents-hands-sitting-street-wearing-office-suit-looking-confident_1258-118003.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-writes-down-information-notebook-drinks-coffee-watches-tutorial-video-via-laptop-computer-wears-coat-poses-against-city-buildings_273609-55775.jpg", imageAlt: "portrait young professional student"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophia L.",
|
||||
date: "Sep 2023",
|
||||
title: "Alumnus",
|
||||
quote: "An empowering community that really cares about your progress.",
|
||||
tag: "Coaching",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929566.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098616.jpg?_wi=2",
|
||||
imageAlt: "portrait young professional student",
|
||||
},
|
||||
id: "5", name: "Sophia L.", date: "Sep 2023", title: "Alumnus", quote: "An empowering community that really cares about your progress.", tag: "Coaching", avatarSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929566.jpg", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098616.jpg", imageAlt: "portrait young professional student"},
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
description="Hear what our alumni say about their experience with Elite Coaching."
|
||||
@@ -337,22 +208,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I start?",
|
||||
content: "Simply sign up through our website and a representative will reach out.",
|
||||
},
|
||||
id: "f1", title: "How do I start?", content: "Simply sign up through our website and a representative will reach out."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are courses online?",
|
||||
content: "Yes, we offer both fully remote and hybrid options.",
|
||||
},
|
||||
id: "f2", title: "Are courses online?", content: "Yes, we offer both fully remote and hybrid options."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do I get a certificate?",
|
||||
content: "Yes, all completed programs earn you an official Elite Coaching certificate.",
|
||||
},
|
||||
id: "f3", title: "Do I get a certificate?", content: "Yes, all completed programs earn you an official Elite Coaching certificate."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-student-girl-with-pigtails-white-shirt-headphones-with-microphone-looking-aside-puzzled-tired-bored-sitting-table-with-laptop-folders-clipboard-book-orange-wall_141793-48092.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-student-girl-with-pigtails-white-shirt-headphones-with-microphone-looking-aside-puzzled-tired-bored-sitting-table-with-laptop-folders-clipboard-book-orange-wall_141793-48092.jpg"
|
||||
title="Common Questions"
|
||||
description="Answers to everything you need to know about starting your coaching journey with us."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -364,14 +226,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
text="Ready to transform your future? Reach out to us for a free initial consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@coaching.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:info@coaching.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -380,29 +239,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{
|
||||
label: "Foundational",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Foundational", href: "#features"},
|
||||
{
|
||||
label: "Career",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Career", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user