Merge version_1 into main #2
@@ -24,8 +24,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Institución",
|
||||
items: [
|
||||
title: "Institución", items: [
|
||||
{ label: "Acerca de Nosotros", href: "about" },
|
||||
{ label: "Mallas Académicas", href: "academics" },
|
||||
{ label: "Cuerpo Docente", href: "faculty" },
|
||||
@@ -33,8 +32,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Información",
|
||||
items: [
|
||||
title: "Información", items: [
|
||||
{ label: "Manual de Convivencia", href: "#" },
|
||||
{ label: "Calendario Académico", href: "#" },
|
||||
{ label: "Servicios", href: "#" },
|
||||
@@ -42,8 +40,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Política de Privacidad", href: "#" },
|
||||
{ label: "Términos de Uso", href: "#" },
|
||||
{ label: "Cookies", href: "#" },
|
||||
@@ -78,27 +75,20 @@ export default function AboutPage() {
|
||||
<AboutMetric
|
||||
title="Sobre la Institución Educativa Departamental Joaquín Sabogal"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Estudiantes Activos",
|
||||
value: "800+",
|
||||
},
|
||||
label: "Estudiantes Activos", value: "800+"},
|
||||
{
|
||||
icon: BookOpen,
|
||||
label: "Años de Excelencia",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Años de Excelencia", value: "25+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Docentes Calificados",
|
||||
value: "40+",
|
||||
},
|
||||
label: "Docentes Calificados", value: "40+"},
|
||||
{
|
||||
icon: Target,
|
||||
label: "Programas Académicos",
|
||||
value: "12+",
|
||||
},
|
||||
label: "Programas Académicos", value: "12+"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,30 +100,15 @@ export default function AboutPage() {
|
||||
sideDescription="Resuelve tus dudas sobre nuestros programas, procesos y servicios"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Cuál es el horario de atención de la institución?",
|
||||
content: "Nuestras instalaciones atienden de lunes a viernes de 7:00 AM a 4:00 PM. La oficina de secretaría permanece disponible durante todo el horario escolar.",
|
||||
},
|
||||
id: "1", title: "¿Cuál es el horario de atención de la institución?", content: "Nuestras instalaciones atienden de lunes a viernes de 7:00 AM a 4:00 PM. La oficina de secretaría permanece disponible durante todo el horario escolar."},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Cómo accedo al manual de convivencia?",
|
||||
content: "El manual de convivencia está disponible en la sección de Accesos Rápidos de nuestro sitio web. También puedes solicitarlo en la secretaría de la institución.",
|
||||
},
|
||||
id: "2", title: "¿Cómo accedo al manual de convivencia?", content: "El manual de convivencia está disponible en la sección de Accesos Rápidos de nuestro sitio web. También puedes solicitarlo en la secretaría de la institución."},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Dónde puedo conocer la malla académica?",
|
||||
content: "Las mallas académicas de primaria y secundaria se encuentran en la sección Mallas Académicas de nuestro sitio, con todos los cursos y materias disponibles.",
|
||||
},
|
||||
id: "3", title: "¿Dónde puedo conocer la malla académica?", content: "Las mallas académicas de primaria y secundaria se encuentran en la sección Mallas Académicas de nuestro sitio, con todos los cursos y materias disponibles."},
|
||||
{
|
||||
id: "4",
|
||||
title: "¿Cómo contacto a un docente específico?",
|
||||
content: "Puedes encontrar el directorio de docentes en la sección de Cuerpo Docente, donde están disponibles los correos institucionales de cada profesor.",
|
||||
},
|
||||
id: "4", title: "¿Cómo contacto a un docente específico?", content: "Puedes encontrar el directorio de docentes en la sección de Cuerpo Docente, donde están disponibles los correos institucionales de cada profesor."},
|
||||
{
|
||||
id: "5",
|
||||
title: "¿Cuáles son los procesos de matrícula?",
|
||||
content: "Contáctanos a través del formulario en la sección de Contacto o llama a nuestra secretaría para información detallada sobre matriculaciones.",
|
||||
},
|
||||
id: "5", title: "¿Cuáles son los procesos de matrícula?", content: "Contáctanos a través del formulario en la sección de Contacto o llama a nuestra secretaría para información detallada sobre matriculaciones."},
|
||||
]}
|
||||
textPosition="left"
|
||||
useInvertedBackground={true}
|
||||
|
||||
196
src/app/page.tsx
196
src/app/page.tsx
@@ -32,8 +32,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Institución",
|
||||
items: [
|
||||
title: "Institución", items: [
|
||||
{ label: "Acerca de Nosotros", href: "about" },
|
||||
{ label: "Mallas Académicas", href: "academics" },
|
||||
{ label: "Cuerpo Docente", href: "faculty" },
|
||||
@@ -41,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Información",
|
||||
items: [
|
||||
title: "Información", items: [
|
||||
{ label: "Manual de Convivencia", href: "#" },
|
||||
{ label: "Calendario Académico", href: "#" },
|
||||
{ label: "Servicios", href: "#" },
|
||||
@@ -50,8 +48,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Política de Privacidad", href: "#" },
|
||||
{ label: "Términos de Uso", href: "#" },
|
||||
{ label: "Cookies", href: "#" },
|
||||
@@ -104,27 +101,20 @@ export default function HomePage() {
|
||||
<AboutMetric
|
||||
title="Sobre la Institución Educativa Departamental Joaquín Sabogal"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Estudiantes Activos",
|
||||
value: "800+",
|
||||
},
|
||||
label: "Estudiantes Activos", value: "800+"},
|
||||
{
|
||||
icon: BookOpen,
|
||||
label: "Años de Excelencia",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Años de Excelencia", value: "25+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Docentes Calificados",
|
||||
value: "40+",
|
||||
},
|
||||
label: "Docentes Calificados", value: "40+"},
|
||||
{
|
||||
icon: Target,
|
||||
label: "Programas Académicos",
|
||||
value: "12+",
|
||||
},
|
||||
label: "Programas Académicos", value: "12+"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,63 +126,39 @@ export default function HomePage() {
|
||||
description="Documentos e información importante de la institución a tu alcance"
|
||||
features={[
|
||||
{
|
||||
title: "Manual de Convivencia",
|
||||
description: "Normas y principios que rigen nuestra comunidad educativa",
|
||||
icon: BookMarked,
|
||||
title: "Manual de Convivencia", description: "Normas y principios que rigen nuestra comunidad educativa", icon: BookMarked,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-with-social-media-addiction_23-2149324631.jpg?_wi=1",
|
||||
imageAlt: "Manual de Convivencia",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-with-social-media-addiction_23-2149324631.jpg", imageAlt: "Manual de Convivencia"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-with-social-media-addiction_23-2149324631.jpg?_wi=2",
|
||||
imageAlt: "Comunidad Educativa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-with-social-media-addiction_23-2149324631.jpg", imageAlt: "Comunidad Educativa"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Mallas Académicas",
|
||||
description: "Estructura curricular de primaria y secundaria",
|
||||
icon: Layers,
|
||||
title: "Mallas Académicas", description: "Estructura curricular de primaria y secundaria", icon: Layers,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-library_23-2148694801.jpg?_wi=1",
|
||||
imageAlt: "Educación Primaria",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-library_23-2148694801.jpg", imageAlt: "Educación Primaria"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-professor-mentoring-diverse-students-library_482257-120095.jpg?_wi=1",
|
||||
imageAlt: "Educación Secundaria",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-professor-mentoring-diverse-students-library_482257-120095.jpg", imageAlt: "Educación Secundaria"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Docentes",
|
||||
description: "Conoce el cuerpo docente comprometido con la excelencia",
|
||||
icon: Users,
|
||||
title: "Docentes", description: "Conoce el cuerpo docente comprometido con la excelencia", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-documents_23-2148513888.jpg?_wi=1",
|
||||
imageAlt: "Docentes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-documents_23-2148513888.jpg", imageAlt: "Docentes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg?_wi=1",
|
||||
imageAlt: "Personal Educativo",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg", imageAlt: "Personal Educativo"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Novedades",
|
||||
description: "Últimas noticias y eventos de la institución",
|
||||
icon: Newspaper,
|
||||
title: "Novedades", description: "Últimas noticias y eventos de la institución", icon: Newspaper,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-group-student-standing-line_53876-23035.jpg?_wi=1",
|
||||
imageAlt: "Eventos Institucionales",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-group-student-standing-line_53876-23035.jpg", imageAlt: "Eventos Institucionales"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiast-team-getting-ready-play-football_23-2148631453.jpg?_wi=1",
|
||||
imageAlt: "Actividades Escolares",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiast-team-getting-ready-play-football_23-2148631453.jpg", imageAlt: "Actividades Escolares"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -209,47 +175,17 @@ export default function HomePage() {
|
||||
description="Organización de grados y materias en primaria y secundaria"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Primaria - Matemáticas",
|
||||
price: "Grados 1-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-library_23-2148694801.jpg?_wi=2",
|
||||
imageAlt: "Educación Primaria - Matemáticas",
|
||||
},
|
||||
id: "1", name: "Primaria - Matemáticas", price: "Grados 1-5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-library_23-2148694801.jpg", imageAlt: "Educación Primaria - Matemáticas"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Primaria - Lengua Castellana",
|
||||
price: "Grados 1-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-library_23-2148694801.jpg?_wi=3",
|
||||
imageAlt: "Educación Primaria - Lengua",
|
||||
},
|
||||
id: "2", name: "Primaria - Lengua Castellana", price: "Grados 1-5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-library_23-2148694801.jpg", imageAlt: "Educación Primaria - Lengua"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Primaria - Ciencias Naturales",
|
||||
price: "Grados 1-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-library_23-2148694801.jpg?_wi=4",
|
||||
imageAlt: "Educación Primaria - Ciencias",
|
||||
},
|
||||
id: "3", name: "Primaria - Ciencias Naturales", price: "Grados 1-5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-library_23-2148694801.jpg", imageAlt: "Educación Primaria - Ciencias"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Secundaria - Matemáticas",
|
||||
price: "Grados 6-11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-professor-mentoring-diverse-students-library_482257-120095.jpg?_wi=2",
|
||||
imageAlt: "Educación Secundaria - Matemáticas",
|
||||
},
|
||||
id: "4", name: "Secundaria - Matemáticas", price: "Grados 6-11", imageSrc: "http://img.b2bpic.net/free-photo/african-american-professor-mentoring-diverse-students-library_482257-120095.jpg", imageAlt: "Educación Secundaria - Matemáticas"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Secundaria - Física",
|
||||
price: "Grados 6-11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-professor-mentoring-diverse-students-library_482257-120095.jpg?_wi=3",
|
||||
imageAlt: "Educación Secundaria - Física",
|
||||
},
|
||||
id: "5", name: "Secundaria - Física", price: "Grados 6-11", imageSrc: "http://img.b2bpic.net/free-photo/african-american-professor-mentoring-diverse-students-library_482257-120095.jpg", imageAlt: "Educación Secundaria - Física"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Secundaria - Inglés",
|
||||
price: "Grados 6-11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-professor-mentoring-diverse-students-library_482257-120095.jpg?_wi=4",
|
||||
imageAlt: "Educación Secundaria - Inglés",
|
||||
},
|
||||
id: "6", name: "Secundaria - Inglés", price: "Grados 6-11", imageSrc: "http://img.b2bpic.net/free-photo/african-american-professor-mentoring-diverse-students-library_482257-120095.jpg", imageAlt: "Educación Secundaria - Inglés"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -265,59 +201,31 @@ export default function HomePage() {
|
||||
description="Profesionales comprometidos con la excelencia educativa"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Licenciado Carlos Mendoza",
|
||||
role: "Docente de Matemáticas",
|
||||
description: "Especialista en educación matemática con 15 años de experiencia en docencia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-documents_23-2148513888.jpg?_wi=2",
|
||||
imageAlt: "Carlos Mendoza",
|
||||
socialLinks: [
|
||||
id: "1", name: "Licenciado Carlos Mendoza", role: "Docente de Matemáticas", description: "Especialista en educación matemática con 15 años de experiencia en docencia", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-documents_23-2148513888.jpg", imageAlt: "Carlos Mendoza", socialLinks: [
|
||||
{
|
||||
icon: Mail,
|
||||
url: "mailto:cmendoza@sabogal.edu.co",
|
||||
},
|
||||
url: "mailto:cmendoza@sabogal.edu.co"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Licenciada María García",
|
||||
role: "Docente de Lengua Castellana",
|
||||
description: "Experta en lenguaje y comunicación con pasión por la literatura",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg?_wi=2",
|
||||
imageAlt: "María García",
|
||||
socialLinks: [
|
||||
id: "2", name: "Licenciada María García", role: "Docente de Lengua Castellana", description: "Experta en lenguaje y comunicación con pasión por la literatura", imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg", imageAlt: "María García", socialLinks: [
|
||||
{
|
||||
icon: Mail,
|
||||
url: "mailto:mgarcia@sabogal.edu.co",
|
||||
},
|
||||
url: "mailto:mgarcia@sabogal.edu.co"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Licenciado Juan Ramírez",
|
||||
role: "Docente de Ciencias Naturales",
|
||||
description: "Investigador apasionado por las ciencias naturales y laboratorio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-holding-mug-coffee-happy-pleased-smiling_141793-131608.jpg?_wi=1",
|
||||
imageAlt: "Juan Ramírez",
|
||||
socialLinks: [
|
||||
id: "3", name: "Licenciado Juan Ramírez", role: "Docente de Ciencias Naturales", description: "Investigador apasionado por las ciencias naturales y laboratorio", imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-holding-mug-coffee-happy-pleased-smiling_141793-131608.jpg", imageAlt: "Juan Ramírez", socialLinks: [
|
||||
{
|
||||
icon: Mail,
|
||||
url: "mailto:jramirez@sabogal.edu.co",
|
||||
},
|
||||
url: "mailto:jramirez@sabogal.edu.co"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Licenciada Sandra López",
|
||||
role: "Docente de Educación Física",
|
||||
description: "Promotora de bienestar integral y deporte en la comunidad",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sportive-young-woman_23-2148297813.jpg?_wi=1",
|
||||
imageAlt: "Sandra López",
|
||||
socialLinks: [
|
||||
id: "4", name: "Licenciada Sandra López", role: "Docente de Educación Física", description: "Promotora de bienestar integral y deporte en la comunidad", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sportive-young-woman_23-2148297813.jpg", imageAlt: "Sandra López", socialLinks: [
|
||||
{
|
||||
icon: Mail,
|
||||
url: "mailto:slopez@sabogal.edu.co",
|
||||
},
|
||||
url: "mailto:slopez@sabogal.edu.co"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -335,38 +243,14 @@ export default function HomePage() {
|
||||
description="Mantente informado sobre eventos y actividades de la institución"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: ["Académico", "Logros"],
|
||||
title: "Estudiantes Sabogal ganan olimpiada de matemáticas",
|
||||
excerpt: "Nuestros estudiantes demostraron excelencia en la competencia regional de matemáticas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-group-student-standing-line_53876-23035.jpg?_wi=2",
|
||||
imageAlt: "Logro Académico",
|
||||
authorName: "Dirección Académica",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-documents_23-2148513888.jpg",
|
||||
date: "15 Mar 2025",
|
||||
},
|
||||
id: "1", category: ["Académico", "Logros"],
|
||||
title: "Estudiantes Sabogal ganan olimpiada de matemáticas", excerpt: "Nuestros estudiantes demostraron excelencia en la competencia regional de matemáticas", imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-group-student-standing-line_53876-23035.jpg", imageAlt: "Logro Académico", authorName: "Dirección Académica", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-documents_23-2148513888.jpg", date: "15 Mar 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: ["Deportes", "Comunidad"],
|
||||
title: "Campeonato Interinstitucional de Fútbol",
|
||||
excerpt: "Participación destacada de nuestro equipo en el torneo deportivo departamental",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiast-team-getting-ready-play-football_23-2148631453.jpg?_wi=2",
|
||||
imageAlt: "Evento Deportivo",
|
||||
authorName: "Departamento de Educación Física",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-sportive-young-woman_23-2148297813.jpg",
|
||||
date: "10 Mar 2025",
|
||||
},
|
||||
id: "2", category: ["Deportes", "Comunidad"],
|
||||
title: "Campeonato Interinstitucional de Fútbol", excerpt: "Participación destacada de nuestro equipo en el torneo deportivo departamental", imageSrc: "http://img.b2bpic.net/free-photo/enthusiast-team-getting-ready-play-football_23-2148631453.jpg", imageAlt: "Evento Deportivo", authorName: "Departamento de Educación Física", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-sportive-young-woman_23-2148297813.jpg", date: "10 Mar 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: ["Cultural", "Eventos"],
|
||||
title: "Festival Cultural Institucional",
|
||||
excerpt: "Celebración de nuestras tradiciones con presentaciones artísticas de estudiantes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-celebrating-4th-july_23-2149383075.jpg?_wi=1",
|
||||
imageAlt: "Evento Cultural",
|
||||
authorName: "Dirección de Bienestar",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg",
|
||||
date: "5 Mar 2025",
|
||||
},
|
||||
id: "3", category: ["Cultural", "Eventos"],
|
||||
title: "Festival Cultural Institucional", excerpt: "Celebración de nuestras tradiciones con presentaciones artísticas de estudiantes", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-celebrating-4th-july_23-2149383075.jpg", imageAlt: "Evento Cultural", authorName: "Dirección de Bienestar", authorAvatar: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg", date: "5 Mar 2025"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user