Merge version_1 into main #1
132
src/app/page.tsx
132
src/app/page.tsx
@@ -8,7 +8,6 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import { Cloud, Database, Globe, Globe2, Headphones, MapPin, MessageSquare, Palette, Search, User, Wallet, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -30,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "servicios",
|
||||
},
|
||||
name: "Servicios", id: "servicios"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "nosotros",
|
||||
},
|
||||
name: "Nosotros", id: "nosotros"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contacto",
|
||||
},
|
||||
name: "Contacto", id: "contacto"},
|
||||
]}
|
||||
brandName="Avance Digital"
|
||||
/>
|
||||
@@ -49,71 +42,46 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Potencia tu presencia digital."
|
||||
description="Tu negocio avanza cuando te encuentran en internet. Soluciones boutique para marcas que buscan resultados reales."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contáctanos",
|
||||
href: "https://wa.me/593XXXXXXXXX",
|
||||
},
|
||||
text: "Contáctanos", href: "https://wa.me/593XXXXXXXXX"},
|
||||
{
|
||||
text: "Ver servicios",
|
||||
href: "#servicios",
|
||||
},
|
||||
text: "Ver servicios", href: "#servicios"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283226.jpg"
|
||||
imageAlt="Representación moderna de crecimiento digital"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-glasses_23-2148422106.jpg",
|
||||
alt: "Cliente satisfecho 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-glasses_23-2148422106.jpg", alt: "Cliente satisfecho 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "Cliente satisfecho 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Cliente satisfecho 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg",
|
||||
alt: "Cliente satisfecho 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg", alt: "Cliente satisfecho 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-with-short-curly-hair-wireless-earphon_574295-3796.jpg",
|
||||
alt: "Cliente satisfecho 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-with-short-curly-hair-wireless-earphon_574295-3796.jpg", alt: "Cliente satisfecho 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
||||
alt: "Cliente satisfecho 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", alt: "Cliente satisfecho 5"},
|
||||
]}
|
||||
avatarText="Más de 50 marcas impulsadas"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "SEO Optimizado",
|
||||
icon: Search,
|
||||
type: "text-icon", text: "SEO Optimizado", icon: Search,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "IA Integrada",
|
||||
icon: Database,
|
||||
type: "text-icon", text: "IA Integrada", icon: Database,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Soporte 24/7",
|
||||
icon: Headphones,
|
||||
type: "text-icon", text: "Soporte 24/7", icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Diseño UX/UI",
|
||||
icon: Palette,
|
||||
type: "text-icon", text: "Diseño UX/UI", icon: Palette,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cloud Hosting",
|
||||
icon: Cloud,
|
||||
type: "text-icon", text: "Cloud Hosting", icon: Cloud,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -127,24 +95,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Páginas Web Profesionales",
|
||||
description: "Landing pages y sitios web completos entregados en 7 días.",
|
||||
},
|
||||
title: "Páginas Web Profesionales", description: "Landing pages y sitios web completos entregados en 7 días."},
|
||||
{
|
||||
icon: Globe2,
|
||||
title: "Recepcionista Digital 24/7",
|
||||
description: "Chatbot con IA que gestiona WhatsApp, Instagram y email automáticamente.",
|
||||
},
|
||||
title: "Recepcionista Digital 24/7", description: "Chatbot con IA que gestiona WhatsApp, Instagram y email automáticamente."},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
title: "Respuestas Instantáneas",
|
||||
description: "Configuración de respuestas automáticas en todos tus canales digitales.",
|
||||
},
|
||||
title: "Respuestas Instantáneas", description: "Configuración de respuestas automáticas en todos tus canales digitales."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Presencia en Google",
|
||||
description: "Optimización de Google Maps para que tus clientes locales te encuentren.",
|
||||
},
|
||||
title: "Presencia en Google", description: "Optimización de Google Maps para que tus clientes locales te encuentren."},
|
||||
]}
|
||||
title="Nuestros servicios"
|
||||
description="Soluciones digitales integrales diseñadas para hacer crecer tu marca y simplificar tus operaciones."
|
||||
@@ -158,32 +118,18 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Entrega",
|
||||
value: "Rápida",
|
||||
},
|
||||
label: "Entrega", value: "Rápida"},
|
||||
{
|
||||
icon: Wallet,
|
||||
label: "Precios",
|
||||
value: "Accesibles",
|
||||
},
|
||||
label: "Precios", value: "Accesibles"},
|
||||
{
|
||||
icon: User,
|
||||
label: "Atención",
|
||||
value: "Personal",
|
||||
},
|
||||
label: "Atención", value: "Personal"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contacto" data-section="contacto">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
@@ -191,16 +137,10 @@ export default function LandingPage() {
|
||||
description="Conversemos sobre tu proyecto y cómo podemos ayudarte a escalar."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Tu nombre", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Tu correo",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Tu correo", required: true,
|
||||
},
|
||||
]}
|
||||
buttonText="WhatsApp"
|
||||
@@ -213,29 +153,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Avance Digital",
|
||||
items: [
|
||||
title: "Avance Digital", items: [
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Servicios", href: "#servicios"},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#nosotros",
|
||||
},
|
||||
label: "Nosotros", href: "#nosotros"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contacto",
|
||||
},
|
||||
label: "Contacto", href: "#contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "contacto@avancedigital.ec",
|
||||
href: "mailto:contacto@avancedigital.ec",
|
||||
},
|
||||
label: "contacto@avancedigital.ec", href: "mailto:contacto@avancedigital.ec"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user