3 Commits

Author SHA1 Message Date
f0259de49d Update src/app/page.tsx 2026-04-14 21:14:34 +00:00
439f785c5a Merge version_2 into main
Merge version_2 into main
2026-04-14 21:11:27 +00:00
02906319a9 Update theme colors 2026-04-14 21:11:24 +00:00
2 changed files with 10 additions and 13 deletions

View File

@@ -42,10 +42,7 @@ export default function NASCPage() {
<HeroCarouselLogo
logoText="NASC"
description="Empowering Nevada student leaders to transform their schools and build vibrant communities through collaboration and excellence."
buttons={[
{ text: "Get Involved", href: "#contact" },
{ text: "View Calendar", href: "#services" },
]}
buttons={[]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-church-praying_23-2150870049.jpg", imageAlt: "NASC State Conference" },
{ imageSrc: "http://img.b2bpic.net/free-photo/classmates-discussing-information-study-session_23-2149265757.jpg", imageAlt: "Student Leadership workshop" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);