6 Commits

Author SHA1 Message Date
2df48b7b09 Merge version_9 into main
Merge version_9 into main
2026-06-10 07:55:57 +00:00
7cbcb6a3ce Update src/app/page.tsx 2026-06-10 07:55:50 +00:00
80c05ca6b5 Merge version_7 into main
Merge version_7 into main
2026-06-10 07:45:09 +00:00
89f070b27f Update src/app/page.tsx 2026-06-10 07:45:06 +00:00
117d2ad77a Merge version_6 into main
Merge version_6 into main
2026-06-10 07:43:54 +00:00
a7859467ff Merge version_6 into main
Merge version_6 into main
2026-06-10 07:43:30 +00:00

View File

@@ -11,8 +11,8 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Briefcase, Building, CheckCircle, ExternalLink, ListChecks, Mail, MessageSquare, Smile, Sparkles, Trophy, Wallet } from "lucide-react";
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Briefcase, Building, CheckCircle, ExternalLink, ListChecks, Mail, Smile, Sparkles, Trophy, Wallet } from "lucide-react";
export default function LandingPage() {
return (
@@ -55,7 +55,7 @@ export default function LandingPage() {
<div id="inicio" data-section="inicio">
<HeroSplitDualMedia
title="ConstructoERP: La gestión inteligente para tu obra"
title="Modula"
description="Optimiza cada proceso de construcción y oficios auxiliares con nuestra plataforma ERP líder. Desde la planificación hasta la entrega, ten el control total de tus proyectos."
tag="Innovación en Construcción"
tagIcon={Sparkles}
@@ -113,7 +113,7 @@ export default function LandingPage() {
{
id: "f1", title: "Planificación y Programación Detallada", tags: [
"Gestión de Tareas", "Diagramas Gantt"],
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-working-outdoors-with-project_53876-47045.jpg", imageAlt: "Planificación de proyectos en dashboard"},
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-working-outdoors-con-project_53876-47045.jpg", imageAlt: "Planificación de proyectos en dashboard"},
{
id: "f2", title: "Gestión de Recursos y Equipos", tags: [
"Control de Inventario", "Asignación Eficiente"],
@@ -200,27 +200,18 @@ export default function LandingPage() {
</div>
<div id="testimonios" data-section="testimonios">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
<TestimonialCardFifteen
useInvertedBackground={true}
testimonials={[
testimonial="ConstructoERP ha revolucionado la forma en que gestionamos nuestros proyectos. La visibilidad en tiempo real es incomparable."
rating={5}
author="Ana García"
avatars={[
{
id: "t1", name: "Ana García", handle: "@anagarcia_pm", testimonial: "ConstructoERP ha revolucionado la forma en que gestionamos nuestros proyectos. La visibilidad en tiempo real es incomparable.", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-helmet_23-2147702528.jpg?_wi=2", imageAlt: "Retrato de Ana García"},
{
id: "t2", name: "Carlos Ruiz", handle: "@carlosruiz_aux", testimonial: "La implementación de ConstructoERP fue clave para optimizar nuestros recursos en los oficios auxiliares. ¡Totalmente recomendado!", imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881180.jpg?_wi=2", imageAlt: "Retrato de Carlos Ruiz"},
{
id: "t3", name: "Sofía Morales", handle: "@sofiamorales_arq", testimonial: "Como arquitecta, aprecio la integración de datos y la facilidad para colaborar. ConstructoERP es una herramienta indispensable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-lady-chair-taking-notes-near-plan-model-house-table_23-2148039913.jpg?_wi=2", imageAlt: "Retrato de Sofía Morales"},
{
id: "t4", name: "Javier López", handle: "@javierlopez_sup", testimonial: "El seguimiento en obra nunca fue tan sencillo. ConstructoERP nos permite tomar decisiones rápidas y basadas en datos exactos.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-posing-his-office_23-2148242944.jpg?_wi=2", imageAlt: "Retrato de Javier López"},
{
id: "t5", name: "Elena Vidal", handle: "@elenavidal_cfo", testimonial: "Desde la contabilidad hasta la facturación, ConstructoERP nos ha dado una visión financiera clara y un control total sobre los gastos.", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=2", imageAlt: "Retrato de Elena Vidal"},
src: "http://img.b2bpic.net/free-photo/female-architect-with-helmet_23-2147702528.jpg?_wi=2", alt: "Retrato de Ana García"
}
]}
title="Lo que dicen nuestros clientes satisfechos"
description="Descubre por qué profesionales de la construcción y oficios auxiliares eligen ConstructoERP para impulsar su crecimiento."
tag="Opiniones Reales"
tagIcon={MessageSquare}
tagAnimation="slide-up"
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
/>
</div>