Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
196
src/app/page.tsx
196
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Inicio", id: "#hero" },
|
||||
{ name: "Servicios", id: "#services" },
|
||||
{ name: "Testimonios", id: "#testimonials" },
|
||||
{ name: "Contacto", id: "#contact" },
|
||||
]}
|
||||
brandName="Electronic Instalaciones Rubí"
|
||||
/>
|
||||
@@ -54,43 +42,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Electrónica, instalaciones y servicio técnico de confianza"
|
||||
description="Más de una generación ayudando a hogares, comunidades y negocios en Rubí con soluciones electrónicas reales. Mientras otros venden productos, nosotros resolvemos problemas."
|
||||
tag="Expertos en Rubí"
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicitar asistencia",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Ver servicios",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Solicitar asistencia", href: "#contact" },
|
||||
{ text: "Ver servicios", href: "#services" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-business-associates-engineers-gather-discussion_482257-125944.jpg",
|
||||
imageAlt: "professional electrical technician working",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-business-associates-engineers-gather-discussion_482257-125944.jpg", imageAlt: "professional electrical technician working"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-wearing-work-clothes_273609-10809.jpg",
|
||||
imageAlt: "electronics service professional rubi",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-engineer-reviewing-power-system-documentation-near-switchboard-technical-analysis_169016-71817.jpg",
|
||||
imageAlt: "Electrical engineer reviewing power system documentation near switchboard technical analysis",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-photovoltaics-factory-technicians-monitoring-system-performance_482257-117931.jpg",
|
||||
imageAlt: "Team of photovoltaics factory technicians monitoring system performance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-mounter-holding-paper-tablet_23-2147743086.jpg",
|
||||
imageAlt: "Crop mounter holding paper tablet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-wearing-work-clothes_273609-10809.jpg", imageAlt: "electronics service professional rubi"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -116,26 +80,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Sistemas Videoporteros",
|
||||
description: "Instalación y reparación de sistemas de control de acceso para comunidades y edificios.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-white-clothes-using-tablet_23-2148910216.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-package-wearing-mask-close-up_23-2148869409.jpg",
|
||||
buttonText: "Consultar",
|
||||
},
|
||||
title: "Sistemas Videoporteros", description: "Instalación y reparación de sistemas de control de acceso para comunidades y edificios.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-white-clothes-using-tablet_23-2148910216.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-package-wearing-mask-close-up_23-2148869409.jpg", buttonText: "Consultar"},
|
||||
{
|
||||
title: "Antenas y Señal",
|
||||
description: "Reparación de antenas de TV y optimización de señal terrestre para una recepción perfecta.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/radio-antenna_1161-1.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/cute-brown-dove-sitting-antenna_181624-46322.jpg",
|
||||
buttonText: "Consultar",
|
||||
},
|
||||
title: "Antenas y Señal", description: "Reparación de antenas de TV y optimización de señal terrestre para una recepción perfecta.", imageSrc: "http://img.b2bpic.net/free-photo/radio-antenna_1161-1.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/cute-brown-dove-sitting-antenna_181624-46322.jpg", buttonText: "Consultar"},
|
||||
{
|
||||
title: "Electrónica y Averías",
|
||||
description: "Troubleshooting eléctrico y reparaciones electrónicas con diagnóstico claro y honesto.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176758.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manifold-gauges_482257-91083.jpg",
|
||||
buttonText: "Consultar",
|
||||
},
|
||||
title: "Electrónica y Averías", description: "Troubleshooting eléctrico y reparaciones electrónicas con diagnóstico claro y honesto.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176758.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manifold-gauges_482257-91083.jpg", buttonText: "Consultar"},
|
||||
]}
|
||||
title="Soluciones técnicas integrales"
|
||||
description="Servicios diseñados para comunidades de vecinos y hogares particulares que buscan profesionalismo, rapidez y, sobre todo, honestidad."
|
||||
@@ -149,27 +98,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "40+",
|
||||
title: "Años de experiencia",
|
||||
description: "Solucionando problemas técnicos",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1200+",
|
||||
title: "Clientes felices",
|
||||
description: "Familias y empresas de Rubí",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
title: "Fiabilidad",
|
||||
description: "Soluciones definitivas al primer intento",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{ id: "m1", value: "40+", title: "Años de experiencia", description: "Solucionando problemas técnicos", icon: Award },
|
||||
{ id: "m2", value: "1200+", title: "Clientes felices", description: "Familias y empresas de Rubí", icon: Users },
|
||||
{ id: "m3", value: "99%", title: "Fiabilidad", description: "Soluciones definitivas al primer intento", icon: CheckCircle },
|
||||
]}
|
||||
title="Nuestra trayectoria en cifras"
|
||||
description="Datos que avalan nuestra dedicación y el compromiso con nuestros clientes en Rubí."
|
||||
@@ -181,21 +112,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "¿Atienden reparaciones de emergencia?",
|
||||
content: "Sí, priorizamos a nuestros clientes habituales y comunidades de vecinos ante urgencias.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "¿Cómo es el proceso de diagnóstico?",
|
||||
content: "Realizamos un diagnóstico claro y te entregamos un presupuesto cerrado antes de cualquier reparación.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "¿Trabajan con comunidades de vecinos?",
|
||||
content: "Somos especialistas en mantenimiento y reparación de instalaciones de comunidades.",
|
||||
},
|
||||
{ id: "q1", title: "¿Atienden reparaciones de emergencia?", content: "Sí, priorizamos a nuestros clientes habituales y comunidades de vecinos ante urgencias." },
|
||||
{ id: "q2", title: "¿Cómo es el proceso de diagnóstico?", content: "Realizamos un diagnóstico claro y te entregamos un presupuesto cerrado antes de cualquier reparación." },
|
||||
{ id: "q3", title: "¿Trabajan con comunidades de vecinos?", content: "Somos especialistas en mantenimiento y reparación de instalaciones de comunidades." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-man-sharing-idea-with-colleague_23-2148336895.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -212,46 +131,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "María G.",
|
||||
role: "Vecina",
|
||||
company: "Comunidad Rubí",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-women-hugging_23-2149061657.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Joan P.",
|
||||
role: "Dueño Negocio",
|
||||
company: "Empresa Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Familia R.",
|
||||
role: "Homeowner",
|
||||
company: "Residente",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intercultural-friends-restaurant-taking-selfie_23-2148300949.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos M.",
|
||||
role: "Administrador",
|
||||
company: "Rubí Centro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-barber-standing-with-arm-crossed_107420-94783.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lucía V.",
|
||||
role: "Cliente",
|
||||
company: "Rubí Norte",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
},
|
||||
{ id: "1", name: "María G.", role: "Vecina", company: "Comunidad Rubí", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-women-hugging_23-2149061657.jpg" },
|
||||
{ id: "2", name: "Joan P.", role: "Dueño Negocio", company: "Empresa Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg" },
|
||||
{ id: "3", name: "Familia R.", role: "Homeowner", company: "Residente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/intercultural-friends-restaurant-taking-selfie_23-2148300949.jpg" },
|
||||
{ id: "4", name: "Carlos M.", role: "Administrador", company: "Rubí Centro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-barber-standing-with-arm-crossed_107420-94783.jpg" },
|
||||
{ id: "5", name: "Lucía V.", role: "Cliente", company: "Rubí Norte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg" },
|
||||
]}
|
||||
title="La voz de nuestros clientes"
|
||||
description="Historias reales de hogares y negocios que confían en nosotros para sus soluciones electrónicas."
|
||||
@@ -261,9 +145,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contacto rápido"
|
||||
title="Solicita una visita o presupuesto"
|
||||
description="Estamos listos para atenderte. Cuéntanos tu problema y nos pondremos en contacto contigo lo antes posible."
|
||||
@@ -273,32 +155,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Electrónica Rubí",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
{
|
||||
label: "LLámanos: 93 xxx xx xx",
|
||||
href: "tel:930000000",
|
||||
},
|
||||
{
|
||||
label: "Email: contacto@rubi.com",
|
||||
href: "mailto:contacto@rubi.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Electrónica Rubí", items: [{ label: "Sobre nosotros", href: "#about" }, { label: "Servicios", href: "#services" }] },
|
||||
{ title: "Contacto", items: [{ label: "LLámanos: 93 xxx xx xx", href: "tel:930000000" }, { label: "Email: contacto@rubi.com", href: "mailto:contacto@rubi.com" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Electronic Instalaciones Rubí, SL"
|
||||
bottomRightText="Todos los derechos reservados."
|
||||
@@ -307,4 +165,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user