Merge version_3 into main #5

Merged
bender merged 6 commits from version_3 into main 2026-04-16 23:15:56 +00:00
6 changed files with 17 additions and 23 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;
--background: #fbfbfb;
--card: #f2f2f2;
--foreground: #1a1a1a;
--primary-cta: #4a78c8;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta: #e8e8e8;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
--accent: #d1d1d1;
--background-accent: #d1d1d1;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);