|
|
|
|
@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
|
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
|
|
|
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
|
|
|
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
|
|
|
|
import { Award, CheckCircle, Clock, Globe, MessageCircle, MessageSquare, Trophy, TrendingUp, Users, Zap, Phone, MessageCircleMore } from "lucide-react";
|
|
|
|
|
import { Award, CheckCircle, Clock, Globe, MessageCircle, MessageSquare, Trophy, TrendingUp, Users, Zap, Phone, MessageCircleMore, Zap as ZapTag, Gauge, Rocket } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -68,21 +68,22 @@ export default function LandingPage() {
|
|
|
|
|
title="Nuestros Servicios"
|
|
|
|
|
description="Ofrecemos soluciones integrales de transformación digital para empresas que buscan escalar online"
|
|
|
|
|
tag="Servicios Digitales"
|
|
|
|
|
tagIcon={Zap}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Diseño Web", price: "Desde $1,500", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149483808.jpg", imageAlt: "Diseño Web Responsivo"
|
|
|
|
|
id: "1", name: "Diseño Web", price: "Desde $1,500", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149483808.jpg", imageAlt: "Diseño Web Responsivo Que Convierte: SEO y Performance Incluidos"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Producción de Video", price: "Desde $800", imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg", imageAlt: "Producción y Edición de Video"
|
|
|
|
|
id: "2", name: "Producción de Video", price: "Desde $800", imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg", imageAlt: "Producción de Video Cinematográfica a Precio Accesible: Edición Profesional Rápida"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Desarrollo Backend", price: "Desde $2,000", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Desarrollo de Software Personalizado"
|
|
|
|
|
id: "3", name: "Desarrollo Backend", price: "Desde $2,000", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Software Personalizado Escalable: Desarrollo Backend de Clase Mundial"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Bot para Llamadas", price: "Desde $1,200", imageSrc: "http://img.b2bpic.net/free-photo/customer-service-concept-headset_23-2147659832.jpg", imageAlt: "Bot Inteligente para Llamadas Automatizadas"
|
|
|
|
|
id: "4", name: "Bot para Llamadas", price: "Desde $1,200", imageSrc: "http://img.b2bpic.net/free-photo/customer-service-concept-headset_23-2147659832.jpg", imageAlt: "Bot IA para Llamadas Automatizadas: Atención 24/7 Sin Costo Humano"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Bot de WhatsApp", price: "Desde $800", imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-smartphone_23-2147659898.jpg", imageAlt: "Bot de WhatsApp para Respuestas Automáticas"
|
|
|
|
|
id: "5", name: "Bot de WhatsApp", price: "Desde $800", imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-smartphone_23-2147659898.jpg", imageAlt: "Bot WhatsApp Inteligente: Respuestas Instantáneas que Multiplican Ventas"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
|