Merge version_2 into main #2
170
src/app/page.tsx
170
src/app/page.tsx
@@ -31,27 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "products",
|
||||
},
|
||||
name: "Productos", id: "products"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Opiniones", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="Cloud Exp."
|
||||
button={{
|
||||
text: "Comprar Ahora",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Comprar Ahora", href: "#products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,33 +51,21 @@ export default function LandingPage() {
|
||||
description="Tu destino premium para vapes de alta gama. Rapidez, variedad y la calidad que mereces en cada inhalación."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explorar Productos",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explorar Productos", href: "#products"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CXTHqq5DnxB1bHL20AVEeQ6dK2/uploaded-1776531219205-a8y8fllc.png"
|
||||
avatarText="Únete a +10,000 clientes satisfechos"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
|
||||
alt: "Usuario 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", alt: "Usuario 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
alt: "Usuario 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Usuario 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
alt: "Usuario 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", alt: "Usuario 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
alt: "Usuario 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", alt: "Usuario 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
alt: "Usuario 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", alt: "Usuario 5"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,20 +76,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Variedad Premium",
|
||||
description: "Acceso a las marcas más exclusivas y sabores seleccionados por expertos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-cocktail-glass-presented-wooden-shelves_140725-2479.jpg",
|
||||
},
|
||||
title: "Variedad Premium", description: "Acceso a las marcas más exclusivas y sabores seleccionados por expertos.", imageSrc: "http://img.b2bpic.net/free-photo/blue-cocktail-glass-presented-wooden-shelves_140725-2479.jpg"},
|
||||
{
|
||||
title: "Entrega Express",
|
||||
description: "Recibe tus vapes favoritos sin esperas. Rapidez garantizada a tu puerta.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-watch-logo-templates_23-2148956618.jpg",
|
||||
},
|
||||
title: "Entrega Express", description: "Recibe tus vapes premium en menos de 24 horas con nuestro servicio de entrega garantizada", imageSrc: "http://img.b2bpic.net/free-vector/creative-watch-logo-templates_23-2148956618.jpg"},
|
||||
{
|
||||
title: "Atención Experta",
|
||||
description: "Nuestro equipo está listo para asesorarte en la elección perfecta según tu gusto.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/telemarketing-sales-worker-answering-client-call-headset-talking-people-remote-helpline-support-young-telework-operator-using-customer-care-service-equipment-close-up_482257-43024.jpg",
|
||||
},
|
||||
title: "Atención Experta", description: "Nuestro equipo está listo para asesorarte en la elección perfecta según tu gusto.", imageSrc: "http://img.b2bpic.net/free-photo/telemarketing-sales-worker-answering-client-call-headset-talking-people-remote-helpline-support-young-telework-operator-using-customer-care-service-equipment-close-up_482257-43024.jpg"},
|
||||
]}
|
||||
title="Por qué elegir Cloud Experience"
|
||||
description="Elevamos el estándar de cada sesión con productos seleccionados y un servicio diseñado para ti."
|
||||
@@ -126,41 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Emerald Stealth",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/universal-cables-gadgets-neon-charging-data_169016-71502.jpg",
|
||||
},
|
||||
id: "p1", name: "Emerald Stealth", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/universal-cables-gadgets-neon-charging-data_169016-71502.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cloud Pro Pod",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213276.jpg",
|
||||
},
|
||||
id: "p2", name: "Cloud Pro Pod", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213276.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Shadow Stick",
|
||||
price: "$29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191875.jpg",
|
||||
},
|
||||
id: "p3", name: "Shadow Stick", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191875.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Titan Mod 2.0",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-electronic-cigarette_158595-3039.jpg",
|
||||
},
|
||||
id: "p4", name: "Titan Mod 2.0", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-electronic-cigarette_158595-3039.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Minimalist Pen",
|
||||
price: "$32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoke-coming-out-from-miniature-green-dustbin_23-2147826722.jpg",
|
||||
},
|
||||
id: "p5", name: "Minimalist Pen", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/smoke-coming-out-from-miniature-green-dustbin_23-2147826722.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Aero Atomizer",
|
||||
price: "$55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shocked-adult-ill-caucasian-man-with-scarf-around-neck-wearing-winter-hat-holding-looking-different-medicine-packs-isolated-pink-wall-with-copy-space_141793-97348.jpg",
|
||||
},
|
||||
id: "p6", name: "Aero Atomizer", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/shocked-adult-ill-caucasian-man-with-scarf-around-neck-wearing-winter-hat-holding-looking-different-medicine-packs-isolated-pink-wall-with-copy-space_141793-97348.jpg"},
|
||||
]}
|
||||
title="Lo más buscado"
|
||||
description="Descubre nuestra selección estrella de dispositivos y esencias premium."
|
||||
@@ -172,14 +117,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"CloudKing",
|
||||
"VapeDynamics",
|
||||
"PureCloud",
|
||||
"EmeraldTech",
|
||||
"TitanVape",
|
||||
"AeroSystems",
|
||||
"GlobalVape",
|
||||
]}
|
||||
"CloudKing", "VapeDynamics", "PureCloud", "EmeraldTech", "TitanVape", "AeroSystems", "GlobalVape"]}
|
||||
title="Nuestros Aliados"
|
||||
description="Trabajamos únicamente con los fabricantes más reconocidos del sector a nivel mundial."
|
||||
/>
|
||||
@@ -193,25 +131,15 @@ export default function LandingPage() {
|
||||
author="Carlos M."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
alt: "Carlos",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", alt: "Carlos"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
alt: "Maria",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Maria"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg",
|
||||
alt: "Juan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg", alt: "Juan"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-intellegent-man-white-shirt-dark-photo-studio_613910-3434.jpg",
|
||||
alt: "Ana",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-intellegent-man-white-shirt-dark-photo-studio_613910-3434.jpg", alt: "Ana"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-plaid-blaizer-turtleneck-sweater-looking-thoughtful-outdoor_574295-2015.jpg",
|
||||
alt: "Pedro",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-plaid-blaizer-turtleneck-sweater-looking-thoughtful-outdoor_574295-2015.jpg", alt: "Pedro"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -223,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Tienen envíos rápidos?",
|
||||
content: "Sí, realizamos envíos express en toda la zona metropolitana.",
|
||||
},
|
||||
id: "f1", title: "¿Tienen envíos rápidos?", content: "Sí, realizamos envíos express en toda la zona metropolitana."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Son productos originales?",
|
||||
content: "Todos nuestros productos son 100% auténticos y cuentan con garantía de fábrica.",
|
||||
},
|
||||
id: "f2", title: "¿Son productos originales?", content: "Todos nuestros productos son 100% auténticos y cuentan con garantía de fábrica."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Cómo elijo mi sabor ideal?",
|
||||
content: "Nuestro equipo te ayuda por WhatsApp a elegir según tus preferencias de dulzor y frescor.",
|
||||
},
|
||||
id: "f3", title: "¿Cómo elijo mi sabor ideal?", content: "Nuestro equipo te ayuda por WhatsApp a elegir según tus preferencias de dulzor y frescor."},
|
||||
]}
|
||||
sideTitle="Preguntas Frecuentes"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -247,8 +166,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contacto"
|
||||
title="Únete a nuestra comunidad"
|
||||
description="Suscríbete y recibe ofertas exclusivas, lanzamientos y promociones especiales para clientes VIP."
|
||||
@@ -260,33 +178,21 @@ export default function LandingPage() {
|
||||
logoText="Cloud Exp."
|
||||
columns={[
|
||||
{
|
||||
title: "Tienda",
|
||||
items: [
|
||||
title: "Tienda", items: [
|
||||
{
|
||||
label: "Productos",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Productos", href: "#products"},
|
||||
{
|
||||
label: "Opiniones",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Opiniones", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -295,4 +201,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user