diff --git a/src/app/donate/page.tsx b/src/app/donate/page.tsx index 6d963d7..a4a13f2 100644 --- a/src/app/donate/page.tsx +++ b/src/app/donate/page.tsx @@ -18,8 +18,7 @@ export default function DonatePage() { const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Shop", href: "/#products" }, { label: "Donate", href: "/donate" }, @@ -27,8 +26,7 @@ export default function DonatePage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Get Involved", href: "/donate" }, { label: "Volunteer", href: "/donate" }, { label: "Events", href: "/donate" }, @@ -36,8 +34,7 @@ export default function DonatePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/donate" }, { label: "Shipping Info", href: "#" }, @@ -45,8 +42,7 @@ export default function DonatePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Accessibility", href: "#" }, @@ -72,9 +68,7 @@ export default function DonatePage() { @@ -83,19 +77,12 @@ export default function DonatePage() {