8 Commits

Author SHA1 Message Date
226866a8b2 Merge version_4 into main
Merge version_4 into main
2026-04-14 21:17:37 +00:00
61a30591e4 Update src/app/page.tsx 2026-04-14 21:17:33 +00:00
d0a9df0d56 Merge version_4 into main
Merge version_4 into main
2026-04-14 21:16:58 +00:00
ce06fddd2a Update src/app/page.tsx 2026-04-14 21:16:52 +00:00
b175db7562 Merge version_3 into main
Merge version_3 into main
2026-04-14 21:14:37 +00:00
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 12 additions and 17 deletions

View File

@@ -37,20 +37,15 @@ export default function NASCPage() {
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="NASC" brandName="NASC"
button={{ text: "Join Us", href: "#contact" }} button={{ text: "Get Involved", href: "#contact" }}
/> />
<HeroCarouselLogo <HeroCarouselLogo
logoText="NASC" logoText="NASC"
description="Empowering Nevada student leaders to transform their schools and build vibrant communities through collaboration and excellence." description="Empowering Nevada student leaders to transform their schools and build vibrant communities through collaboration and excellence."
buttons={[ buttons={[]}
{ text: "Get Involved", href: "#contact" },
{ text: "View Calendar", href: "#services" },
]}
slides={[ 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/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" }, { imageSrc: "http://img.b2bpic.net/free-photo/classmates-discussing-information-study-session_23-2149265757.jpg", imageAlt: "Student Leadership workshop" },
{ imageSrc: "http://img.b2bpic.net/free-photo/content-people-with-notepads-posing_23-2147663739.jpg", imageAlt: "Student networking event" },
{ imageSrc: "http://img.b2bpic.net/free-photo/people-studying-with-notebooks-close-up_23-2149204801.jpg", imageAlt: "State leadership team" },
]} ]}
showDimOverlay={true} showDimOverlay={true}
/> />
@@ -156,4 +151,4 @@ export default function NASCPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f6f0e9; --background: #ffffff;
--card: #efe7dd; --card: #f9f9f9;
--foreground: #2b180a; --foreground: #000612e6;
--primary-cta: #2b180a; --primary-cta: #15479c;
--primary-cta-text: #f6f0e9; --primary-cta-text: #ffffff;
--secondary-cta: #efe7dd; --secondary-cta: #f9f9f9;
--secondary-cta-text: #2b180a; --secondary-cta-text: #000612e6;
--accent: #94877c; --accent: #e2e2e2;
--background-accent: #afa094; --background-accent: #c4c4c4;
/* 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);