Arts Education

Arts education at FCLA creates space for storytelling, making, performance, and cultural expression. Programs are designed to be accessible, collaborative, and rooted in community voice.

// Static paths for localized program pages
export function getStaticPaths() {
    return [
        // English route: /programs/arts-education
        {
            params: {
                dyn_routing: "programs",
                subpage2: "arts-education",
                index: undefined,
            },
            props: { lang: "en" },
        },
        // Spanish route: /es/programas/educacion-artistica
        {
            params: {
                dyn_routing: "es",
                subpage2: "programas",
                index: "educacion-artistica",
            },
            props: { lang: "es" },
        },
    ];
}

Participation Counter

This small React component demonstrates the only intentionally interactive island on the static site.

This is a React component

Community participation count 0 doubled: 0