Update src/app/page.tsx

This commit is contained in:
2026-04-06 17:02:07 +00:00
parent 9c0206b619
commit 673dddef2f

View File

@@ -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>