From a7c17fce10cd8ff0252d00ba2fa3a0d88ddab40c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:11:40 +0000 Subject: [PATCH] Update src/app/community/page.tsx --- src/app/community/page.tsx | 36 ++++++++---------------------------- 1 file changed, 8 insertions(+), 28 deletions(-) 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() {
@@ -125,20 +109,16 @@ export default function CommunityPage() { { name: "name", type: "text", placeholder: "Your Name", required: false }, ]} textarea={{ - name: "message", - placeholder: "What draws you to the movement? What's your perspective?", - rows: 4, + name: "message", placeholder: "What draws you to the movement? What's your perspective?", rows: 4, required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-purple-flower-glass-jar-with-dark-wall_181624-4742.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-purple-flower-glass-jar-with-dark-wall_181624-4742.jpg" imageAlt="Community connection visual" mediaAnimation="blur-reveal" mediaPosition="right" buttonText="CONNECT" containerClassName="py-20 md:py-32" - titleClassName="text-3xl md:text-5xl font-light tracking-tighter mb-4" - descriptionClassName="text-sm md:text-base leading-relaxed opacity-80 max-w-xl" onSubmit={(data) => console.log("Community signup:", data)} />