Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb5c7b1018 | |||
| 1a3b9aa7bb | |||
| 5dba684303 | |||
| 3b98ced4ef | |||
| 9958c92e01 |
@@ -58,47 +58,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Why Choose CodeMaster Academy?"
|
||||
description="We believe in practical, industry-focused education that prepares students for real-world challenges. Our curriculum is designed by professionals, taught by experts, and proven by our graduates' success in top tech companies worldwide."
|
||||
tag="About Us"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg"
|
||||
imageAlt="Students learning in modern classroom environment"
|
||||
useInvertedBackground="invertDefault"
|
||||
buttons={[
|
||||
{ text: "Learn Our Story", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
title="Our Comprehensive Programs"
|
||||
description="Master cutting-edge technologies through structured, step-by-step learning paths designed for all skill levels."
|
||||
tag="Curriculum"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Web Development Bootcamp", description: "Master full-stack development with React, Node.js, and modern web technologies. Build real-world applications from day one.", imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-html-text_23-2150040420.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Mobile App Development", description: "Create native and cross-platform mobile applications using Swift, Kotlin, and React Native. Deploy to app stores.", imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Data Science & AI", description: "Learn Python, machine learning, and data analytics. Work with real datasets and build intelligent applications.", imageSrc: "https://img.b2bpic.net/free-photo/person-front-computer-working-html_23-2150040428.jpg"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "View All Programs", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
title="Simple, Transparent Pricing"
|
||||
@@ -142,6 +101,47 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Why Choose CodeMaster Academy?"
|
||||
description="We believe in practical, industry-focused education that prepares students for real-world challenges. Our curriculum is designed by professionals, taught by experts, and proven by our graduates' success in top tech companies worldwide."
|
||||
tag="About Us"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg"
|
||||
imageAlt="Students learning in modern classroom environment"
|
||||
useInvertedBackground="invertDefault"
|
||||
buttons={[
|
||||
{ text: "Learn Our Story", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
title="Our Comprehensive Programs"
|
||||
description="Master cutting-edge technologies through structured, step-by-step learning paths designed for all skill levels."
|
||||
tag="Curriculum"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Web Development Bootcamp", description: "Master full-stack development with React, Node.js, and modern web technologies. Build real-world applications from day one.", imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-html-text_23-2150040420.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Mobile App Development", description: "Create native and cross-platform mobile applications using Swift, Kotlin, and React Native. Deploy to app stores.", imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Data Science & AI", description: "Learn Python, machine learning, and data analytics. Work with real datasets and build intelligent applications.", imageSrc: "https://img.b2bpic.net/free-photo/person-front-computer-working-html_23-2150040428.jpg"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "View All Programs", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
title="Success Stories from Our Graduates"
|
||||
|
||||
Reference in New Issue
Block a user