12 Commits

Author SHA1 Message Date
5f23f40d5c Update theme colors 2026-04-18 18:08:40 +00:00
6ccfd46687 Update theme colors 2026-04-18 18:07:42 +00:00
8efd175c5a Update theme colors 2026-04-18 18:07:38 +00:00
5d356bbdf5 Update theme colors 2026-04-18 18:07:31 +00:00
7683f578b0 Update src/app/styles/variables.css 2026-04-16 23:15:50 +00:00
296f1a6478 Update src/app/pricing/page.tsx 2026-04-16 23:15:49 +00:00
bdec304bfc Update src/app/page.tsx 2026-04-16 23:15:49 +00:00
20ea5511fd Update src/app/contact/page.tsx 2026-04-16 23:15:48 +00:00
1938100f4c Update src/app/catalog/page.tsx 2026-04-16 23:15:48 +00:00
fcf2333f08 Update src/app/about/page.tsx 2026-04-16 23:15:47 +00:00
0175b14a11 Merge version_2 into main
Merge version_2 into main
2026-04-16 23:08:21 +00:00
c0de7f7a35 Merge version_2 into main
Merge version_2 into main
2026-04-16 23:07:57 +00:00
6 changed files with 19 additions and 25 deletions

View File

@@ -78,4 +78,4 @@ export default function AboutPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -78,4 +78,4 @@ export default function CatalogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -75,4 +75,4 @@ export default function ContactPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -28,16 +28,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "/"},
{
name: "Catalog", id: "/catalog"},
{
name: "Pricing", id: "/pricing"},
{
name: "About", id: "/about"},
{
name: "Contact", id: "/contact"},
{ name: "Home", id: "/" },
{ name: "Catalog", id: "/catalog" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="LearnMaster"
/>
@@ -45,8 +40,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars"}}
background={{ variant: "gradient-bars" }}
title="Transform Your Career with World-Class Online Courses"
description="Learn in-demand skills from industry experts. Join over 50,000 students advancing their careers through flexible, self-paced learning."
avatars={[

View File

@@ -75,4 +75,4 @@ export default function PricingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1f7cff;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
--background: #fffafa;
--card: #fff7f7;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);