Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64e6582336 | |||
| 5c1601d626 | |||
| eed0b45b8d | |||
| d01e6d1989 | |||
| 15b22aad3e | |||
| 66f0582f49 | |||
| 150bcc9d2b | |||
| 3c0b05f206 | |||
| 50927c1667 | |||
| 3ed5f2b1f3 | |||
| ad5af8c9db | |||
| ecfa925300 | |||
| 3f5887c34e | |||
| 68b027ac88 | |||
| 6123c2c2fe | |||
| 5bb1e03fb8 | |||
| d922a51dc2 | |||
| 1d574cb584 | |||
| 149073533b | |||
| 741b98985a | |||
| 340591c19c | |||
| 2fe8e538fe | |||
| 1b08d992ea |
@@ -30,8 +30,7 @@ export default function AboutPage() {
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/contact"
|
||||
text: "Enroll Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -43,23 +42,19 @@ export default function AboutPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Students Graduated",
|
||||
value: "5,000+"
|
||||
label: "Students Graduated", value: "5,000+"
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Certification Programs",
|
||||
value: "15+"
|
||||
label: "Certification Programs", value: "15+"
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Job Placement Rate",
|
||||
value: "92%"
|
||||
label: "Job Placement Rate", value: "92%"
|
||||
},
|
||||
{
|
||||
icon: Globe,
|
||||
label: "Global Alumni Network",
|
||||
value: "150+"
|
||||
label: "Global Alumni Network", value: "150+"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -102,4 +97,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,8 +29,7 @@ export default function ContactPage() {
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/contact"
|
||||
text: "Enroll Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,4 +83,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,8 +30,7 @@ export default function CoursesPage() {
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/contact"
|
||||
text: "Enroll Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -47,27 +46,19 @@ export default function CoursesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Fundamentals of Programming",
|
||||
description: "Master core programming concepts, data structures, algorithms, and best practices with hands-on coding exercises. Learn problem-solving techniques and build strong foundations in computer science principles.",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg"
|
||||
title: "Fundamentals of Programming", description: "Master core programming concepts, data structures, algorithms, and best practices with hands-on coding exercises. Learn problem-solving techniques and build strong foundations in computer science principles.", imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Web Development Mastery",
|
||||
description: "Build responsive websites using HTML, CSS, JavaScript, React, and modern web frameworks. Create professional portfolios and deploy full-stack applications with modern development tools.",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg"
|
||||
title: "Web Development Mastery", description: "Build responsive websites using HTML, CSS, JavaScript, React, and modern web frameworks. Create professional portfolios and deploy full-stack applications with modern development tools.", imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Mobile App Development",
|
||||
description: "Create native and cross-platform mobile applications for iOS and Android with industry tools like React Native and Flutter. Learn app store deployment and mobile UI/UX principles.",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/laptop-with-tablet-smartphone-website-information_24877-53528.jpg"
|
||||
title: "Mobile App Development", description: "Create native and cross-platform mobile applications for iOS and Android with industry tools like React Native and Flutter. Learn app store deployment and mobile UI/UX principles.", imageSrc: "https://img.b2bpic.net/free-vector/laptop-with-tablet-smartphone-website-information_24877-53528.jpg"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Backend Systems & Databases",
|
||||
description: "Design scalable backend architectures, APIs, and database systems with proven technologies. Master server deployment, cloud services, and enterprise-level system design patterns.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg"
|
||||
title: "Backend Systems & Databases", description: "Design scalable backend architectures, APIs, and database systems with proven technologies. Master server deployment, cloud services, and enterprise-level system design patterns.", imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -110,4 +101,4 @@ export default function CoursesPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,8 +29,7 @@ export default function FaqPage() {
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/contact"
|
||||
text: "Enroll Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -44,44 +43,28 @@ export default function FaqPage() {
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need prior coding experience to enroll?",
|
||||
content: "No! Our Starter and Fundamentals courses are designed for complete beginners. We start from the basics and progress at a manageable pace. However, if you have prior experience, we offer advanced tracks to match your skill level."
|
||||
id: "1", title: "Do I need prior coding experience to enroll?", content: "No! Our Starter and Fundamentals courses are designed for complete beginners. We start from the basics and progress at a manageable pace. However, if you have prior experience, we offer advanced tracks to match your skill level."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is the course duration and time commitment?",
|
||||
content: "Most courses are 12-16 weeks long with a recommended commitment of 20-30 hours per week. We offer flexible scheduling with both evening and weekend classes. Self-paced options are also available for certain courses."
|
||||
id: "2", title: "What is the course duration and time commitment?", content: "Most courses are 12-16 weeks long with a recommended commitment of 20-30 hours per week. We offer flexible scheduling with both evening and weekend classes. Self-paced options are also available for certain courses."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Will I receive a recognized certification?",
|
||||
content: "Yes, all graduates receive BogCoder Certification recognized by industry partners. Many employers specifically seek our graduates. We also prepare you for industry certifications like AWS and Google Cloud Professional certificates."
|
||||
id: "3", title: "Will I receive a recognized certification?", content: "Yes, all graduates receive BogCoder Certification recognized by industry partners. Many employers specifically seek our graduates. We also prepare you for industry certifications like AWS and Google Cloud Professional certificates."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is your job placement rate?",
|
||||
content: "Our Professional and Enterprise students have a 92% job placement rate within 6 months of graduation. We provide career coaching, interview preparation, and direct connections with hiring partners."
|
||||
id: "4", title: "What is your job placement rate?", content: "Our Professional and Enterprise students have a 92% job placement rate within 6 months of graduation. We provide career coaching, interview preparation, and direct connections with hiring partners."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer payment plans or financing?",
|
||||
content: "Yes! We offer flexible payment plans, income-share agreements (ISA), and partnerships with financial institutions for education loans. Contact our admissions team to discuss options that work for your situation."
|
||||
id: "5", title: "Do you offer payment plans or financing?", content: "Yes! We offer flexible payment plans, income-share agreements (ISA), and partnerships with financial institutions for education loans. Contact our admissions team to discuss options that work for your situation."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is there a money-back guarantee?",
|
||||
content: "We offer a 7-day satisfaction guarantee. If you're not satisfied with the course in the first week, we'll provide a full refund. After that, we're confident you'll see the value in your education."
|
||||
id: "6", title: "Is there a money-back guarantee?", content: "We offer a 7-day satisfaction guarantee. If you're not satisfied with the course in the first week, we'll provide a full refund. After that, we're confident you'll see the value in your education."
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
title: "Can I switch between courses or programs?",
|
||||
content: "Absolutely! We allow students to switch programs or combine courses based on their evolving goals. Our mentors will help you find the right path forward."
|
||||
id: "7", title: "Can I switch between courses or programs?", content: "Absolutely! We allow students to switch programs or combine courses based on their evolving goals. Our mentors will help you find the right path forward."
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
title: "What is the student-to-instructor ratio?",
|
||||
content: "We maintain an average ratio of 8:1 to ensure personalized attention. Our smaller class sizes allow for meaningful interactions and better support for each student."
|
||||
id: "8", title: "What is the student-to-instructor ratio?", content: "We maintain an average ratio of 8:1 to ensure personalized attention. Our smaller class sizes allow for meaningful interactions and better support for each student."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -124,4 +107,4 @@ export default function FaqPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,21 +4,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #e3deea;;
|
||||
/* --background: #fffef2;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1f2027;;
|
||||
--primary-cta: #1f2027;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #627dc6;;
|
||||
--background-accent: #627dc6;; */
|
||||
--foreground: #2d1f0a;;
|
||||
--primary-cta: #f59e0b;;
|
||||
--secondary-cta: #2563eb;;
|
||||
--accent: #f59e0b;;
|
||||
--background-accent: #fef3c7;; */
|
||||
|
||||
--background: #e3deea;;
|
||||
--background: #fffef2;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1f2027;;
|
||||
--primary-cta: #1f2027;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #627dc6;;
|
||||
--background-accent: #627dc6;;
|
||||
--foreground: #2d1f0a;;
|
||||
--primary-cta: #f59e0b;;
|
||||
--secondary-cta: #2563eb;;
|
||||
--accent: #f59e0b;;
|
||||
--background-accent: #fef3c7;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -5,36 +5,24 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const firaCode = Fira_Code({
|
||||
variable: "--font-fira-code",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-fira-code", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "BogCoder IT School - Master Programming Courses",
|
||||
description: "Transform your tech career with BogCoder's comprehensive programming courses. Web development, mobile apps, backend systems. 92% job placement rate. Enroll today!",
|
||||
keywords: "programming courses, web development, mobile app development, coding bootcamp, IT education, career transition",
|
||||
metadataBase: new URL("https://bogcoder.com"),
|
||||
title: "BogCoder IT School - Master Programming Courses", description: "Transform your tech career with BogCoder's comprehensive programming courses. Web development, mobile apps, backend systems. 92% job placement rate. Enroll today!", keywords: "programming courses, web development, mobile app development, coding bootcamp, IT education, career transition", metadataBase: new URL("https://bogcoder.com"),
|
||||
alternates: {
|
||||
canonical: "https://bogcoder.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "BogCoder IT School - Learn to Code & Transform Your Career",
|
||||
description: "Master programming with BogCoder's industry-leading courses. 5,000+ graduates. 92% job placement. Start your coding journey today.",
|
||||
url: "https://bogcoder.com",
|
||||
siteName: "BogCoder",
|
||||
images: [
|
||||
title: "BogCoder IT School - Learn to Code & Transform Your Career", description: "Master programming with BogCoder's industry-leading courses. 5,000+ graduates. 92% job placement. Start your coding journey today.", url: "https://bogcoder.com", siteName: "BogCoder", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg",
|
||||
alt: "BogCoder IT School - Learn Programming"
|
||||
url: "https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg", alt: "BogCoder IT School - Learn Programming"
|
||||
}
|
||||
],
|
||||
type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "BogCoder IT School - Master Programming",
|
||||
description: "Transform your career with comprehensive coding courses. 92% job placement rate. Enroll now!",
|
||||
images: ["https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg"]
|
||||
card: "summary_large_image", title: "BogCoder IT School - Master Programming", description: "Transform your career with comprehensive coding courses. 92% job placement rate. Enroll now!", images: ["https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -7,7 +7,6 @@ import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { BookOpen, Users, Award, TrendingUp, Globe } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -32,10 +31,6 @@ export default function HomePage() {
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,24 +46,19 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg",
|
||||
imageAlt: "Programming classroom with students learning"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg", imageAlt: "Programming classroom with students learning"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg",
|
||||
imageAlt: "Web development course materials"
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg", imageAlt: "Web development course materials"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/laptop-with-tablet-smartphone-website-information_24877-53528.jpg",
|
||||
imageAlt: "Mobile app development"
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/laptop-with-tablet-smartphone-website-information_24877-53528.jpg", imageAlt: "Mobile app development"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg",
|
||||
imageAlt: "Backend development workspace"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Backend development workspace"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg",
|
||||
imageAlt: "Students collaborating on coding projects"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg", imageAlt: "Students collaborating on coding projects"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -81,23 +71,19 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Students Graduated",
|
||||
value: "5,000+"
|
||||
label: "Students Graduated", value: "5,000+"
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Certification Programs",
|
||||
value: "15+"
|
||||
label: "Certification Programs", value: "15+"
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Job Placement Rate",
|
||||
value: "92%"
|
||||
label: "Job Placement Rate", value: "92%"
|
||||
},
|
||||
{
|
||||
icon: Globe,
|
||||
label: "Global Alumni Network",
|
||||
value: "150+"
|
||||
label: "Global Alumni Network", value: "150+"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -112,34 +98,13 @@ export default function HomePage() {
|
||||
useInvertedBackground="noInvert"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Rodriguez, Junior Developer at TechCorp",
|
||||
date: "Date: 15 January 2025",
|
||||
title: "BogCoder completely transformed my career trajectory!",
|
||||
quote: "I started as a complete beginner with zero coding experience. The instructors were incredibly patient and knowledgeable. Within 6 months, I landed my first developer job earning $65,000 annually. The job placement support was invaluable.",
|
||||
tag: "Web Development",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg"
|
||||
id: "1", name: "Alex Rodriguez, Junior Developer at TechCorp", date: "Date: 15 January 2025", title: "BogCoder completely transformed my career trajectory!", quote: "I started as a complete beginner with zero coding experience. The instructors were incredibly patient and knowledgeable. Within 6 months, I landed my first developer job earning $65,000 annually. The job placement support was invaluable.", tag: "Web Development", avatarSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Chen, Mobile Developer at StartupXYZ",
|
||||
date: "Date: 12 January 2025",
|
||||
title: "The best investment in my future!",
|
||||
quote: "The mobile development curriculum was comprehensive and up-to-date with current industry standards. I appreciated the hands-on projects and real-world scenarios. Now I'm building apps for 2 million+ users globally.",
|
||||
tag: "Mobile Development",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/laptop-with-tablet-smartphone-website-information_24877-53528.jpg"
|
||||
id: "2", name: "Maria Chen, Mobile Developer at StartupXYZ", date: "Date: 12 January 2025", title: "The best investment in my future!", quote: "The mobile development curriculum was comprehensive and up-to-date with current industry standards. I appreciated the hands-on projects and real-world scenarios. Now I'm building apps for 2 million+ users globally.", tag: "Mobile Development", avatarSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageSrc: "https://img.b2bpic.net/free-vector/laptop-with-tablet-smartphone-website-information_24877-53528.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Wilson, Full-Stack Engineer at Innovation Labs",
|
||||
date: "Date: 08 January 2025",
|
||||
title: "Worth every penny and more!",
|
||||
quote: "I switched careers from marketing to tech at 32 years old. BogCoder's mentorship program was crucial for my success. The community is supportive and the instructors truly care about your progress. Highly recommended!",
|
||||
tag: "Full Stack",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg"
|
||||
id: "3", name: "James Wilson, Full-Stack Engineer at Innovation Labs", date: "Date: 08 January 2025", title: "Worth every penny and more!", quote: "I switched careers from marketing to tech at 32 years old. BogCoder's mentorship program was crucial for my success. The community is supportive and the instructors truly care about your progress. Highly recommended!", tag: "Full Stack", avatarSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -30,8 +30,7 @@ export default function PricingPage() {
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/contact"
|
||||
text: "Enroll Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,52 +45,31 @@ export default function PricingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
price: "$99/month",
|
||||
name: "Starter Course",
|
||||
buttons: [
|
||||
id: "starter", price: "$99/month", name: "Starter Course", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"Access to 3 core courses",
|
||||
"Community support forum",
|
||||
"Certificate of completion",
|
||||
"Lifetime course access"
|
||||
"Access to 3 core courses", "Community support forum", "Certificate of completion", "Lifetime course access"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$199/month",
|
||||
name: "Professional Plan",
|
||||
buttons: [
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$199/month", name: "Professional Plan", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"Access to all 15+ courses",
|
||||
"1-on-1 mentorship sessions",
|
||||
"Career guidance support",
|
||||
"Job placement assistance",
|
||||
"Priority community access"
|
||||
"Access to all 15+ courses", "1-on-1 mentorship sessions", "Career guidance support", "Job placement assistance", "Priority community access"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
price: "$499/month",
|
||||
name: "Enterprise Program",
|
||||
buttons: [
|
||||
id: "enterprise", price: "$499/month", name: "Enterprise Program", buttons: [
|
||||
{ text: "Contact Sales", href: "/contact" },
|
||||
{ text: "Schedule Demo", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"Custom curriculum design",
|
||||
"Team training programs",
|
||||
"Dedicated instructor support",
|
||||
"Corporate certifications",
|
||||
"On-site workshops available"
|
||||
"Custom curriculum design", "Team training programs", "Dedicated instructor support", "Corporate certifications", "On-site workshops available"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -135,4 +113,4 @@ export default function PricingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user