Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a3b9aa7bb | |||
| edb55fd76a | |||
| ebb5379cfc |
@@ -4,21 +4,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #e3deea;;
|
/* --background: #2c001e;;
|
||||||
--card: #ffffff;;
|
--card: #4a148c;;
|
||||||
--foreground: #27231f;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #27231f;;
|
--primary-cta: #ba68c8;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #9575cd;;
|
||||||
--accent: #c68a62;;
|
--accent: #ff8a80;;
|
||||||
--background-accent: #c68a62;; */
|
--background-accent: #6a0dad;; */
|
||||||
|
|
||||||
--background: #e3deea;;
|
--background: #2c001e;;
|
||||||
--card: #ffffff;;
|
--card: #4a148c;;
|
||||||
--foreground: #27231f;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #27231f;;
|
--primary-cta: #ba68c8;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #9575cd;;
|
||||||
--accent: #c68a62;;
|
--accent: #ff8a80;;
|
||||||
--background-accent: #c68a62;;
|
--background-accent: #6a0dad;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
@@ -58,47 +58,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardTwo
|
<PricingCardTwo
|
||||||
title="Simple, Transparent Pricing"
|
title="Simple, Transparent Pricing"
|
||||||
@@ -142,6 +101,47 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
title="Success Stories from Our Graduates"
|
title="Success Stories from Our Graduates"
|
||||||
|
|||||||
Reference in New Issue
Block a user