Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 226866a8b2 | |||
| 61a30591e4 | |||
| d0a9df0d56 | |||
| ce06fddd2a | |||
| b175db7562 | |||
| f0259de49d | |||
| 439f785c5a | |||
| 02906319a9 |
@@ -37,20 +37,15 @@ export default function NASCPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="NASC"
|
||||
button={{ text: "Join Us", href: "#contact" }}
|
||||
button={{ text: "Get Involved", href: "#contact" }}
|
||||
/>
|
||||
<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" },
|
||||
{ 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}
|
||||
/>
|
||||
@@ -156,4 +151,4 @@ export default function NASCPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user