5 Commits

Author SHA1 Message Date
2d728c2070 Update src/app/page.tsx 2025-12-28 09:07:23 +00:00
2db5411ff9 Update src/app/page.tsx 2025-12-28 09:05:09 +00:00
50d2277262 Update src/app/page.tsx 2025-12-28 08:39:00 +00:00
9c8fa50c52 Update src/app/page.tsx 2025-12-28 08:36:41 +00:00
6f24847cb7 Update src/app/globals.css 2025-12-28 08:23:31 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--secondary-cta: #ffffff;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fff0f0e6;
--primary-cta: #ff3d4a;
--secondary-cta: #1a1a1a;
--accent: #7b2d2d;
--background-accent: #b8111f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -138,7 +138,7 @@ export default function Page() {
text: "View All Programs",
href: "courses"
}
]}
]
/>
</div>