6 Commits

Author SHA1 Message Date
eb5c7b1018 Merge version_6 into main
Merge version_6 into main
2026-01-27 19:53:59 +00:00
1a3b9aa7bb Move section pricing after hero 2026-01-27 19:53:28 +00:00
5dba684303 Merge version_5 into main
Merge version_5 into main
2026-01-27 19:34:26 +00:00
edb55fd76a Theme: make theme dark purple 2026-01-27 19:33:58 +00:00
3b98ced4ef Merge version_4 into main
Merge version_4 into main
2026-01-27 19:22:50 +00:00
9958c92e01 Merge version_3 into main
Merge version_3 into main
2026-01-27 19:19:56 +00:00
2 changed files with 55 additions and 55 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f8f0fc;;
--card: #ffffff;;
--foreground: #27231f;;
--primary-cta: #8a2be2;;
--secondary-cta: #ffdab9;;
--accent: #ffd700;;
--background-accent: #dda0dd;; */
/* --background: #2c001e;;
--card: #4a148c;;
--foreground: #ffffff;;
--primary-cta: #ba68c8;;
--secondary-cta: #9575cd;;
--accent: #ff8a80;;
--background-accent: #6a0dad;; */
--background: #f8f0fc;;
--card: #ffffff;;
--foreground: #27231f;;
--primary-cta: #8a2be2;;
--secondary-cta: #ffdab9;;
--accent: #ffd700;;
--background-accent: #dda0dd;;
--background: #2c001e;;
--card: #4a148c;;
--foreground: #ffffff;;
--primary-cta: #ba68c8;;
--secondary-cta: #9575cd;;
--accent: #ff8a80;;
--background-accent: #6a0dad;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -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"