Update src/app/community/page.tsx

This commit is contained in:
2026-03-04 14:11:40 +00:00
parent 8764e546cc
commit a7c17fce10

View File

@@ -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"}}
/>
</div>
@@ -88,15 +82,7 @@ export default function CommunityPage() {
<div id="community-platforms" data-section="community-platforms" className="pt-32 pb-20 md:pb-32">
<SocialProofOne
names={[
"Instagram @jesusmalverdemovement",
"Twitter @malverdeagency",
"TikTok @jesusmalverde",
"Discord Community Hub",
"Substack Essays",
"Collaborative Events",
"Gallery Exhibitions",
"Global Chapters",
]}
"Instagram @jesusmalverdemovement", "Twitter @malverdeagency", "TikTok @jesusmalverde", "Discord Community Hub", "Substack Essays", "Collaborative Events", "Gallery Exhibitions", "Global Chapters"]}
title="GLOBAL NETWORK"
description="Our community spans continents and platforms, united by a commitment to questioning narratives, fostering awareness, and building collective consciousness. Connect, collaborate, and contribute your voice."
tag="DECENTRALIZED MOVEMENT"
@@ -110,8 +96,6 @@ export default function CommunityPage() {
{ text: "FOLLOW CHANNELS", href: "#" },
]}
containerClassName="py-20 md:py-32"
titleClassName="text-4xl md:text-6xl font-light tracking-tighter mb-4"
descriptionClassName="text-sm md:text-base leading-relaxed opacity-80 max-w-2xl"
/>
</div>
@@ -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)}
/>
</div>