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" },
|
{ 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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user