From 00ab5cc3e524f17d7af09559b0c157c8dcda16ef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:20:33 +0000 Subject: [PATCH] Update src/app/community/page.tsx --- src/app/community/page.tsx | 74 +++++++++++++++++++++++--------------- 1 file changed, 46 insertions(+), 28 deletions(-) diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index e341203..1794174 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -4,8 +4,9 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FeatureBento from "@/components/sections/feature/FeatureBento"; import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { Brain, Eye, Zap, Layers, Globe, Users, Workflow, Lightbulb } from "lucide-react"; export default function CommunityPage() { const navItems = [ @@ -74,18 +75,20 @@ export default function CommunityPage() { }))} brandName="JESUS MALVERDE MOVEMENT" button={{ - text: "ENTER MOVEMENT", href: "/contact"}} + text: "ENTER MOVEMENT", href: "/contact" + }} /> - {/* Community Platforms */} -
+ {/* Community Section */} +
- {/* Community Engagement Form */} -
- + console.log("Community signup:", data)} + cardClassName="backdrop-blur-sm border border-opacity-10 hover:border-opacity-30" />
@@ -136,4 +154,4 @@ export default function CommunityPage() {
); -} \ No newline at end of file +}