Merge version_1 into main #2
219
src/app/page.tsx
219
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "services",
|
||||
},
|
||||
name: "Servicios", id: "services"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Limpieza a Fondo GC"
|
||||
/>
|
||||
@@ -55,47 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Deja tu sofá como nuevo en pocas horas"
|
||||
description="Servicio profesional de limpieza de sofás, colchones y tapicería en Las Palmas de Gran Canaria. Resultados impecables garantizados."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir presupuesto por WhatsApp",
|
||||
href: "https://wa.me/34604902525",
|
||||
},
|
||||
text: "Pedir presupuesto por WhatsApp", href: "https://wa.me/34604902525"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-duster_23-2148456970.jpg?_wi=1",
|
||||
imageAlt: "Limpieza de sofá",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-duster_23-2148456970.jpg", imageAlt: "Limpieza de sofá"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-owner-working_23-2148828372.jpg",
|
||||
imageAlt: "Limpieza de colchón",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-owner-working_23-2148828372.jpg", imageAlt: "Limpieza de colchón"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-disinfect-surface_23-2148577803.jpg",
|
||||
imageAlt: "Limpieza de tapicería",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/person-disinfect-surface_23-2148577803.jpg", imageAlt: "Limpieza de tapicería"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-sitting-sofa-with-cleaning-equipments-home_23-2147916446.jpg",
|
||||
imageAlt: "Limpieza de sillón",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-sitting-sofa-with-cleaning-equipments-home_23-2147916446.jpg", imageAlt: "Limpieza de sillón"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-home_23-2148112364.jpg",
|
||||
imageAlt: "Limpieza de coches",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-home_23-2148112364.jpg", imageAlt: "Limpieza de coches"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-couch_23-2148394949.jpg",
|
||||
imageAlt: "Resultados profesionales",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-couch_23-2148394949.jpg", imageAlt: "Resultados profesionales"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,49 +78,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Limpieza de Sofás",
|
||||
description: "Eliminamos manchas y ácaros dejando tu sofá como nuevo.",
|
||||
icon: Star,
|
||||
title: "Limpieza de Sofás", description: "Eliminamos manchas y ácaros dejando tu sofá como nuevo.", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358991.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358991.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hoovering-car-cabin-garage_1157-36597.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-duster_23-2148456970.jpg?_wi=2",
|
||||
imageAlt: "sofa deep cleaning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hoovering-car-cabin-garage_1157-36597.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Limpieza de Colchones",
|
||||
description: "Desinfección profunda para un descanso saludable y libre de alérgenos.",
|
||||
icon: Star,
|
||||
title: "Limpieza de Colchones", description: "Desinfección profunda para un descanso saludable y libre de alérgenos.", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-rubber-gloves-cleaning_23-2148465039.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-rubber-gloves-cleaning_23-2148465039.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-restoring-wooden-chair-side-view_23-2150062453.jpg",
|
||||
imageAlt: "sofa deep cleaning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Limpieza de Tapicería",
|
||||
description: "Limpieza a fondo para sillones, sillas y tapicería completa de vehículos.",
|
||||
icon: Car,
|
||||
title: "Limpieza de Tapicería", description: "Limpieza a fondo para sillones, sillas y tapicería completa de vehículos.", icon: Car,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-rechargeable-vacuum-cleaner-cleaning-home_1303-27164.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-blond-woman-sits-with-cup-tea-bedroom-rests-home-enjoys_1258-255115.jpg?_wi=1",
|
||||
imageAlt: "sofa deep cleaning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-rechargeable-vacuum-cleaner-cleaning-home_1303-27164.jpg"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
@@ -164,23 +117,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Sparkles,
|
||||
title: "Resultados Visibles",
|
||||
value: "100%",
|
||||
},
|
||||
id: "m1", icon: Sparkles,
|
||||
title: "Resultados Visibles", value: "100%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Timer,
|
||||
title: "Secado Rápido",
|
||||
value: "24h",
|
||||
},
|
||||
id: "m2", icon: Timer,
|
||||
title: "Secado Rápido", value: "24h"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "Clientes Satisfechos",
|
||||
value: "50+",
|
||||
},
|
||||
id: "m3", icon: Users,
|
||||
title: "Clientes Satisfechos", value: "50+"},
|
||||
]}
|
||||
title="¿Por qué elegirnos?"
|
||||
description="Calidad, rapidez y atención personalizada a tu disposición."
|
||||
@@ -194,40 +138,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "María G.",
|
||||
role: "Cliente",
|
||||
testimonial: "Mi sofá quedó como nuevo. Muy profesional y puntual.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "María G.", role: "Cliente", testimonial: "Mi sofá quedó como nuevo. Muy profesional y puntual.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Juan L.",
|
||||
role: "Cliente",
|
||||
testimonial: "Tenía manchas de años y desaparecieron completamente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-blond-woman-sits-with-cup-tea-bedroom-rests-home-enjoys_1258-255115.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Juan L.", role: "Cliente", testimonial: "Tenía manchas de años y desaparecieron completamente.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-blond-woman-sits-with-cup-tea-bedroom-rests-home-enjoys_1258-255115.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
role: "Cliente",
|
||||
testimonial: "Servicio rápido, limpio y con muy buen olor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-sitting-sofa-looking-camera-home_23-2148098178.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", role: "Cliente", testimonial: "Servicio rápido, limpio y con muy buen olor.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-sitting-sofa-looking-camera-home_23-2148098178.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pedro M.",
|
||||
role: "Cliente",
|
||||
testimonial: "Muy detallista y cuidadoso. Se nota que sabe lo que hace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
|
||||
},
|
||||
id: "4", name: "Pedro M.", role: "Cliente", testimonial: "Muy detallista y cuidadoso. Se nota que sabe lo que hace.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ana C.",
|
||||
role: "Cliente",
|
||||
testimonial: "Repetiré sin duda. Excelente trato y resultado perfecto.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-1754.jpg",
|
||||
},
|
||||
id: "5", name: "Ana C.", role: "Cliente", testimonial: "Repetiré sin duda. Excelente trato y resultado perfecto.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-1754.jpg"},
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Tu confianza es nuestro mayor logro."
|
||||
@@ -239,14 +158,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Las Palmas",
|
||||
"San Mateo",
|
||||
"Telde",
|
||||
"Arucas",
|
||||
"Gáldar",
|
||||
"Agüimes",
|
||||
"Santa Brígida",
|
||||
]}
|
||||
"Las Palmas", "San Mateo", "Telde", "Arucas", "Gáldar", "Agüimes", "Santa Brígida"]}
|
||||
title="Expertos en Las Palmas"
|
||||
description="Servicio de confianza local."
|
||||
/>
|
||||
@@ -259,13 +171,9 @@ export default function LandingPage() {
|
||||
description="En Limpieza a Fondo GC nos especializamos en devolver la vida a tus muebles. Trabajamos con técnicas profesionales y cuidamos cada detalle para que el resultado sea impecable. Nuestra pasión es tu satisfacción."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Años de experiencia",
|
||||
},
|
||||
value: "10+", title: "Años de experiencia"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Compromiso",
|
||||
},
|
||||
value: "100%", title: "Compromiso"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-businesswoman-owner-working_23-2148828371.jpg"
|
||||
@@ -280,22 +188,14 @@ export default function LandingPage() {
|
||||
description="Contáctanos y solicita tu presupuesto gratuito."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Tu nombre", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Tu teléfono",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Tu teléfono", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Cuéntanos qué necesitas limpiar",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Cuéntanos qué necesitas limpiar", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-cleaning-sheepskin-with-whisk-broom_1398-431.jpg"
|
||||
imageAlt="Equipo de limpieza trabajando"
|
||||
@@ -307,46 +207,29 @@ export default function LandingPage() {
|
||||
logoText="Limpieza a Fondo GC"
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Sofás",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Sofás", href: "#services"},
|
||||
{
|
||||
label: "Colchones",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Colchones", href: "#services"},
|
||||
{
|
||||
label: "Tapicería",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Tapicería", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidad", href: "#"},
|
||||
{
|
||||
label: "Aviso Legal",
|
||||
href: "#",
|
||||
},
|
||||
label: "Aviso Legal", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user