Merge version_7 into main
Merge version_7 into main
This commit was merged in pull request #10.
This commit is contained in:
@@ -11,8 +11,8 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import { Briefcase, Building, CheckCircle, ExternalLink, ListChecks, Mail, MessageSquare, Smile, Sparkles, Trophy, Wallet } from "lucide-react";
|
import { Briefcase, Building, CheckCircle, ExternalLink, ListChecks, Mail, Smile, Sparkles, Trophy, Wallet } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "f1", title: "Planificación y Programación Detallada", tags: [
|
id: "f1", title: "Planificación y Programación Detallada", tags: [
|
||||||
"Gestión de Tareas", "Diagramas Gantt"],
|
"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: [
|
id: "f2", title: "Gestión de Recursos y Equipos", tags: [
|
||||||
"Control de Inventario", "Asignación Eficiente"],
|
"Control de Inventario", "Asignación Eficiente"],
|
||||||
@@ -200,27 +200,18 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonios" data-section="testimonios">
|
<div id="testimonios" data-section="testimonios">
|
||||||
<TestimonialCardSix
|
<TestimonialCardFifteen
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
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"},
|
src: "http://img.b2bpic.net/free-photo/female-architect-with-helmet_23-2147702528.jpg?_wi=2", alt: "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"},
|
|
||||||
]}
|
]}
|
||||||
title="Lo que dicen nuestros clientes satisfechos"
|
ratingAnimation="slide-up"
|
||||||
description="Descubre por qué profesionales de la construcción y oficios auxiliares eligen ConstructoERP para impulsar su crecimiento."
|
avatarsAnimation="slide-up"
|
||||||
tag="Opiniones Reales"
|
|
||||||
tagIcon={MessageSquare}
|
|
||||||
tagAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user