import Link from "next/link"; type CommunityPhoto = { id: string; src: string; alt: string; caption: string; span: string; }; const communityPhotos: CommunityPhoto[] = [ { id: "community-1", src: "https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1200&q=80", alt: "Equipo colaborando en una mesa de trabajo", caption: "Taller colaborativo", span: "md:col-span-2 md:row-span-2", }, { id: "community-2", src: "https://images.unsplash.com/photo-1528901166007-3784c7dd3653?auto=format&fit=crop&w=1200&q=80", alt: "Grupo de estudiantes revisando material", caption: "Cohorte activa", span: "md:col-span-2", }, { id: "community-3", src: "https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1200&q=80", alt: "Conversación profesional durante evento", caption: "Networking legal", span: "", }, { id: "community-4", src: "https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1200&q=80", alt: "Sesión en auditorio con ponentes", caption: "Masterclass", span: "", }, { id: "community-5", src: "https://images.unsplash.com/photo-1573164713988-8665fc963095?auto=format&fit=crop&w=1200&q=80", alt: "Personas participando en una dinámica", caption: "Práctica guiada", span: "md:col-span-2", }, { id: "community-6", src: "https://images.unsplash.com/photo-1543269865-0a740d43b90c?auto=format&fit=crop&w=1200&q=80", alt: "Estudiantes en jornada formativa", caption: "Comunidad ACVE", span: "", }, ]; export default function ComunidadPage() { return (
Comunidad ACVE
Collage visual temporal con fotos de referencia para representar talleres, networking y actividades colaborativas.
Estas imágenes son temporales y se podrán reemplazar por contenido oficial.
Regresar al inicio