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