Compare commits
5 Commits
version_10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| cfbf50b60b | |||
| 673dddef2f | |||
| 9c0206b619 | |||
| 2562ee2ee3 | |||
| bba79c3b2c |
@@ -26,9 +26,7 @@ export default function AboutPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Project", id: "/details" },
|
|
||||||
{ name: "Donate", id: "/donate" },
|
{ name: "Donate", id: "/donate" },
|
||||||
{ name: "Contact", id: "/contact" },
|
|
||||||
]}
|
]}
|
||||||
brandName="Mandir Eagle Project"
|
brandName="Mandir Eagle Project"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -26,9 +26,7 @@ export default function DonatePage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Project", id: "/details" },
|
|
||||||
{ name: "Donate", id: "/donate" },
|
{ name: "Donate", id: "/donate" },
|
||||||
{ name: "Contact", id: "/contact" },
|
|
||||||
]}
|
]}
|
||||||
brandName="Mandir Eagle Project"
|
brandName="Mandir Eagle Project"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -31,9 +31,7 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Project", id: "/#details" },
|
|
||||||
{ name: "Donate", id: "/donate" },
|
{ name: "Donate", id: "/donate" },
|
||||||
{ name: "Contact", id: "/#contact" },
|
|
||||||
]}
|
]}
|
||||||
brandName="Mandir Eagle Project"
|
brandName="Mandir Eagle Project"
|
||||||
/>
|
/>
|
||||||
@@ -45,7 +43,7 @@ export default function LandingPage() {
|
|||||||
title="Light Up Our Temple Community"
|
title="Light Up Our Temple Community"
|
||||||
linkCards={[
|
linkCards={[
|
||||||
{ title: "Donate via Zelle", description: "Support the project directly with Zelle", button: { text: "Donate", href: "/donate" }, icon: Heart },
|
{ 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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user