diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index c17ab63..ebbe7ca 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -19,8 +19,7 @@ export default function CommunityPage() { const footerColumns = [ { - title: "NAVIGATE", - items: [ + title: "NAVIGATE", items: [ { label: "Home", href: "/" }, { label: "Store", href: "/store" }, { label: "Manifesto", href: "/manifesto" }, @@ -28,8 +27,7 @@ export default function CommunityPage() { ], }, { - title: "RESOURCES", - items: [ + title: "RESOURCES", items: [ { label: "Journal", href: "/journal" }, { label: "About", href: "/about" }, { label: "Contact", href: "/contact" }, @@ -37,8 +35,7 @@ export default function CommunityPage() { ], }, { - title: "COMMUNITY", - items: [ + title: "COMMUNITY", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "Discord", href: "#" }, @@ -46,8 +43,7 @@ export default function CommunityPage() { ], }, { - title: "LEGAL", - items: [ + title: "LEGAL", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Shipping Info", href: "#" }, @@ -78,9 +74,7 @@ export default function CommunityPage() { }))} brandName="JESUS MALVERDE MOVEMENT" button={{ - text: "ENTER MOVEMENT", - href: "/contact", - }} + text: "ENTER MOVEMENT", href: "/contact"}} /> @@ -88,15 +82,7 @@ export default function CommunityPage() {