Update src/app/andes-brand/page.tsx

This commit is contained in:
2026-06-09 22:58:41 +00:00
parent 59fdbdca51
commit ad0529a65b

View File

@@ -57,15 +57,15 @@ export default function AndesBrandPage() {
{
title: "Contenido Audiovisual para Empresas", description: "Producimos videos corporativos, publicitarios, animados y documentales que comunican tu mensaje de manera efectiva, fortalecen tu marca, y atraen nuevos clientes. Ideal para marketing, presentaciones internas y lanzamientos de productos.", icon: Briefcase,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-video-meeting_1232-234.jpg", imageAlt: "Corporate video production" },
{ imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-video-meeting_1232-234.jpg", imageAlt: "Corporate video production" }
{ imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-video-meeting_1232-234.jpg?_wi=1", imageAlt: "Corporate video production" },
{ imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-video-meeting_1232-234.jpg?_wi=2", imageAlt: "Corporate video production" }
]
},
{
title: "Producción Audiovisual para Clientes Privados", description: "Capturamos tus momentos más especiales con videoclips personalizados, cobertura de eventos (bodas, cumpleaños), y proyectos personales. Historias contadas con creatividad y profesionalismo, diseñadas para emocionar y perdurar.", icon: Camera,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/cinematographer-shooting-wedding-video_23-2148416668.jpg", imageAlt: "Private event videography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cinematographer-shooting-wedding-video_23-2148416668.jpg", imageAlt: "Private event videography" }
{ imageSrc: "http://img.b2bpic.net/free-photo/cinematographer-shooting-wedding-video_23-2148416668.jpg?_wi=1", imageAlt: "Private event videography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cinematographer-shooting-wedding-video_23-2148416668.jpg?_wi=2", imageAlt: "Private event videography" }
]
}
]}