import { motion } from "framer-motion"; import { ABOUT_ORG } from "@/data/event-data"; import communityImg from "@/assets/community.jpg"; import { Instagram, Facebook, Youtube } from "lucide-react"; const OrgSection = () => (
{/* Texto */}

{ABOUT_ORG.title}

{ABOUT_ORG.history}

{ABOUT_ORG.philosophy}

{/* Redes sociales */}
{ABOUT_ORG.socials.instagram && ( )} {ABOUT_ORG.socials.facebook && ( )} {ABOUT_ORG.socials.youtube && ( )}
{/* Imagen */} Comunidad ZoukLambadaBCN
); export default OrgSection;