diff --git a/src/app/page.tsx b/src/app/page.tsx index ee88341..c885e17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,23 +21,20 @@ export default function HomePage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Adopt", href: "/adopt" }, { label: "Volunteer", href: "/contact" }, { label: "Donate", href: "/contact" }, ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Mission", href: "/about" }, { label: "Success Stories", href: "/about" }, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "/adopt" }, { label: "Contact Us", href: "/contact" }, { label: "Privacy Policy", href: "#" }, @@ -61,7 +58,7 @@ export default function HomePage() {
@@ -70,7 +67,7 @@ export default function HomePage() {