Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5dd1a6f55 | |||
| 35ba58cfd1 |
326
src/app/page.tsx
326
src/app/page.tsx
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
@@ -11,6 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,31 +31,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "servicios",
|
||||
},
|
||||
name: "Servicios", id: "servicios"},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "sobre-motorense",
|
||||
},
|
||||
name: "Sobre Nosotros", id: "sobre-motorense"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "opiniones",
|
||||
},
|
||||
name: "Opiniones", id: "opiniones"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contacto",
|
||||
},
|
||||
name: "Contacto", id: "contacto"},
|
||||
]}
|
||||
brandName="Motorense"
|
||||
button={{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:603255187",
|
||||
}}
|
||||
text: "Llamar ahora", href: "tel:603255187"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,39 +53,23 @@ export default function LandingPage() {
|
||||
description="Reparación, mantenimiento y puesta a punto de motocicletas con atención profesional y plazos realistas."
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:603255187",
|
||||
},
|
||||
text: "Llamar ahora", href: "tel:603255187"},
|
||||
{
|
||||
text: "Solicitar cita",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Solicitar cita", href: "#contacto"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-head-bearded-bicycle-mechanic-workshop-with-bike-parts-wheel-background_613910-14228.jpg",
|
||||
imageAlt: "Taller moderno de motos con mecánica",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-head-bearded-bicycle-mechanic-workshop-with-bike-parts-wheel-background_613910-14228.jpg", imageAlt: "Taller moderno de motos con mecánica"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43593.jpg",
|
||||
imageAlt: "Mecánico trabajando en una moto deportiva",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43593.jpg", imageAlt: "Mecánico trabajando en una moto deportiva"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-garage-repairing-motorcycle_1321-1391.jpg",
|
||||
imageAlt: "Varias motocicletas en un taller limpio",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-garage-repairing-motorcycle_1321-1391.jpg", imageAlt: "Varias motocicletas en un taller limpio"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-repairing-his-motorcycle_23-2150704823.jpg",
|
||||
imageAlt: "Detalle de motor de motocicleta reparándose",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-repairing-his-motorcycle_23-2150704823.jpg", imageAlt: "Detalle de motor de motocicleta reparándose"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-motorcycle_1232-2670.jpg",
|
||||
imageAlt: "Moto en elevador lista para mantenimiento",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-motorcycle_1232-2670.jpg", imageAlt: "Moto en elevador lista para mantenimiento"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8133.jpg",
|
||||
imageAlt: "Mecánicos especializados en motocicletas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8133.jpg?_wi=1", imageAlt: "Mecánicos especializados en motocicletas"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -112,20 +84,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.6/5",
|
||||
description: "Valoración en Google",
|
||||
},
|
||||
id: "m1", value: "4.6/5", description: "Valoración en Google"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "70+",
|
||||
description: "Opiniones positivas",
|
||||
},
|
||||
id: "m2", value: "70+", description: "Opiniones positivas"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
description: "Años de experiencia",
|
||||
},
|
||||
id: "m3", value: "10+", description: "Años de experiencia"},
|
||||
]}
|
||||
title="La satisfacción de nuestros clientes nos avala"
|
||||
description="En Motorense, tu tranquilidad es nuestra prioridad. Nuestro compromiso con la calidad y el servicio nos ha convertido en un referente en Ourense."
|
||||
@@ -137,10 +100,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Atención personalizada",
|
||||
"Mecánicos especializados",
|
||||
"Reparaciones garantizadas",
|
||||
]}
|
||||
"Atención personalizada", "Mecánicos especializados", "Reparaciones garantizadas"]}
|
||||
title="Valores que nos definen"
|
||||
description="En Motorense, ofrecemos un servicio de calidad, transparente y con garantía total para tu tranquilidad."
|
||||
/>
|
||||
@@ -153,137 +113,71 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Cambio de aceite",
|
||||
description: "Mantenimiento esencial para el rendimiento y la vida útil de tu motor.",
|
||||
buttons: [
|
||||
title: "Cambio de aceite", description: "Mantenimiento esencial para el rendimiento y la vida útil de tu motor.", buttons: [
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contactar", href: "#contacto"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-motor-label-with-lettering-composition_1284-45861.jpg",
|
||||
imageAlt: "Icono de cambio de aceite",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-motor-label-with-lettering-composition_1284-45861.jpg", imageAlt: "Icono de cambio de aceite"},
|
||||
{
|
||||
title: "Reparación de motores",
|
||||
description: "Diagnóstico preciso y reparación experta para cualquier problema de motor.",
|
||||
buttons: [
|
||||
title: "Reparación de motores", description: "Diagnóstico preciso y reparación experta para cualquier problema de motor.", buttons: [
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contactar", href: "#contacto"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529646.jpg",
|
||||
imageAlt: "Icono de reparación de motor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529646.jpg", imageAlt: "Icono de reparación de motor"},
|
||||
{
|
||||
title: "Reparación eléctrica",
|
||||
description: "Solucionamos fallos eléctricos, desde el encendido hasta la iluminación.",
|
||||
buttons: [
|
||||
title: "Reparación eléctrica", description: "Solucionamos fallos eléctricos, desde el encendido hasta la iluminación.", buttons: [
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contactar", href: "#contacto"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-holding-hands-near-motorcycle-while-road-trip_23-2149023874.jpg",
|
||||
imageAlt: "Icono de reparación eléctrica",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-holding-hands-near-motorcycle-while-road-trip_23-2149023874.jpg", imageAlt: "Icono de reparación eléctrica"},
|
||||
{
|
||||
title: "Reparación de frenos",
|
||||
description: "Garantizamos tu seguridad con un sistema de frenado impecable.",
|
||||
buttons: [
|
||||
title: "Reparación de frenos", description: "Garantizamos tu seguridad con un sistema de frenado impecable.", buttons: [
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contactar", href: "#contacto"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motorbike-wheel-closeup-view_23-2148321970.jpg",
|
||||
imageAlt: "Icono de reparación de frenos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motorbike-wheel-closeup-view_23-2148321970.jpg", imageAlt: "Icono de reparación de frenos"},
|
||||
{
|
||||
title: "Reparación de suspensión y dirección",
|
||||
description: "Aseguramos un manejo suave y un control óptimo de tu moto.",
|
||||
buttons: [
|
||||
title: "Reparación de suspensión y dirección", description: "Aseguramos un manejo suave y un control óptimo de tu moto.", buttons: [
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contactar", href: "#contacto"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanics-standing-automobile-working_7502-4409.jpg",
|
||||
imageAlt: "Icono de suspensión y dirección",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanics-standing-automobile-working_7502-4409.jpg", imageAlt: "Icono de suspensión y dirección"},
|
||||
{
|
||||
title: "Calibración de ruedas",
|
||||
description: "Equilibrio y alineación para una conducción estable y segura.",
|
||||
buttons: [
|
||||
title: "Calibración de ruedas", description: "Equilibrio y alineación para una conducción estable y segura.", buttons: [
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contactar", href: "#contacto"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-people-with-off-road-car-driving-adventure_23-2151476204.jpg",
|
||||
imageAlt: "Icono de calibración de ruedas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-people-with-off-road-car-driving-adventure_23-2151476204.jpg", imageAlt: "Icono de calibración de ruedas"},
|
||||
{
|
||||
title: "Cambio y montaje de neumáticos",
|
||||
description: "Selección y montaje profesional de neumáticos para tu seguridad.",
|
||||
buttons: [
|
||||
title: "Cambio y montaje de neumáticos", description: "Selección y montaje profesional de neumáticos para tu seguridad.", buttons: [
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contactar", href: "#contacto"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-woman-with-cool-motorcycle_23-2150742837.jpg",
|
||||
imageAlt: "Icono de cambio de neumáticos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-woman-with-cool-motorcycle_23-2150742837.jpg", imageAlt: "Icono de cambio de neumáticos"},
|
||||
{
|
||||
title: "Limpieza de carburadores",
|
||||
description: "Optimizamos el rendimiento del motor con una limpieza a fondo.",
|
||||
buttons: [
|
||||
title: "Limpieza de carburadores", description: "Optimizamos el rendimiento del motor con una limpieza a fondo.", buttons: [
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contactar", href: "#contacto"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-connector_23-2148254107.jpg",
|
||||
imageAlt: "Icono de limpieza de carburadores",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-connector_23-2148254107.jpg", imageAlt: "Icono de limpieza de carburadores"},
|
||||
{
|
||||
title: "Sustitución de baterías",
|
||||
description: "Baterías de calidad e instalación profesional para un arranque fiable.",
|
||||
buttons: [
|
||||
title: "Sustitución de baterías", description: "Baterías de calidad e instalación profesional para un arranque fiable.", buttons: [
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contactar", href: "#contacto"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-old-woman-with-motorbike_23-2150647750.jpg",
|
||||
imageAlt: "Icono de sustitución de baterías",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-old-woman-with-motorbike_23-2150647750.jpg", imageAlt: "Icono de sustitución de baterías"},
|
||||
{
|
||||
title: "Venta de Pit Bikes",
|
||||
description: "Descubre nuestra selección de Pit Bikes, perfectas para la diversión.",
|
||||
buttons: [
|
||||
title: "Venta de Pit Bikes", description: "Descubre nuestra selección de Pit Bikes, perfectas para la diversión.", buttons: [
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contactar", href: "#contacto"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-cellphone-bicycle-workshop_23-2147892359.jpg",
|
||||
imageAlt: "Icono de Pit Bikes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-cellphone-bicycle-workshop_23-2147892359.jpg", imageAlt: "Icono de Pit Bikes"},
|
||||
{
|
||||
title: "Mantenimiento general",
|
||||
description: "Revisiones periódicas para mantener tu moto en perfecto estado.",
|
||||
buttons: [
|
||||
title: "Mantenimiento general", description: "Revisiones periódicas para mantener tu moto en perfecto estado.", buttons: [
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contactar", href: "#contacto"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/heavy-wrench-used-mechanical-repairs_1194-641498.jpg",
|
||||
imageAlt: "Icono de mantenimiento general",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/heavy-wrench-used-mechanical-repairs_1194-641498.jpg", imageAlt: "Icono de mantenimiento general"},
|
||||
]}
|
||||
title="Nuestros servicios para tu moto"
|
||||
description="Desde el mantenimiento rutinario hasta las reparaciones más complejas, tu moto está en las mejores manos."
|
||||
@@ -306,53 +200,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Servicio profesional y cumplimiento",
|
||||
quote: "Me dieron un plazo de una semana y cumplieron exactamente lo prometido. Trato claro y profesional, muy contento con el resultado.",
|
||||
name: "Alejandro López González",
|
||||
role: "Cliente Satisfecho",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-wearing-orange-sweater_273609-21619.jpg",
|
||||
},
|
||||
id: "1", title: "Servicio profesional y cumplimiento", quote: "Me dieron un plazo de una semana y cumplieron exactamente lo prometido. Trato claro y profesional, muy contento con el resultado.", name: "Alejandro López González", role: "Cliente Satisfecho", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-wearing-orange-sweater_273609-21619.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Atención excelente y trabajo impecable",
|
||||
quote: "Excelente atención, muy buenos materiales y un trabajo impecable. Da gusto encontrar talleres así, donde cuidan cada detalle.",
|
||||
name: "Adrián Reza",
|
||||
role: "Cliente Satisfecho",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
|
||||
},
|
||||
id: "2", title: "Atención excelente y trabajo impecable", quote: "Excelente atención, muy buenos materiales y un trabajo impecable. Da gusto encontrar talleres así, donde cuidan cada detalle.", name: "Adrián Reza", role: "Cliente Satisfecho", imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Totalmente recomendados",
|
||||
quote: "Llevo mi moto aquí desde hace años y siempre salgo encantado. Profesionalidad, rapidez y unos precios muy justos. Los recomiendo sin dudarlo.",
|
||||
name: "Laura García",
|
||||
role: "Cliente Fiel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5076.jpg",
|
||||
},
|
||||
id: "3", title: "Totalmente recomendados", quote: "Llevo mi moto aquí desde hace años y siempre salgo encantado. Profesionalidad, rapidez y unos precios muy justos. Los recomiendo sin dudarlo.", name: "Laura García", role: "Cliente Fiel", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5076.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Expertos en motocicletas",
|
||||
quote: "Realmente saben lo que hacen. Diagnosticaron y repararon un problema complejo que en otros sitios no supieron ver. ¡Mi moto funciona como nueva!",
|
||||
name: "Carlos Ruíz",
|
||||
role: "Apasionado de las motos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-wise-person_52683-100915.jpg",
|
||||
},
|
||||
id: "4", title: "Expertos en motocicletas", quote: "Realmente saben lo que hacen. Diagnosticaron y repararon un problema complejo que en otros sitios no supieron ver. ¡Mi moto funciona como nueva!", name: "Carlos Ruíz", role: "Apasionado de las motos", imageSrc: "http://img.b2bpic.net/free-photo/portrait-wise-person_52683-100915.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Transparencia y confianza",
|
||||
quote: "Me explicaron todo el proceso de reparación con total transparencia, sin sorpresas. Es un taller en el que confío plenamente, algo difícil de encontrar hoy en día.",
|
||||
name: "Sofía Morales",
|
||||
role: "Cliente Satisfecha",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-female-entrepreneur-white-shirt-cross-arms-chest-like-professional-standing-studio-background_1258-300481.jpg",
|
||||
},
|
||||
id: "5", title: "Transparencia y confianza", quote: "Me explicaron todo el proceso de reparación con total transparencia, sin sorpresas. Es un taller en el que confío plenamente, algo difícil de encontrar hoy en día.", name: "Sofía Morales", role: "Cliente Satisfecha", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-female-entrepreneur-white-shirt-cross-arms-chest-like-professional-standing-studio-background_1258-300481.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Eficiencia y buen trato",
|
||||
quote: "Necesitaba una reparación urgente y me atendieron con una eficiencia increíble. El trato fue muy amable y el resultado superó mis expectativas.",
|
||||
name: "Pablo Castro",
|
||||
role: "Motero Urbano",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-glasses_329181-12116.jpg",
|
||||
},
|
||||
id: "6", title: "Eficiencia y buen trato", quote: "Necesitaba una reparación urgente y me atendieron con una eficiencia increíble. El trato fue muy amable y el resultado superó mis expectativas.", name: "Pablo Castro", role: "Motero Urbano", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-glasses_329181-12116.jpg"},
|
||||
]}
|
||||
title="Lo que nuestros clientes opinan"
|
||||
description="Descubre por qué Motorense es el taller de confianza en Ourense. ¡Tu satisfacción es nuestro motor!"
|
||||
@@ -360,16 +218,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contacto" data-section="contacto">
|
||||
<ContactCenter
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Contacto"
|
||||
title="¿Tu moto necesita revisión o reparación?"
|
||||
description="Contacta con Motorense y vuelve a la carretera con total tranquilidad. Visítanos en Av. Portugal, 73, 32002 Ourense, España. Llámanos al 603 25 51 87. Abierto de Lunes a viernes desde las 09:00. Para solicitar una cita o una consulta, déjanos tu email o teléfono y te contactaremos."
|
||||
inputPlaceholder="Introduce tu email o teléfono"
|
||||
description="Para solicitar una cita o una consulta, déjanos tus datos en el formulario y te contactaremos lo antes posible. También puedes visitarnos en Av. Portugal, 73, 32002 Ourense, o llamarnos al 603 25 51 87. Abrimos de Lunes a Viernes desde las 09:00."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Tu nombre", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Tu email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Tu teléfono (opcional)" }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Cuéntanos sobre tu consulta o el problema de tu moto", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
buttonText="Enviar consulta"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8133.jpg?_wi=2"
|
||||
imageAlt="Mecánico trabajando en un taller moderno"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -377,54 +242,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Cambio de aceite",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Cambio de aceite", href: "#servicios"},
|
||||
{
|
||||
label: "Reparación de motores",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Reparación de motores", href: "#servicios"},
|
||||
{
|
||||
label: "Reparación eléctrica",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Reparación eléctrica", href: "#servicios"},
|
||||
{
|
||||
label: "Reparación de frenos",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Reparación de frenos", href: "#servicios"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "Llámanos: 603 25 51 87",
|
||||
href: "tel:603255187",
|
||||
},
|
||||
label: "Llámanos: 603 25 51 87", href: "tel:603255187"},
|
||||
{
|
||||
label: "Av. Portugal, 73, Ourense",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
label: "Av. Portugal, 73, Ourense", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
label: "Horario: L-V 09:00-Cierre",
|
||||
href: "#contacto",
|
||||
},
|
||||
label: "Horario: L-V 09:00-Cierre", href: "#contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos y Condiciones",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos y Condiciones", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -435,4 +279,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user