Merge version_1 into main #2
208
src/app/page.tsx
208
src/app/page.tsx
@@ -32,55 +32,37 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "features",
|
||||
},
|
||||
name: "Servicios", id: "features"},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonios", id: "testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Trash Bin Clean PR"
|
||||
button={{ text: "Contacto", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Limpieza profesional de contenedores de basura"
|
||||
description="Eliminamos bacterias, gérmenes y malos olores. Servicio rápido y eficaz para mantener su hogar impecable."
|
||||
tag="Expertos en higiene"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitation-worker-hazmat-suit-disinfecting-public-building-coronavirus-epidemic_637285-7928.jpg?_wi=1",
|
||||
imageAlt: "Limpieza profesional",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitation-worker-hazmat-suit-disinfecting-public-building-coronavirus-epidemic_637285-7928.jpg", imageAlt: "Limpieza profesional"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-paint_23-2149714288.jpg?_wi=1",
|
||||
imageAlt: "Desinfección de alta presión",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-paint_23-2149714288.jpg", imageAlt: "Desinfección de alta presión"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-showing-something_1368-1759.jpg?_wi=1",
|
||||
imageAlt: "Contenedores impecables",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-showing-something_1368-1759.jpg", imageAlt: "Contenedores impecables"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-suit-disinfecting-shelf_23-2148563400.jpg",
|
||||
imageAlt: "Hombre con traje desinfectando estantes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-suit-disinfecting-shelf_23-2148563400.jpg", imageAlt: "Hombre con traje desinfectando estantes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg",
|
||||
imageAlt: "Trabajador poniéndose guantes de protección",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg", imageAlt: "Trabajador poniéndose guantes de protección"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -93,76 +75,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Desinfección profunda",
|
||||
description: "Eliminamos el 99.9% de las bacterias que se acumulan en sus contenedores.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-holding-spray-bottle_23-2147839417.jpg",
|
||||
},
|
||||
title: "Desinfección profunda", description: "Eliminamos el 99.9% de las bacterias que se acumulan en sus contenedores.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-holding-spray-bottle_23-2147839417.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Protección contra plagas",
|
||||
},
|
||||
text: "Protección contra plagas"},
|
||||
{
|
||||
icon: Droplets,
|
||||
text: "Desinfección total",
|
||||
},
|
||||
text: "Desinfección total"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Eliminación de olores",
|
||||
},
|
||||
text: "Eliminación de olores"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitation-worker-hazmat-suit-disinfecting-public-building-coronavirus-epidemic_637285-7928.jpg?_wi=2",
|
||||
imageAlt: "high pressure washing equipment",
|
||||
},
|
||||
{
|
||||
title: "Productos Eco-amigables",
|
||||
description: "Cuidamos el medio ambiente utilizando soluciones de limpieza no tóxicas.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plastic-bottles-green-background_23-2149449768.jpg",
|
||||
},
|
||||
title: "Productos Eco-amigables", description: "Cuidamos el medio ambiente utilizando soluciones de limpieza no tóxicas.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plastic-bottles-green-background_23-2149449768.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Ingredientes biodegradables",
|
||||
},
|
||||
text: "Ingredientes biodegradables"},
|
||||
{
|
||||
icon: Trees,
|
||||
text: "Sin químicos dañinos",
|
||||
},
|
||||
icon: Leaf,
|
||||
text: "Sin químicos dañinos"},
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Seguro para su familia",
|
||||
},
|
||||
text: "Seguro para su familia"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-paint_23-2149714288.jpg?_wi=2",
|
||||
imageAlt: "high pressure washing equipment",
|
||||
},
|
||||
{
|
||||
title: "Resultados Garantizados",
|
||||
description: "Su satisfacción es nuestra prioridad con un servicio confiable y constante.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167741.jpg",
|
||||
},
|
||||
title: "Resultados Garantizados", description: "Su satisfacción es nuestra prioridad con un servicio confiable y constante.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167741.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle2,
|
||||
text: "Servicio puntual",
|
||||
},
|
||||
text: "Servicio puntual"},
|
||||
{
|
||||
icon: Award,
|
||||
text: "Calidad garantizada",
|
||||
},
|
||||
text: "Calidad garantizada"},
|
||||
{
|
||||
icon: ThumbsUp,
|
||||
text: "Clientes felices",
|
||||
},
|
||||
text: "Clientes felices"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-showing-something_1368-1759.jpg?_wi=2",
|
||||
imageAlt: "high pressure washing equipment",
|
||||
},
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
@@ -177,26 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Contenedores limpios",
|
||||
description: "Asegurando la higiene en nuestra comunidad.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-office-work-day_23-2150690125.jpg",
|
||||
},
|
||||
id: "m1", value: "500+", title: "Contenedores limpios", description: "Asegurando la higiene en nuestra comunidad.", imageSrc: "http://img.b2bpic.net/free-photo/person-office-work-day_23-2150690125.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Satisfacción garantizada",
|
||||
description: "Clientes complacidos con nuestro servicio.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/infectious-waste-old-wood-room_1232-3530.jpg",
|
||||
},
|
||||
id: "m2", value: "100%", title: "Satisfacción garantizada", description: "Clientes complacidos con nuestro servicio.", imageSrc: "http://img.b2bpic.net/free-photo/infectious-waste-old-wood-room_1232-3530.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Disponibilidad",
|
||||
description: "Estamos aquí cuando usted nos necesita.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-washing-fish-with-hose_181624-58490.jpg",
|
||||
},
|
||||
id: "m3", value: "24/7", title: "Disponibilidad", description: "Estamos aquí cuando usted nos necesita.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-washing-fish-with-hose_181624-58490.jpg"},
|
||||
]}
|
||||
title="Por qué elegirnos"
|
||||
description="Nuestros números respaldan la calidad y el compromiso de nuestro servicio."
|
||||
@@ -209,45 +152,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Excelente servicio",
|
||||
quote: "Increíble cómo dejaron mis botes, ¡sin olor alguno!",
|
||||
name: "Juan Pérez",
|
||||
role: "Propietario",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-taking-keys-from-realtor-woman-standing-indoors_259150-58367.jpg",
|
||||
},
|
||||
id: "t1", title: "Excelente servicio", quote: "Increíble cómo dejaron mis botes, ¡sin olor alguno!", name: "Juan Pérez", role: "Propietario", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-taking-keys-from-realtor-woman-standing-indoors_259150-58367.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Muy profesionales",
|
||||
quote: "Puntuales y muy detallistas con la limpieza.",
|
||||
name: "María García",
|
||||
role: "Ama de casa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-gloves-with-garbage-bag-cleans-up-forest_169016-23287.jpg",
|
||||
},
|
||||
id: "t2", title: "Muy profesionales", quote: "Puntuales y muy detallistas con la limpieza.", name: "María García", role: "Ama de casa", imageSrc: "http://img.b2bpic.net/free-photo/young-man-gloves-with-garbage-bag-cleans-up-forest_169016-23287.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Totalmente recomendado",
|
||||
quote: "Adiós a las moscas y al mal olor, gran servicio.",
|
||||
name: "Carlos Ruiz",
|
||||
role: "Residente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/promotion-recycling-small-waste_329181-9734.jpg",
|
||||
},
|
||||
id: "t3", title: "Totalmente recomendado", quote: "Adiós a las moscas y al mal olor, gran servicio.", name: "Carlos Ruiz", role: "Residente", imageSrc: "http://img.b2bpic.net/free-photo/promotion-recycling-small-waste_329181-9734.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Rápido y eficaz",
|
||||
quote: "El mejor servicio que he contratado en años.",
|
||||
name: "Ana Martínez",
|
||||
role: "Cliente feliz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg",
|
||||
},
|
||||
id: "t4", title: "Rápido y eficaz", quote: "El mejor servicio que he contratado en años.", name: "Ana Martínez", role: "Cliente feliz", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Impecables",
|
||||
quote: "Excelente trabajo, los contenedores quedaron como nuevos.",
|
||||
name: "Pedro López",
|
||||
role: "Vecino",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
},
|
||||
id: "t5", title: "Impecables", quote: "Excelente trabajo, los contenedores quedaron como nuevos.", name: "Pedro López", role: "Vecino", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"},
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="La confianza de nuestros clientes es nuestro mayor activo."
|
||||
@@ -260,20 +173,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "¿Con qué frecuencia debo limpiar mis contenedores?",
|
||||
content: "Recomendamos una limpieza mensual para mantener un ambiente libre de bacterias.",
|
||||
},
|
||||
id: "q1", title: "¿Con qué frecuencia debo limpiar mis contenedores?", content: "Recomendamos una limpieza mensual para mantener un ambiente libre de bacterias."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "¿Utilizan químicos peligrosos?",
|
||||
content: "No, usamos soluciones eco-amigables y desinfectantes seguros.",
|
||||
},
|
||||
id: "q2", title: "¿Utilizan químicos peligrosos?", content: "No, usamos soluciones eco-amigables y desinfectantes seguros."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "¿Tengo que estar en casa?",
|
||||
content: "No, nuestro servicio es totalmente autónomo y seguro.",
|
||||
},
|
||||
id: "q3", title: "¿Tengo que estar en casa?", content: "No, nuestro servicio es totalmente autónomo y seguro."},
|
||||
]}
|
||||
title="Preguntas frecuentes"
|
||||
description="Respondemos a sus dudas sobre nuestro servicio de limpieza."
|
||||
@@ -286,14 +190,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Urban Home Owners",
|
||||
"Clean Community Org",
|
||||
"Residential Association",
|
||||
"Eco-Green Partners",
|
||||
"Sanitation Experts",
|
||||
"Neighborhood Alliance",
|
||||
"Quality Service Guild",
|
||||
]}
|
||||
"Urban Home Owners", "Clean Community Org", "Residential Association", "Eco-Green Partners", "Sanitation Experts", "Neighborhood Alliance", "Quality Service Guild"]}
|
||||
title="Avalados por"
|
||||
description="Trabajamos con las mejores organizaciones para asegurar su tranquilidad."
|
||||
/>
|
||||
@@ -303,8 +200,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contacto"
|
||||
title="Agenda tu limpieza hoy"
|
||||
description="Dile adiós a los malos olores y protege tu hogar."
|
||||
@@ -319,29 +215,19 @@ export default function LandingPage() {
|
||||
logoText="Trash Bin Clean PR"
|
||||
columns={[
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Limpieza Residencial",
|
||||
href: "#",
|
||||
},
|
||||
label: "Limpieza Residencial", href: "#"},
|
||||
{
|
||||
label: "Desinfección",
|
||||
href: "#",
|
||||
},
|
||||
label: "Desinfección", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre nosotros",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sobre nosotros", href: "#"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contacto", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -350,4 +236,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user