13 Commits

Author SHA1 Message Date
e9dd229323 Merge version_5 into main
Merge version_5 into main
2026-01-13 13:53:08 +00:00
858995b06d Update src/app/page.tsx 2026-01-13 13:53:03 +00:00
bcb598d773 Merge version_5 into main
Merge version_5 into main
2026-01-13 13:50:47 +00:00
96c0dc3cde Update src/app/page.tsx 2026-01-13 13:50:43 +00:00
82123f1d61 Update src/app/globals.css 2026-01-13 13:50:41 +00:00
0ee166128c Update src/app/page.tsx 2026-01-13 13:37:48 +00:00
15953d2417 Update src/app/globals.css 2026-01-13 13:37:47 +00:00
a430edfea3 Update src/app/page.tsx 2026-01-13 13:36:27 +00:00
b69eafcc74 Update src/app/layout.tsx 2026-01-13 13:36:26 +00:00
1c54eb8b03 Update src/app/page.tsx 2026-01-13 13:34:46 +00:00
b8ecdfd77f Merge version_4 into main
Merge version_4 into main
2026-01-13 13:22:12 +00:00
9eb11aa8d2 Merge version_3 into main
Merge version_3 into main
2026-01-13 13:19:21 +00:00
27d2b6a45b Merge version_2 into main
Merge version_2 into main
2026-01-13 13:18:00 +00:00
3 changed files with 19 additions and 19 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #1a1a1a;;
--card: #000000;;
--foreground: #ffffff;;
--primary-cta: #ff0000;;
--secondary-cta: #1a1a1a;;
--accent: #ff0000;;
--background-accent: #330000;; */
/* --background: #ffffff;;
--card: #f5f5f5;;
--foreground: #000000;;
--primary-cta: #dc2626;;
--secondary-cta: #1f2937;;
--accent: #7f1d1d;;
--background-accent: #fee2e2;; */
--background: #1a1a1a;;
--card: #000000;;
--foreground: #ffffff;;
--primary-cta: #ff0000;;
--secondary-cta: #1a1a1a;;
--accent: #ff0000;;
--background-accent: #330000;;
--background: #ffffff;;
--card: #f5f5f5;;
--foreground: #000000;;
--primary-cta: #dc2626;;
--secondary-cta: #1f2937;;
--accent: #7f1d1d;;
--background-accent: #fee2e2;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1262,4 +1262,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -31,7 +31,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Pes Coder"
navItems={{
navItems={[
{ name: "About", id: "about" },
{ name: "Courses", id: "courses" },
{ name: "Pricing", id: "pricing" },
@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Pesss Coder"
logoText="Pes Coder"
description="Master coding from fundamentals to advanced development. Industry-expert instructors, hands-on projects, and career-ready skills."
imageSrc="https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg"
imageAlt="Coding classroom with students learning programming"
@@ -60,7 +60,7 @@ export default function LandingPage() {
tagIcon={Lightbulb}
title="Empowering the next generation of coders through practical, industry-focused education."
description="Pes Coder Academy"
subdescription="Founded 2020 · 5,000+ Students Trained"
subdescription="Founded 2015 · 5,000+ Students Trained"
icon={Code2}
imageSrc="https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg"
imageAlt="Educational team collaboration"
@@ -301,4 +301,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}