3 Commits

Author SHA1 Message Date
858995b06d Update src/app/page.tsx 2026-01-13 13:53:03 +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
3 changed files with 17 additions and 17 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #1a1a1a;; /* --background: #ffffff;;
--card: #000000;; --card: #f5f5f5;;
--foreground: #ffffff;; --foreground: #000000;;
--primary-cta: #ff0000;; --primary-cta: #dc2626;;
--secondary-cta: #1a1a1a;; --secondary-cta: #1f2937;;
--accent: #ff0000;; --accent: #7f1d1d;;
--background-accent: #330000;; */ --background-accent: #fee2e2;; */
--background: #1a1a1a;; --background: #ffffff;;
--card: #000000;; --card: #f5f5f5;;
--foreground: #ffffff;; --foreground: #000000;;
--primary-cta: #ff0000;; --primary-cta: #dc2626;;
--secondary-cta: #1a1a1a;; --secondary-cta: #1f2937;;
--accent: #ff0000;; --accent: #7f1d1d;;
--background-accent: #330000;; --background-accent: #fee2e2;;
/* 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);

View File

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

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
tagIcon={Lightbulb} tagIcon={Lightbulb}
title="Empowering the next generation of coders through practical, industry-focused education." title="Empowering the next generation of coders through practical, industry-focused education."
description="Pes Coder Academy" description="Pes Coder Academy"
subdescription="Founded 2020 · 5,000+ Students Trained" subdescription="Founded 2015 · 5,000+ Students Trained"
icon={Code2} icon={Code2}
imageSrc="https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg" imageSrc="https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg"
imageAlt="Educational team collaboration" imageAlt="Educational team collaboration"
@@ -301,4 +301,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }