Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
249
src/app/page.tsx
249
src/app/page.tsx
@@ -17,27 +17,24 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nosotros", id: "about" },
|
||||
{ name: "Servicios", id: "services" },
|
||||
{ name: "Catalog", id: "catalog" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="AQUASOL"
|
||||
/>
|
||||
@@ -45,33 +42,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="AQUASOL – Frescura que transforma espacios"
|
||||
description="Importadores directos de aires acondicionados. Brindamos el confort exacto que tu espacio necesita sin intermediarios. Calidad premium garantizada."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Carlos M.",
|
||||
handle: "@carlosm",
|
||||
testimonial: "Excelente servicio, la instalación fue impecable.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/headshot-of-a-happy-customer-1774562130513-3573a9d8.png",
|
||||
},
|
||||
{
|
||||
name: "Lucia G.",
|
||||
handle: "@luciag",
|
||||
testimonial: "La mejor opción en importación de aires.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/headshot-of-a-corporate-manager-1774562129885-bacd4210.png",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Cotiza ahora en WhatsApp",
|
||||
href: "https://wa.me/573026040938",
|
||||
},
|
||||
{ name: "Carlos M.", handle: "@carlosm", testimonial: "Excelente servicio, la instalación fue impecable.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/headshot-of-a-happy-customer-1774562130513-3573a9d8.png" },
|
||||
{ name: "Lucia G.", handle: "@luciag", testimonial: "La mejor opción en importación de aires.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/headshot-of-a-corporate-manager-1774562129885-bacd4210.png" },
|
||||
]}
|
||||
buttons={[{ text: "Cotiza ahora en WhatsApp", href: "https://wa.me/573026040938" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/professional-high-end-air-conditioning-s-1774562132423-86728d09.png"
|
||||
/>
|
||||
</div>
|
||||
@@ -83,18 +61,9 @@ export default function LandingPage() {
|
||||
title="Expertos en Climatización"
|
||||
description="En AQUASOL somos importadores directos de aires acondicionados, ofreciendo equipos de alta eficiencia al mejor rendimiento. Soluciones integrales para hogares, empresas e industrias con un equipo técnico especializado."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Importación Directa",
|
||||
description: "Equipos seleccionados de fábrica.",
|
||||
},
|
||||
{
|
||||
title: "Servicio Técnico Integral",
|
||||
description: "Instalación, mantenimiento y reparación.",
|
||||
},
|
||||
{
|
||||
title: "Asesoría Personalizada",
|
||||
description: "Diseñamos la solución para tu ambiente.",
|
||||
},
|
||||
{ title: "Importación Directa", description: "Equipos seleccionados de fábrica." },
|
||||
{ title: "Servicio Técnico Integral", description: "Instalación, mantenimiento y reparación." },
|
||||
{ title: "Asesoría Personalizada", description: "Diseñamos la solución para tu ambiente." },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/technician-in-professional-uniform-worki-1774562131036-312f613b.png"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -107,39 +76,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Venta de Equipos",
|
||||
description: "La mejor tecnología en climatización.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/split-system-ac-unit-white-modern-design-1774562131867-60f7d9de.png?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/industrial-ac-unit-mounted-on-wall-profe-1774562130433-4ca28cff.png?_wi=1",
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Instalación Profesional",
|
||||
description: "Expertos certificados en montaje.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/split-system-ac-unit-white-modern-design-1774562131867-60f7d9de.png?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/industrial-ac-unit-mounted-on-wall-profe-1774562130433-4ca28cff.png?_wi=2",
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Mantenimiento y Reparación",
|
||||
description: "Alargamos la vida útil de tus equipos.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/split-system-ac-unit-white-modern-design-1774562131867-60f7d9de.png?_wi=3",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/industrial-ac-unit-mounted-on-wall-profe-1774562130433-4ca28cff.png?_wi=3",
|
||||
},
|
||||
},
|
||||
{ id: 1, title: "Venta de Equipos", description: "La mejor tecnología en climatización.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/split-system-ac-unit-white-modern-design-1774562131867-60f7d9de.png" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/industrial-ac-unit-mounted-on-wall-profe-1774562130433-4ca28cff.png" } },
|
||||
{ id: 2, title: "Instalación Profesional", description: "Expertos certificados en montaje.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/split-system-ac-unit-white-modern-design-1774562131867-60f7d9de.png" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/industrial-ac-unit-mounted-on-wall-profe-1774562130433-4ca28cff.png" } },
|
||||
{ id: 3, title: "Mantenimiento y Reparación", description: "Alargamos la vida útil de tus equipos.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/split-system-ac-unit-white-modern-design-1774562131867-60f7d9de.png" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/industrial-ac-unit-mounted-on-wall-profe-1774562130433-4ca28cff.png" } },
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Nuestros Servicios"
|
||||
@@ -151,32 +90,13 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "split",
|
||||
name: "Split Residencial",
|
||||
price: "Consulta",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/split-system-ac-unit-white-modern-design-1774562131867-60f7d9de.png?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "inverter",
|
||||
name: "Inverter de Alta Eficiencia",
|
||||
price: "Consulta",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/split-system-ac-unit-white-modern-design-1774562131867-60f7d9de.png?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "industrial",
|
||||
name: "Soluciones Industriales",
|
||||
price: "Consulta",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/industrial-ac-unit-mounted-on-wall-profe-1774562130433-4ca28cff.png?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "portatil",
|
||||
name: "Portátiles Compactos",
|
||||
price: "Consulta",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/portable-modern-ac-unit-sleek-design-off-1774562130288-2c42062d.png",
|
||||
},
|
||||
{ id: "split", name: "Split Residencial", price: "Consulta", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/split-system-ac-unit-white-modern-design-1774562131867-60f7d9de.png" },
|
||||
{ id: "inverter", name: "Inverter de Alta Eficiencia", price: "Consulta", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/split-system-ac-unit-white-modern-design-1774562131867-60f7d9de.png" },
|
||||
{ id: "industrial", name: "Soluciones Industriales", price: "Consulta", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/industrial-ac-unit-mounted-on-wall-profe-1774562130433-4ca28cff.png" },
|
||||
{ id: "portatil", name: "Portátiles Compactos", price: "Consulta", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/portable-modern-ac-unit-sleek-design-off-1774562130288-2c42062d.png" },
|
||||
]}
|
||||
title="Nuestra Tecnología"
|
||||
description="Equipos de última generación para cualquier entorno."
|
||||
@@ -188,46 +108,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria C.",
|
||||
date: "2024",
|
||||
title: "Hogar Fresco",
|
||||
quote: "Excelente atención y los equipos funcionan de maravilla.",
|
||||
tag: "Residencial",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/headshot-of-a-happy-customer-1774562130513-3573a9d8.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/professional-business-owner-smiling-port-1774562131933-9ae4b985.png",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Juan L.",
|
||||
date: "2024",
|
||||
title: "Empresa Satisfecha",
|
||||
quote: "Instalaron toda nuestra oficina en tiempo récord.",
|
||||
tag: "Empresarial",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/headshot-of-a-corporate-manager-1774562129885-bacd4210.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/woman-manager-in-office-setting-corporat-1774562132186-2c33bcbb.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana S.",
|
||||
date: "2024",
|
||||
title: "Calidad Superior",
|
||||
quote: "Muy profesionales, no hubo ni un detalle.",
|
||||
tag: "Residencial",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/headshot-of-a-home-owner-1774562129634-89ec12c6.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/happy-couple-sitting-in-fresh-home-atmos-1774562131418-02e4a1d9.png",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pedro R.",
|
||||
date: "2024",
|
||||
title: "Solución Industrial",
|
||||
quote: "Los mejores precios y atención técnica.",
|
||||
tag: "Industrial",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/headshot-of-an-industrial-client-1774562130411-f9df33f9.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/portrait-of-industrial-warehouse-manager-1774562130795-4cc936f0.png",
|
||||
},
|
||||
{ id: "1", name: "Maria C.", date: "2024", title: "Hogar Fresco", quote: "Excelente atención y los equipos funcionan de maravilla.", tag: "Residencial", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/headshot-of-a-happy-customer-1774562130513-3573a9d8.png" },
|
||||
{ id: "2", name: "Juan L.", date: "2024", title: "Empresa Satisfecha", quote: "Instalaron toda nuestra oficina en tiempo récord.", tag: "Empresarial", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/headshot-of-a-corporate-manager-1774562129885-bacd4210.png" },
|
||||
{ id: "3", name: "Ana S.", date: "2024", title: "Calidad Superior", quote: "Muy profesionales, no hubo ni un detalle.", tag: "Residencial", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/headshot-of-a-home-owner-1774562129634-89ec12c6.png" },
|
||||
{ id: "4", name: "Pedro R.", date: "2024", title: "Solución Industrial", quote: "Los mejores precios y atención técnica.", tag: "Industrial", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/headshot-of-an-industrial-client-1774562130411-f9df33f9.png" },
|
||||
]}
|
||||
title="Confianza AQUASOL"
|
||||
description="Lo que dicen nuestros clientes de nosotros."
|
||||
@@ -240,24 +124,10 @@ export default function LandingPage() {
|
||||
title="Cotiza Tu Instalación Hoy"
|
||||
description="Habla con un asesor AQUASOL y recibe atención inmediata vía WhatsApp."
|
||||
inputs={[
|
||||
{
|
||||
name: "Nombre",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "Telefono",
|
||||
type: "tel",
|
||||
placeholder: "Tu celular",
|
||||
required: true,
|
||||
},
|
||||
{ name: "Nombre", type: "text", placeholder: "Tu nombre", required: true },
|
||||
{ name: "Telefono", type: "tel", placeholder: "Tu celular", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "Mensaje",
|
||||
placeholder: "Cuéntanos qué necesitas",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "Mensaje", placeholder: "Cuéntanos qué necesitas", rows: 4 }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BV6pjZkb5uWOyWeCSycUWVMeDZ/clean-office-interior-with-cooling-syste-1774562131076-54276797.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -265,52 +135,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "302 604 0938",
|
||||
href: "https://wa.me/573026040938",
|
||||
},
|
||||
{
|
||||
label: "301 395 7212",
|
||||
href: "https://wa.me/573013957212",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Venta de Equipos",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instalación",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Mantenimiento",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="AQUASOL"
|
||||
columns={[
|
||||
{ items: [{ label: "302 604 0938", href: "https://wa.me/573026040938" }, { label: "301 395 7212", href: "https://wa.me/573013957212" }] },
|
||||
{ items: [{ label: "Venta de Equipos", href: "#" }, { label: "Instalación", href: "#" }, { label: "Mantenimiento", href: "#" }] },
|
||||
{ items: [{ label: "Política de Privacidad", href: "#" }, { label: "Términos", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user