import React from 'react' // House of The Black Lotus — Retro 2000s Themed Single-file React component // - Vibrant, plant-like lotus palette (deep greens, magentas, gold) // - Retro-2000s UI touches: soft glows, GIF banners, subtle tiled backgrounds // - Uplifting, pro-Black community focus (online + offline strengthening) // - Gallery uses GIF placeholders for joyful Black community moments and lotus animations export default function HouseOfTheBlackLotus() { const gifs = [ 'https://media.giphy.com/media/3o6Zt8zb1p1r9g3bEc/giphy.gif', // happy group 'https://media.giphy.com/media/l0MYt5jPR6QX5pnqM/giphy.gif', // community hug 'https://media.giphy.com/media/xUPGcguWZHRC2HyBRS/giphy.gif', // lotus bloom 'https://media.giphy.com/media/5GoVLqeAOo6PK/giphy.gif' // celebration ] return (
{/* Retro tiled header */}
lotus

House of The Black Lotus

Rooted. Rising. Connected — strengthening Black communities online & offline
{/* Retro ribbon/banner GIF */}
community
Welcome to the House of The Black Lotus A joyful, secure, and resource-rich space to uplift Black voices, initiatives, and relationships.
{/* Left column: content */}

Our Mission

House of The Black Lotus is dedicated to strengthening Black communities — digitally and in physical neighborhoods — by building connection, cultural pride, mutual aid systems, and sustainable local leadership.

Rooted
Preserve and elevate heritage, stories, and intergenerational wisdom.
Rising
Develop leadership, entrepreneurship, and creative expression.
Connected
Safe online spaces, local chapters, and shared resources.

Why the Lotus?

The lotus symbolizes resilience, beauty growing from challenge, and renewal — a fitting emblem for a people who rise and thrive. House of The Black Lotus centers that spirit, pairing cultural pride with practical support.

Values

  • Dignity & Respect for all members
  • Mutual Aid & Resource Sharing
  • Intergenerational Learning
  • Creative & Economic Empowerment
  • Digital Safety & Accessibility

Programs & Initiatives

Local Chapters

Organize neighborhood hubs for mutual support, skill-shares, and cultural events.

Mentorship Circles

Peer-led learning for career, arts, and civic engagement.

Microgrants

Small, fast funding to sustain local projects and entrepreneurs.

Digital Safety Workshops

Practical training to protect community members online.

Events & Outreach

House of The Black Lotus hosts community meetups, pop-up cultural fairs, online panels, and leadership bootcamps. Below are upcoming and past highlights that help members connect and collaborate.

Healing Circle — Neighborhood Park
October 18 — Community storytelling & restorative practices
Creative Entrepreneurship Lab
September 5 — 3-day intensive for Black creators

How to Get Involved

  1. Join our online forum & local chapter list.
  2. Volunteer to host an event or mentorship circle.
  3. Donate to the microgrant fund.
  4. Share resources and invite neighbors.
Become a Member
{/* Right column: sidebar */}
) } // --- Inline style helpers --- const navLink = {color:'#fff', textDecoration:'none', padding:'8px 12px', borderRadius:10, fontSize:13, background:'transparent', border:'1px solid rgba(255,255,255,0.08)'} const heading = {fontSize:20, color:'#0b7b52', marginBottom:6} const subheading = {fontSize:16, color:'#b33d6a'} const lead = {fontSize:15, color:'#333', lineHeight:1.6} const pill = {background:'#fff', padding:10, borderRadius:10, boxShadow:'0 6px 16px rgba(11,123,82,0.06)', flex:1} const programCard = {background:'#fff', padding:12, borderRadius:10, border:'1px solid #f1f1f1'} const eventCard = {background:'#fff', padding:12, borderRadius:10, border:'1px dashed rgba(11,123,82,0.08)'} const social = {color:'#fff', textDecoration:'none', padding:'6px 10px', border:'1px solid rgba(255,255,255,0.12)', borderRad