Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
158
src/app/page.tsx
158
src/app/page.tsx
@@ -31,14 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Servicios", id: "features"},
|
||||
{
|
||||
name: "Testimonios", id: "testimonials"},
|
||||
{
|
||||
name: "Contacto", id: "contact"},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Servicios", id: "features" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Trash Bin Clean PR"
|
||||
button={{ text: "Contacto", href: "#contact" }}
|
||||
@@ -47,22 +43,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Limpieza profesional de Zafacones soterrados y Aceras"
|
||||
description="Eliminamos bacterias, gérmenes y malos olores. Servicio rápido y eficaz para mantener su hogar impecable."
|
||||
tag="Expertos en higiene"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Trash Bin Clean PR | Servicios Profesionales de Limpieza"
|
||||
description="Limpieza profunda de zafacones y áreas exteriores. Eliminamos bacterias, gérmenes y malos olores para mantener su propiedad impecable y saludable."
|
||||
tag="Higiene Garantizada"
|
||||
mediaItems={[
|
||||
{
|
||||
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", imageAlt: "Desinfección de alta presión"},
|
||||
{
|
||||
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/worker-putting-protective-gloves_23-2148773452.jpg", imageAlt: "Trabajador poniéndose guantes de protección"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sanitation-worker-hazmat-suit-disinfecting-public-building-coronavirus-epidemic_637285-7928.jpg", imageAlt: "Limpieza profesional de contenedores" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-showing-something_1368-1759.jpg", imageAlt: "Contenedores limpios" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg", imageAlt: "Desinfección de zafacones" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -75,56 +63,26 @@ 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0d2zAtCnKbrWqTqNIvl7GvSdu/uploaded-1777424512218-18yy4zr4.jpg"},
|
||||
title: "Limpieza profunda de Trash Bin", description: "Desinfección integral de sus contenedores para eliminar malos olores y plagas.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0d2zAtCnKbrWqTqNIvl7GvSdu/uploaded-1777424512218-18yy4zr4.jpg" },
|
||||
items: [
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Protección contra plagas"},
|
||||
{
|
||||
icon: Droplets,
|
||||
text: "Desinfección total"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Eliminación de olores"},
|
||||
{ icon: ShieldCheck, text: "Desinfección bactericida" },
|
||||
{ icon: Droplets, text: "Agua a alta presión" },
|
||||
{ icon: Sparkles, text: "Eliminación total de residuos" },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
title: "Productos Eco-amigables", description: "Cuidamos el medio ambiente utilizando soluciones de limpieza no tóxicas.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0d2zAtCnKbrWqTqNIvl7GvSdu/uploaded-1777424512218-18yy4zr4.jpg"},
|
||||
title: "Seguridad Ecológica", description: "Utilizamos productos biodegradables seguros para su familia y el entorno.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0d2zAtCnKbrWqTqNIvl7GvSdu/uploaded-1777424512218-18yy4zr4.jpg" },
|
||||
items: [
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Ingredientes biodegradables"},
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Sin químicos dañinos"},
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Seguro para su familia"},
|
||||
{ icon: Leaf, text: "100% Ecológico" },
|
||||
{ icon: Heart, text: "Seguro para mascotas" },
|
||||
{ icon: CheckCircle2, text: "Cumplimiento ambiental" },
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
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"},
|
||||
{
|
||||
icon: Award,
|
||||
text: "Calidad garantizada"},
|
||||
{
|
||||
icon: ThumbsUp,
|
||||
text: "Clientes felices"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
description="Utilizamos agua a alta presión y productos desinfectantes para asegurar una limpieza total."
|
||||
title="Nuestra Especialidad: Trash Bins"
|
||||
description="Nos enfocamos en la desinfección sanitaria de sus contenedores de basura."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,15 +92,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
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: "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: "m1", value: "100%", title: "Higiénico", description: "Libre de gérmenes y bacterias", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-washing-fish-with-hose_181624-58490.jpg" },
|
||||
{ id: "m2", value: "24h", title: "Respuesta Rápida", description: "Agende su cita hoy mismo", imageSrc: "http://img.b2bpic.net/free-photo/infectious-waste-old-wood-room_1232-3530.jpg" },
|
||||
]}
|
||||
title="Por qué elegirnos"
|
||||
description="Nuestros números respaldan la calidad y el compromiso de nuestro servicio."
|
||||
title="Beneficios de Trash Bin Clean PR"
|
||||
description="Un entorno limpio comienza por el manejo de sus residuos."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -151,19 +105,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
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: "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: "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: "t1", title: "Increíble", quote: "Mis contenedores finalmente no huelen mal. Excelente servicio.", name: "Juan Pérez", role: "Cliente", 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 del trash bin.", name: "María García", role: "Vecina", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg" },
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="La confianza de nuestros clientes es nuestro mayor activo."
|
||||
title="Testimonios de Clientes"
|
||||
description="Opiniones sobre nuestro servicio de limpieza de trash bins."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -172,15 +118,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "¿Con qué frecuencia debo limpiar mis contenedores(zafacones)?", content: "Recomendamos 1 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: "q3", title: "¿Tengo que estar en casa?", content: "No, nuestro servicio es totalmente autónomo y seguro."},
|
||||
{ id: "q1", title: "¿Cada cuánto limpiar el trash bin?", content: "Recomendamos una limpieza mensual para evitar acumulación de olores." },
|
||||
{ id: "q2", title: "¿Es seguro el proceso?", content: "Totalmente, utilizamos desinfectantes grado profesional y respetuosos con el ambiente." },
|
||||
]}
|
||||
title="Preguntas frecuentes"
|
||||
description="Respondemos a sus dudas sobre nuestro servicio de limpieza."
|
||||
title="Preguntas Frecuentes"
|
||||
description="Todo lo que necesita saber sobre su trash bin."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -189,24 +131,20 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Urban Home Owners", "Clean Community Org", "Residential Association", "Eco-Green Partners", "Sanitation Experts", "Neighborhood Alliance", "Quality Service Guild"]}
|
||||
names={["Asociación de Residentes", "Trash Clean PR", "Comunidad Saludable"]}
|
||||
title="Avalados por"
|
||||
description="Trabajamos con las mejores organizaciones para asegurar su tranquilidad."
|
||||
description="Comprometidos con la limpieza y salud comunitaria."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contacto"
|
||||
title="Agenda tu limpieza hoy"
|
||||
description="Dile adiós a los malos olores y protege tu hogar."
|
||||
title="Agenda limpieza para tu Trash Bin"
|
||||
description="¡Contáctanos y recupera la higiene de tu hogar hoy!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-overall-holding-tool-box_23-2148085283.jpg"
|
||||
inputPlaceholder="Ingresa tu email"
|
||||
buttonText="Agendar cita"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -214,26 +152,12 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Trash Bin Clean PR"
|
||||
columns={[
|
||||
{
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Limpieza Residencial", href: "#"},
|
||||
{
|
||||
label: "Desinfección", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre nosotros", href: "#"},
|
||||
{
|
||||
label: "Contacto", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Servicios", items: [{ label: "Limpieza de Trash Bin", href: "#" }] },
|
||||
{ title: "Empresa", items: [{ label: "Contacto", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user