Merge version_2 into main #2
@@ -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 } from "lucide-react";
|
||||
import { Award, CheckCircle, Clock, Globe, MessageCircle, MessageSquare, Trophy, TrendingUp, Users, Zap, Phone, MessageCircleMore } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -75,6 +75,12 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
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: "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: "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"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -221,6 +227,12 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", title: "¿Trabajan con empresas de cualquier tamaño?", content: "Sí, desde emprendedores hasta empresas medianas. Adaptamos nuestros servicios a tu presupuesto y metas de negocio."
|
||||
},
|
||||
{
|
||||
id: "6", title: "¿Cómo funciona el bot para llamadas?", content: "Nuestro bot de llamadas utiliza IA avanzada para automatizar atención al cliente. Maneja consultas frecuentes 24/7, reduce carga de personal y mejora tiempos de respuesta. Integración simple con tus sistemas existentes."
|
||||
},
|
||||
{
|
||||
id: "7", title: "¿Qué puede hacer el bot de WhatsApp?", content: "El bot de WhatsApp responde mensajes automáticamente, guía a clientes en procesos de compra, proporciona soporte técnico básico y clasifica consultas. Funciona 24/7 sin intervención humana, mejorando la satisfacción del cliente."
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
@@ -237,7 +249,9 @@ export default function LandingPage() {
|
||||
title: "Producto", items: [
|
||||
{ label: "Diseño Web", href: "#services" },
|
||||
{ label: "Producción de Video", href: "#services" },
|
||||
{ label: "Desarrollo Backend", href: "#services" }
|
||||
{ label: "Desarrollo Backend", href: "#services" },
|
||||
{ label: "Bot para Llamadas", href: "#services" },
|
||||
{ label: "Bot de WhatsApp", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user