Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -8,7 +8,18 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function GetInvolvedPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
@@ -32,6 +43,7 @@ export default function GetInvolvedPage() {
|
||||
</div>
|
||||
<FooterMedia
|
||||
logoText="AHA"
|
||||
videoSrc="https://vimeo.com/76979871"
|
||||
columns={[
|
||||
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Story", href: "/#about" }, { label: "Work", href: "/our-work" }, { label: "Get Involved", href: "/get-involved" }, { label: "Contact", href: "/#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user