diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f6c658a..26cf01e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" /> diff --git a/src/app/donate/page.tsx b/src/app/donate/page.tsx index f09cf71..1b1740e 100644 --- a/src/app/donate/page.tsx +++ b/src/app/donate/page.tsx @@ -26,9 +26,7 @@ export default function DonatePage() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "/about" }, - { name: "Project", id: "/details" }, { name: "Donate", id: "/donate" }, - { name: "Contact", id: "/contact" }, ]} brandName="Mandir Eagle Project" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 4546d4a..85759bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 } ]} />