Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
322
src/app/page.tsx
322
src/app/page.tsx
@@ -32,26 +32,16 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "servicios",
|
||||
},
|
||||
name: "Servicios", id: "servicios"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "nosotros",
|
||||
},
|
||||
name: "Nosotros", id: "nosotros"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contacto",
|
||||
},
|
||||
name: "Contacto", id: "contacto"},
|
||||
]}
|
||||
button={{
|
||||
text: "Pedir Cita",
|
||||
href: "#contacto",
|
||||
}}
|
||||
text: "Pedir Cita", href: "#contacto"}}
|
||||
topBarButton={{
|
||||
text: "915 43 42 06",
|
||||
href: "tel:+34915434206",
|
||||
}}
|
||||
text: "915 43 42 06", href: "tel:+34915434206"}}
|
||||
brandName="SBCARS Madrid"
|
||||
/>
|
||||
</div>
|
||||
@@ -60,63 +50,33 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Taller Mecánico Multimarca en el Centro de Madrid"
|
||||
description="Mecánicos certificados, servicio express y reparación para todas las marcas. Tu coche en las mejores manos, en pleno Chamberí."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Juan M.",
|
||||
handle: "@JuanM",
|
||||
testimonial: "Excelente servicio, mi coche quedó como nuevo. Rápido y muy profesionales. ¡Totalmente recomendable!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-digital-nomad-traveling-winter-time_23-2149207258.jpg",
|
||||
imageAlt: "Avatar de Juan M.",
|
||||
},
|
||||
name: "Juan M.", handle: "@JuanM", testimonial: "Excelente servicio, mi coche quedó como nuevo. Rápido y muy profesionales. ¡Totalmente recomendable!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-digital-nomad-traveling-winter-time_23-2149207258.jpg", imageAlt: "Avatar de Juan M."},
|
||||
{
|
||||
name: "Laura P.",
|
||||
handle: "@LauraP_Cars",
|
||||
testimonial: "Los mecánicos son muy amables y explican todo con claridad. Confío plenamente en ellos para el mantenimiento de mi vehículo.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-car-service_23-2148826534.jpg",
|
||||
imageAlt: "Avatar de Laura P.",
|
||||
},
|
||||
name: "Laura P.", handle: "@LauraP_Cars", testimonial: "Los mecánicos son muy amables y explican todo con claridad. Confío plenamente en ellos para el mantenimiento de mi vehículo.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-car-service_23-2148826534.jpg", imageAlt: "Avatar de Laura P."},
|
||||
{
|
||||
name: "Carlos R.",
|
||||
handle: "@CRuizAuto",
|
||||
testimonial: "Precio justo y trabajo impecable. Es difícil encontrar un taller tan honesto en Madrid. Volveré sin duda.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32019.jpg",
|
||||
imageAlt: "Avatar de Carlos R.",
|
||||
},
|
||||
name: "Carlos R.", handle: "@CRuizAuto", testimonial: "Precio justo y trabajo impecable. Es difícil encontrar un taller tan honesto en Madrid. Volveré sin duda.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32019.jpg", imageAlt: "Avatar de Carlos R."},
|
||||
{
|
||||
name: "Sofía G.",
|
||||
handle: "@SofiaG_",
|
||||
testimonial: "Necesitaba una reparación urgente y me atendieron al momento. La calidad del trabajo es superior.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-crossed-arms-checkered-shirt-looking-pleased_176474-35805.jpg",
|
||||
imageAlt: "Avatar de Sofía G.",
|
||||
},
|
||||
name: "Sofía G.", handle: "@SofiaG_", testimonial: "Necesitaba una reparación urgente y me atendieron al momento. La calidad del trabajo es superior.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-crossed-arms-checkered-shirt-looking-pleased_176474-35805.jpg", imageAlt: "Avatar de Sofía G."},
|
||||
{
|
||||
name: "Pablo D.",
|
||||
handle: "@PabloD_Mec",
|
||||
testimonial: "Profesionalidad y eficiencia definen a SBCARS Madrid. Siempre salgo satisfecho con el resultado.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11803.jpg",
|
||||
imageAlt: "Avatar de Pablo D.",
|
||||
},
|
||||
name: "Pablo D.", handle: "@PabloD_Mec", testimonial: "Profesionalidad y eficiencia definen a SBCARS Madrid. Siempre salgo satisfecho con el resultado.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11803.jpg", imageAlt: "Avatar de Pablo D."},
|
||||
]}
|
||||
tag="✔ Servicio Express | ✔ Todas las Marcas | ✔ Presupuesto Gratis"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir Cita Ahora",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Pedir Cita Ahora", href: "#contacto"},
|
||||
{
|
||||
text: "Llámanos: 915 43 42 06",
|
||||
href: "tel:+34915434206",
|
||||
},
|
||||
text: "Llámanos: 915 43 42 06", href: "tel:+34915434206"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171277.jpg"
|
||||
imageAlt="Modern car in a professional garage"
|
||||
@@ -124,48 +84,28 @@ export default function LandingPage() {
|
||||
tagIcon={CheckCircle}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/using-cutters-cut-cable-tie_23-2148254103.jpg",
|
||||
alt: "Man connecting engine wiring",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/using-cutters-cut-cable-tie_23-2148254103.jpg", alt: "Man connecting engine wiring"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mid-adult-auto-mechanic-cleaning-car-engine-with-air-blow-gun-repair-shop_637285-4315.jpg",
|
||||
alt: "Close-up of man holding connector",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mid-adult-auto-mechanic-cleaning-car-engine-with-air-blow-gun-repair-shop_637285-4315.jpg", alt: "Close-up of man holding connector"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-26049.jpg",
|
||||
alt: "Woman showing thumb up",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-26049.jpg", alt: "Woman showing thumb up"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-showing-italian-gesture-smiling-t-shirt-jacket-cap_176474-28341.jpg",
|
||||
alt: "Man warning with finger",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-showing-italian-gesture-smiling-t-shirt-jacket-cap_176474-28341.jpg", alt: "Man warning with finger"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-25843.jpg",
|
||||
alt: "Woman pointing to upper right",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-25843.jpg", alt: "Woman pointing to upper right"},
|
||||
]}
|
||||
avatarText="Más de 5000 clientes confían en nosotros"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Reparaciones de Calidad",
|
||||
},
|
||||
type: "text", text: "Reparaciones de Calidad"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Atención Personalizada",
|
||||
},
|
||||
type: "text", text: "Atención Personalizada"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tecnología Avanzada",
|
||||
},
|
||||
type: "text", text: "Tecnología Avanzada"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Transparencia Total",
|
||||
},
|
||||
type: "text", text: "Transparencia Total"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Garantía en cada Servicio",
|
||||
},
|
||||
type: "text", text: "Garantía en cada Servicio"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,24 +115,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Más de 20 años de experiencia, a tu servicio en Madrid.",
|
||||
},
|
||||
type: "text", content: "Más de 20 años de experiencia, a tu servicio en Madrid."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1302.jpg",
|
||||
alt: "Close-up of a mechanic working on a car engine",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1302.jpg", alt: "Close-up of a mechanic working on a car engine"},
|
||||
{
|
||||
type: "text",
|
||||
content: "SBCARS Madrid es tu taller de confianza, combinando tradición y las últimas tecnologías para el cuidado de tu vehículo.",
|
||||
},
|
||||
type: "text", content: "SBCARS Madrid es tu taller de confianza, combinando tradición y las últimas tecnologías para el cuidado de tu vehículo."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conoce al Equipo",
|
||||
href: "#equipo",
|
||||
},
|
||||
text: "Conoce al Equipo", href: "#equipo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -204,64 +135,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Mecánica General",
|
||||
title: "Diagnosis y reparación integral para cualquier avería",
|
||||
items: [],
|
||||
id: "f1", label: "Mecánica General", title: "Diagnosis y reparación integral para cualquier avería", items: [],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Electricidad del Vehículo",
|
||||
title: "Sistemas eléctricos, sensores y módulos electrónicos",
|
||||
items: [],
|
||||
id: "f2", label: "Electricidad del Vehículo", title: "Sistemas eléctricos, sensores y módulos electrónicos", items: [],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Inyección",
|
||||
title: "Limpieza y reparación del sistema de inyección de combustible",
|
||||
items: [],
|
||||
id: "f3", label: "Inyección", title: "Limpieza y reparación del sistema de inyección de combustible", items: [],
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
label: "Aire Acondicionado",
|
||||
title: "Carga, revisión y reparación del climatizador",
|
||||
items: [],
|
||||
id: "f4", label: "Aire Acondicionado", title: "Carga, revisión y reparación del climatizador", items: [],
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
label: "Neumáticos",
|
||||
title: "Montaje, equilibrado y revisión de neumáticos de todas las medidas",
|
||||
items: [],
|
||||
id: "f5", label: "Neumáticos", title: "Montaje, equilibrado y revisión de neumáticos de todas las medidas", items: [],
|
||||
},
|
||||
{
|
||||
id: "f6",
|
||||
label: "Cambio de Aceite",
|
||||
title: "Mantenimiento rápido con lubricantes de alta calidad",
|
||||
items: [],
|
||||
id: "f6", label: "Cambio de Aceite", title: "Mantenimiento rápido con lubricantes de alta calidad", items: [],
|
||||
},
|
||||
{
|
||||
id: "f7",
|
||||
label: "Frenos",
|
||||
title: "Sustitución de pastillas, discos y revisión completa del sistema",
|
||||
items: [],
|
||||
id: "f7", label: "Frenos", title: "Sustitución de pastillas, discos y revisión completa del sistema", items: [],
|
||||
},
|
||||
{
|
||||
id: "f8",
|
||||
label: "Batería",
|
||||
title: "Diagnóstico, recarga y sustitución de baterías",
|
||||
items: [],
|
||||
id: "f8", label: "Batería", title: "Diagnóstico, recarga y sustitución de baterías", items: [],
|
||||
},
|
||||
{
|
||||
id: "f9",
|
||||
label: "Amortiguadores",
|
||||
title: "Revisión y cambio para una conducción segura y estable",
|
||||
items: [],
|
||||
id: "f9", label: "Amortiguadores", title: "Revisión y cambio para una conducción segura y estable", items: [],
|
||||
},
|
||||
{
|
||||
id: "f10",
|
||||
label: "Alineación y Geometría",
|
||||
title: "Corrección de la dirección y alineación de ruedas",
|
||||
items: [],
|
||||
id: "f10", label: "Alineación y Geometría", title: "Corrección de la dirección y alineación de ruedas", items: [],
|
||||
},
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
@@ -276,29 +177,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Zap,
|
||||
title: "Servicio Express",
|
||||
value: "Reparaciones rápidas sin sacrificar calidad. Tu tiempo es lo primero.",
|
||||
},
|
||||
id: "m1", icon: Zap,
|
||||
title: "Servicio Express", value: "Reparaciones rápidas sin sacrificar calidad. Tu tiempo es lo primero."},
|
||||
{
|
||||
id: "m2",
|
||||
icon: MapPin,
|
||||
title: "En el Corazón de Madrid",
|
||||
value: "Ubicados en Chamberí, fácil acceso desde cualquier punto de la ciudad.",
|
||||
},
|
||||
id: "m2", icon: MapPin,
|
||||
title: "En el Corazón de Madrid", value: "Ubicados en Chamberí, fácil acceso desde cualquier punto de la ciudad."},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Car,
|
||||
title: "Todas las Marcas",
|
||||
value: "Trabajamos con vehículos de cualquier fabricante, nacional o de importación.",
|
||||
},
|
||||
id: "m3", icon: Car,
|
||||
title: "Todas las Marcas", value: "Trabajamos con vehículos de cualquier fabricante, nacional o de importación."},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Award,
|
||||
title: "Técnicos Certificados",
|
||||
value: "Profesionales con formación continua y experiencia demostrada.",
|
||||
},
|
||||
id: "m4", icon: Award,
|
||||
title: "Técnicos Certificados", value: "Profesionales con formación continua y experiencia demostrada."},
|
||||
]}
|
||||
title="¿Por qué elegirnos?"
|
||||
description="Nuestro compromiso es tu tranquilidad. Descubre las ventajas de confiar en SBCARS Madrid."
|
||||
@@ -310,14 +199,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Clientes Satisfechos",
|
||||
"Servicio de Calidad",
|
||||
"Experiencia Comprobada",
|
||||
"Taller de Confianza",
|
||||
"Garantía SBCARS",
|
||||
"Reputación Impecable",
|
||||
"Profesionales al Volante",
|
||||
]}
|
||||
"Clientes Satisfechos", "Servicio de Calidad", "Experiencia Comprobada", "Taller de Confianza", "Garantía SBCARS", "Reputación Impecable", "Profesionales al Volante"]}
|
||||
title="Más de 5000 coches reparados."
|
||||
description="Confianza ganada revisión a revisión, año tras año. Tu satisfacción es nuestra mejor publicidad."
|
||||
showCard={false}
|
||||
@@ -330,30 +212,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "¿Qué marcas de coches reparáis?",
|
||||
content: "En SBCARS Madrid somos un taller multimarca. Trabajamos con vehículos de todos los fabricantes, nacionales e internacionales, garantizando un servicio de calidad para cualquier modelo.",
|
||||
},
|
||||
id: "q1", title: "¿Qué marcas de coches reparáis?", content: "En SBCARS Madrid somos un taller multimarca. Trabajamos con vehículos de todos los fabricantes, nacionales e internacionales, garantizando un servicio de calidad para cualquier modelo."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "¿Ofrecéis presupuesto gratuito?",
|
||||
content: "Sí, en SBCARS Madrid ofrecemos un presupuesto detallado y sin compromiso para cualquier reparación o mantenimiento que tu vehículo necesite. Queremos que tomes una decisión informada.",
|
||||
},
|
||||
id: "q2", title: "¿Ofrecéis presupuesto gratuito?", content: "Sí, en SBCARS Madrid ofrecemos un presupuesto detallado y sin compromiso para cualquier reparación o mantenimiento que tu vehículo necesite. Queremos que tomes una decisión informada."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "¿Puedo pedir cita online?",
|
||||
content: "Actualmente puedes contactarnos por teléfono o a través del formulario de contacto para pedir tu cita. Estamos trabajando en un sistema de reservas online para mayor comodidad.",
|
||||
},
|
||||
id: "q3", title: "¿Puedo pedir cita online?", content: "Actualmente puedes contactarnos por teléfono o a través del formulario de contacto para pedir tu cita. Estamos trabajando en un sistema de reservas online para mayor comodidad."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "¿Dónde estáis ubicados en Madrid?",
|
||||
content: "Estamos en C. de Gaztambide, 45, en el corazón del barrio de Chamberí, 28015 Madrid. ¡Fácil acceso y aparcamiento en la zona!",
|
||||
},
|
||||
id: "q4", title: "¿Dónde estáis ubicados en Madrid?", content: "Estamos en C. de Gaztambide, 45, en el corazón del barrio de Chamberí, 28015 Madrid. ¡Fácil acceso y aparcamiento en la zona!"},
|
||||
{
|
||||
id: "q5",
|
||||
title: "¿Qué formas de pago aceptáis?",
|
||||
content: "Aceptamos pago en efectivo, tarjeta de crédito/débito y transferencia bancaria. Si necesitas facilidades de pago, consúltanos.",
|
||||
},
|
||||
id: "q5", title: "¿Qué formas de pago aceptáis?", content: "Aceptamos pago en efectivo, tarjeta de crédito/débito y transferencia bancaria. Si necesitas facilidades de pago, consúltanos."},
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="¿Tienes dudas? Aquí resolvemos las preguntas más comunes sobre nuestros servicios y el cuidado de tu vehículo."
|
||||
@@ -368,39 +235,18 @@ export default function LandingPage() {
|
||||
description="Estamos listos para ayudarte con el mantenimiento o reparación de tu vehículo. Rellena el formulario o llámanos directamente."
|
||||
inputs={[
|
||||
{
|
||||
name: "nombre",
|
||||
type: "text",
|
||||
placeholder: "Nombre",
|
||||
required: true,
|
||||
name: "nombre", type: "text", placeholder: "Nombre", required: true,
|
||||
},
|
||||
{
|
||||
name: "telefono",
|
||||
type: "tel",
|
||||
placeholder: "Teléfono",
|
||||
required: true,
|
||||
name: "telefono", type: "tel", placeholder: "Teléfono", required: true,
|
||||
},
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "servicio",
|
||||
label: "Servicio de interés",
|
||||
options: [
|
||||
"Mecánica General",
|
||||
"Electricidad del Vehículo",
|
||||
"Inyección",
|
||||
"Aire Acondicionado",
|
||||
"Neumáticos",
|
||||
"Cambio de Aceite",
|
||||
"Frenos",
|
||||
"Batería",
|
||||
"Amortiguadores",
|
||||
"Alineación y Geometría",
|
||||
"Otro",
|
||||
],
|
||||
name: "servicio", label: "Servicio de interés", options: [
|
||||
"Mecánica General", "Electricidad del Vehículo", "Inyección", "Aire Acondicionado", "Neumáticos", "Cambio de Aceite", "Frenos", "Batería", "Amortiguadores", "Alineación y Geometría", "Otro"],
|
||||
}}
|
||||
textarea={{
|
||||
name: "mensaje",
|
||||
placeholder: "Tu mensaje (opcional)",
|
||||
rows: 4,
|
||||
name: "mensaje", placeholder: "Tu mensaje (opcional)", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gran-via-night-madrid_1398-2174.jpg"
|
||||
imageAlt="Ubicación de SBCARS Madrid en el mapa"
|
||||
@@ -413,58 +259,38 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "SBCARS Madrid",
|
||||
items: [
|
||||
title: "SBCARS Madrid", items: [
|
||||
{
|
||||
label: "Tu taller de confianza en Madrid",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tu taller de confianza en Madrid", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Enlaces Rápidos",
|
||||
items: [
|
||||
title: "Enlaces Rápidos", items: [
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Servicios", href: "#servicios"},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#nosotros",
|
||||
},
|
||||
label: "Nosotros", href: "#nosotros"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contacto",
|
||||
},
|
||||
label: "Contacto", href: "#contacto"},
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "📞 915 43 42 06",
|
||||
href: "tel:+34915434206",
|
||||
},
|
||||
label: "📞 915 43 42 06", href: "tel:+34915434206"},
|
||||
{
|
||||
label: "📍 C. de Gaztambide, 45, 28015 Madrid",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
label: "📍 C. de Gaztambide, 45, 28015 Madrid", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/sbcarsmadrid",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/sbcarsmadrid"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/sbcarsmadrid",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/sbcarsmadrid"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2025 SBCARS Madrid. Todos los derechos reservados."
|
||||
bottomRightText=""
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user