Merge version_2 into main #1
202
src/app/page.tsx
202
src/app/page.tsx
@@ -30,26 +30,16 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "servicios",
|
||||
},
|
||||
name: "Servicios", id: "servicios"},
|
||||
{
|
||||
name: "Metodología",
|
||||
id: "metodologia",
|
||||
},
|
||||
name: "Metodología", id: "metodologia"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contacto",
|
||||
},
|
||||
name: "Contacto", id: "contacto"},
|
||||
]}
|
||||
button={{
|
||||
text: "Agendar Auditoría",
|
||||
href: "#contacto",
|
||||
}}
|
||||
text: "Agendar Auditoría", href: "#contacto"}}
|
||||
brandName="Aszendia"
|
||||
/>
|
||||
</div>
|
||||
@@ -57,108 +47,60 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Impulsamos el crecimiento de marcas con diseño de vanguardia, IA y estrategia digital."
|
||||
description="En Aszendia ayudamos a negocios a captar, convertir y escalar mediante soluciones integrales de diseño web, SEO, publicidad avanzada y automatización inteligente."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/digital-tablet-with-blurred-background_1098-481.jpg",
|
||||
alt: "Aszendia AI tech",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/digital-tablet-with-blurred-background_1098-481.jpg", alt: "Aszendia AI tech"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-sideways-ferromagnetic-mirrored-metal_23-2148253541.jpg",
|
||||
alt: "Design Excellence",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-sideways-ferromagnetic-mirrored-metal_23-2148253541.jpg", alt: "Design Excellence"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/business-strategy-landing-page-with-flat-design_23-2148265405.jpg",
|
||||
alt: "Performance Metrics",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/business-strategy-landing-page-with-flat-design_23-2148265405.jpg", alt: "Performance Metrics"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282053.jpg",
|
||||
alt: "Strategy",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282053.jpg", alt: "Strategy"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204615.jpg",
|
||||
alt: "Global Reach",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204615.jpg", alt: "Global Reach"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicitar Presupuesto",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Solicitar Presupuesto", href: "#contacto"},
|
||||
{
|
||||
text: "Explorar Servicios",
|
||||
href: "#servicios",
|
||||
},
|
||||
text: "Explorar Servicios", href: "#servicios"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "IA Estratégica",
|
||||
},
|
||||
type: "text", text: "IA Estratégica"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Diseño Premium",
|
||||
},
|
||||
type: "text", text: "Diseño Premium"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Growth Marketing",
|
||||
},
|
||||
type: "text", text: "Growth Marketing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automatización",
|
||||
},
|
||||
type: "text", text: "Automatización"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Performance SEO",
|
||||
},
|
||||
type: "text", text: "Performance SEO"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="servicios" data-section="servicios">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Diseño & E-commerce",
|
||||
author: "Aszendia",
|
||||
description: "Desarrollo web de alto nivel orientado a ventas de alto valor.",
|
||||
tags: [
|
||||
"UX/UI",
|
||||
"Shopify",
|
||||
"Webflow",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-sideways-ferromagnetic-mirrored-metal_23-2148253541.jpg",
|
||||
},
|
||||
id: "s1", title: "Diseño & E-commerce", author: "Aszendia", description: "Desarrollo web de alto nivel orientado a ventas de alto valor.", tags: [
|
||||
"UX/UI", "Shopify", "Webflow"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-sideways-ferromagnetic-mirrored-metal_23-2148253541.jpg"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Performance Marketing",
|
||||
author: "Aszendia",
|
||||
description: "ROI enfocado en SEO técnico, Google Ads y publicidad avanzada.",
|
||||
tags: [
|
||||
"SEO",
|
||||
"Ads",
|
||||
"Growth",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-strategy-landing-page-with-flat-design_23-2148265405.jpg",
|
||||
},
|
||||
id: "s2", title: "Performance Marketing", author: "Aszendia", description: "ROI enfocado en SEO técnico, Google Ads y publicidad avanzada.", tags: [
|
||||
"SEO", "Ads", "Growth"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-strategy-landing-page-with-flat-design_23-2148265405.jpg"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "AI Performance",
|
||||
author: "Aszendia",
|
||||
description: "Automatización con agentes IA supervisados para máxima conversión.",
|
||||
tags: [
|
||||
"IA",
|
||||
"Automatización",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282053.jpg",
|
||||
},
|
||||
id: "s3", title: "AI Performance", author: "Aszendia", description: "Automatización con agentes IA supervisados para máxima conversión.", tags: [
|
||||
"IA", "Automatización"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282053.jpg"},
|
||||
]}
|
||||
title="Servicios Estratégicos"
|
||||
description="Potenciamos tu ecosistema digital mediante una integración impecable de diseño y tecnología."
|
||||
@@ -167,34 +109,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metodologia" data-section="metodologia">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Target,
|
||||
title: "Estrategia",
|
||||
value: "01",
|
||||
},
|
||||
id: "m1", icon: Target,
|
||||
title: "Estrategia", value: "01"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Layout,
|
||||
title: "Estructura",
|
||||
value: "02",
|
||||
},
|
||||
id: "m2", icon: Layout,
|
||||
title: "Estructura", value: "02"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Zap,
|
||||
title: "Ejecución",
|
||||
value: "03",
|
||||
},
|
||||
id: "m3", icon: Zap,
|
||||
title: "Ejecución", value: "03"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: TrendingUp,
|
||||
title: "Optimización",
|
||||
value: "04",
|
||||
},
|
||||
id: "m4", icon: TrendingUp,
|
||||
title: "Optimización", value: "04"},
|
||||
]}
|
||||
title="Metodología de 4 Pasos"
|
||||
description="Un proceso riguroso y transparente para garantizar resultados escalables."
|
||||
@@ -204,16 +134,13 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="blur-reveal"
|
||||
title="Nuestra Filosofía"
|
||||
description={[
|
||||
"En Aszendia, no solo construimos sitios web; diseñamos ecosistemas de crecimiento.",
|
||||
"Creemos que la combinación de diseño boutique y automatización inteligente es la clave para escalar en el mercado actual.",
|
||||
]}
|
||||
"En Aszendia, no solo construimos sitios web; diseñamos ecosistemas de crecimiento.", "Creemos que la combinación de diseño boutique y automatización inteligente es la clave para escalar en el mercado actual."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conoce más",
|
||||
href: "#",
|
||||
},
|
||||
text: "Conoce más", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -225,27 +152,16 @@ export default function LandingPage() {
|
||||
description="Tu próximo socio estratégico está a un mensaje de distancia."
|
||||
inputs={[
|
||||
{
|
||||
name: "Nombre",
|
||||
type: "text",
|
||||
placeholder: "Nombre completo",
|
||||
},
|
||||
name: "Nombre", type: "text", placeholder: "Nombre completo"},
|
||||
{
|
||||
name: "Empresa",
|
||||
type: "text",
|
||||
placeholder: "Nombre de tu empresa",
|
||||
},
|
||||
name: "Empresa", type: "text", placeholder: "Nombre de tu empresa"},
|
||||
{
|
||||
name: "Servicio",
|
||||
type: "text",
|
||||
placeholder: "Servicio de interés",
|
||||
},
|
||||
name: "Servicio", type: "text", placeholder: "Servicio de interés"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "Mensaje",
|
||||
placeholder: "Cuéntanos sobre tus retos actuales...",
|
||||
}}
|
||||
name: "Mensaje", placeholder: "Cuéntanos sobre tus retos actuales..."}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204615.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -253,33 +169,21 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Aszendia",
|
||||
items: [
|
||||
title: "Aszendia", items: [
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Servicios", href: "#servicios"},
|
||||
{
|
||||
label: "Metodología",
|
||||
href: "#metodologia",
|
||||
},
|
||||
label: "Metodología", href: "#metodologia"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contacto",
|
||||
},
|
||||
label: "Contacto", href: "#contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Aviso Legal",
|
||||
href: "#",
|
||||
},
|
||||
label: "Aviso Legal", href: "#"},
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -289,4 +193,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user