Compare commits
2 Commits
version_9
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 924335e0c8 | |||
| 4242c6a15e |
@@ -21,16 +21,18 @@ export default function DonatePage() {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarStyleFullscreen
|
<div id="nav" data-section="nav">
|
||||||
navItems={[
|
<NavbarStyleFullscreen
|
||||||
{ name: "Home", id: "/" },
|
navItems={[
|
||||||
{ name: "About", id: "/about" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Project", id: "/details" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Donate", id: "/donate" },
|
{ name: "Project", id: "/details" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Donate", id: "/donate" },
|
||||||
]}
|
{ name: "Contact", id: "/contact" },
|
||||||
brandName="Mandir Eagle Project"
|
]}
|
||||||
/>
|
brandName="Mandir Eagle Project"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<main className="pt-32 pb-20 px-6 max-w-4xl mx-auto text-center">
|
<main className="pt-32 pb-20 px-6 max-w-4xl mx-auto text-center">
|
||||||
<Heart className="w-16 h-16 mx-auto text-primary mb-6" />
|
<Heart className="w-16 h-16 mx-auto text-primary mb-6" />
|
||||||
@@ -53,14 +55,16 @@ export default function DonatePage() {
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<FooterBaseReveal
|
<div id="footer" data-section="footer">
|
||||||
logoText="SDSV Mandir Eagle Service Project"
|
<FooterBaseReveal
|
||||||
columns={[
|
logoText="SDSV Mandir Eagle Service Project"
|
||||||
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Donate", href: "/donate" }] },
|
columns={[
|
||||||
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "/contact" }] }
|
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Donate", href: "/donate" }] },
|
||||||
]}
|
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "/contact" }] }
|
||||||
copyrightText="© 2024 Saicharan Kotturu"
|
]}
|
||||||
/>
|
copyrightText="© 2024 Saicharan Kotturu"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user