Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89f070b27f | |||
| 117d2ad77a | |||
| a7859467ff |
@@ -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 (
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user