Compare commits
6 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 673dddef2f | |||
| 9c0206b619 | |||
| 2562ee2ee3 | |||
| bba79c3b2c | |||
| 924335e0c8 | |||
| 4242c6a15e |
@@ -26,9 +26,7 @@ export default function AboutPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Project", id: "/details" },
|
||||
{ name: "Donate", id: "/donate" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Mandir Eagle Project"
|
||||
/>
|
||||
|
||||
@@ -21,16 +21,16 @@ export default function DonatePage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Project", id: "/details" },
|
||||
{ name: "Donate", id: "/donate" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Mandir Eagle Project"
|
||||
/>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Donate", id: "/donate" },
|
||||
]}
|
||||
brandName="Mandir Eagle Project"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<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" />
|
||||
@@ -53,14 +53,16 @@ export default function DonatePage() {
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<FooterBaseReveal
|
||||
logoText="SDSV Mandir Eagle Service Project"
|
||||
columns={[
|
||||
{ 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"
|
||||
/>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="SDSV Mandir Eagle Service Project"
|
||||
columns={[
|
||||
{ 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"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -31,9 +31,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Project", id: "/#details" },
|
||||
{ name: "Donate", id: "/donate" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="Mandir Eagle Project"
|
||||
/>
|
||||
@@ -45,7 +43,7 @@ export default function LandingPage() {
|
||||
title="Light Up Our Temple Community"
|
||||
linkCards={[
|
||||
{ title: "Donate via Zelle", description: "Support the project directly with Zelle", button: { text: "Donate", href: "/donate" }, icon: Heart },
|
||||
{ title: "View Progress", description: "See project updates and goals", button: { text: "Learn More", href: "/#details" }, icon: Target }
|
||||
{ title: "View Progress", description: "See project updates and goals", button: { text: "Learn More", href: "#details" }, icon: Target }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user