Update src/app/page.tsx

This commit is contained in:
2026-05-06 20:58:57 +00:00
parent 22a524fa07
commit b8a0ac73e1

View File

@@ -31,28 +31,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Inicio",
id: "#hero",
},
{
name: "Servicios",
id: "#services",
},
{
name: "Ubicaciones",
id: "#locations",
},
{
name: "Contacto",
id: "#contact",
},
{ name: "Inicio", id: "#hero" },
{ name: "Servicios", id: "#services" },
{ name: "Ubicaciones", id: "#locations" },
{ name: "Contacto", id: "#contact" }
]}
brandName="Neumáticos Carretero"
button={{
text: "Pide cita",
href: "#contact",
}}
text: "Pide cita", href: "#contact"}}
/>
</div>
@@ -61,79 +47,23 @@ export default function LandingPage() {
title="Tu taller de confianza desde 1980"
description="Especialistas en neumáticos y mecánica general en Murcia. Más de 40 años cuidando de tu vehículo con la máxima garantía."
testimonials={[
{
title: "Servicio impecable",
quote: "Grandes profesionales, mi coche quedó como nuevo.",
name: "Juan M.",
role: "Cliente habitual",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1166.jpg?_wi=1",
imageAlt: "professional automotive workshop garage",
},
{
title: "Rapidez y calidad",
quote: "Excelente atención, muy recomendable.",
name: "Ana R.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-garage-fixes-customers-car_482257-76090.jpg?_wi=1",
imageAlt: "professional automotive workshop garage",
},
{
title: "Expertos",
quote: "Conocen perfectamente las marcas líderes.",
name: "Pedro S.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/work-planning_1098-13506.jpg?_wi=1",
imageAlt: "professional automotive workshop garage",
},
{
title: "Transparencia",
quote: "Precios justos y trabajo transparente.",
name: "Luis G.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg?_wi=1",
imageAlt: "professional automotive workshop garage",
},
{
title: "Recomendado",
quote: "La mejor opción para cambiar neumáticos.",
name: "Marta L.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg?_wi=1",
imageAlt: "professional automotive workshop garage",
},
{ name: "Juan M.", handle: "Cliente habitual", testimonial: "Grandes profesionales, mi coche quedó como nuevo.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1166.jpg", imageAlt: "professional automotive workshop garage" },
{ name: "Ana R.", handle: "Cliente", testimonial: "Excelente atención, muy recomendable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serviceman-garage-fixes-customers-car_482257-76090.jpg", imageAlt: "professional automotive workshop garage" },
{ name: "Pedro S.", handle: "Cliente", testimonial: "Conocen perfectamente las marcas líderes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/work-planning_1098-13506.jpg", imageAlt: "professional automotive workshop garage" },
{ name: "Luis G.", handle: "Cliente", testimonial: "Precios justos y trabajo transparente.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg", imageAlt: "professional automotive workshop garage" },
{ name: "Marta L.", handle: "Cliente", testimonial: "La mejor opción para cambiar neumáticos.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg", imageAlt: "professional automotive workshop garage" }
]}
buttons={[
{
text: "Solicitar cita",
href: "#contact",
},
{
text: "Ver servicios",
href: "#services",
},
{ text: "Solicitar cita", href: "#contact" },
{ text: "Ver servicios", href: "#services" }
]}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1166.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1166.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg",
alt: "Car mechanic using laptop while examining engine in auto repair shop",
},
{
src: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376990.jpg",
alt: "Male mechanic working in auto repair shop on car",
},
{
src: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-using-lamp-while-examining-front-bumper-car-auto-repair-shop_637285-4297.jpg",
alt: "Mid adult mechanic using lamp while examining front bumper of a car in auto repair shop",
},
{
src: "http://img.b2bpic.net/free-photo/auto-repairman-taking-notes-while-examining-vehicle-workshop_637285-12713.jpg",
alt: "Auto repairman taking notes while examining a vehicle in a workshop",
},
{
src: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-26653.jpg",
alt: "Car mechanic changing wheels in car",
},
{ src: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg", alt: "Car mechanic using laptop while examining engine in auto repair shop" },
{ src: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376990.jpg", alt: "Male mechanic working in auto repair shop on car" },
{ src: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-using-lamp-while-examining-front-bumper-car-auto-repair-shop_637285-4297.jpg", alt: "Mid adult mechanic using lamp while examining front bumper of a car in auto repair shop" },
{ src: "http://img.b2bpic.net/free-photo/auto-repairman-taking-notes-while-examining-vehicle-workshop_637285-12713.jpg", alt: "Auto repairman taking notes while examining a vehicle in a workshop" },
{ src: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-26653.jpg", alt: "Car mechanic changing wheels in car" }
]}
avatarText="Más de 500 clientes satisfechos este año"
/>
@@ -145,20 +75,11 @@ export default function LandingPage() {
title="40 años de trayectoria"
description="En Neumáticos Carretero llevamos desde 1980 ofreciendo un servicio profesional y cercano en el sector del automóvil. Somos referentes en Murcia gracias a nuestra experiencia y compromiso."
metrics={[
{
value: "40+",
title: "Años de experiencia",
},
{
value: "3",
title: "Centros en Murcia",
},
{
value: "100%",
title: "Garantía de calidad",
},
{ value: "40+", title: "Años de experiencia" },
{ value: "3", title: "Centros en Murcia" },
{ value: "100%", title: "Garantía de calidad" }
]}
imageSrc="http://img.b2bpic.net/free-photo/serviceman-garage-fixes-customers-car_482257-76090.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/serviceman-garage-fixes-customers-car_482257-76090.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -170,36 +91,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Neumáticos",
description: "Venta y montaje de primeras marcas.",
icon: CheckCircle,
},
{
title: "Frenos",
description: "Revisión completa del sistema de frenado.",
icon: HardDrive,
},
{
title: "Cambio de aceite",
description: "Lubricantes de alta calidad.",
icon: Droplet,
},
{
title: "Baterías",
description: "Verificación y sustitución inmediata.",
icon: Zap,
},
{
title: "Aire acondicionado",
description: "Carga y mantenimiento del sistema.",
icon: Settings,
},
{
title: "Diagnóstico",
description: "Diagnóstico electrónico de motores.",
icon: Database,
},
{ title: "Neumáticos", description: "Venta y montaje de primeras marcas.", icon: CheckCircle },
{ title: "Frenos", description: "Revisión completa del sistema de frenado.", icon: HardDrive },
{ title: "Cambio de aceite", description: "Lubricantes de alta calidad.", icon: Droplet },
{ title: "Baterías", description: "Verificación y sustitución inmediata.", icon: Zap },
{ title: "Aire acondicionado", description: "Carga y mantenimiento del sistema.", icon: Settings },
{ title: "Diagnóstico", description: "Diagnóstico electrónico de motores.", icon: Database }
]}
title="Servicio integral de mantenimiento"
description="Servicio completo para el mantenimiento y reparación de tu vehículo con la máxima garantía profesional."
@@ -212,27 +109,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "loc1",
value: "Alcantarilla",
title: "Polígono Oeste",
description: "C. Venezuela, Parcela 10, Módulo B-1, 30820 Murcia. Tel: 968 80 56 80",
imageSrc: "http://img.b2bpic.net/free-photo/auto-repairmen-cooperating-while-working-laptop-car-service-workshop_637285-9428.jpg",
},
{
id: "loc2",
value: "Alcantarilla",
title: "Centro",
description: "Av. Regimiento Zaragoza, 26, 30820 Murcia. Tel: 968 80 56 80",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-mechanic-repairing-car_23-2148327544.jpg",
},
{
id: "loc3",
value: "Las Torres",
title: "Las Torres de Cotillas",
description: "C. Deimos, 10, 30565 Murcia. Tel: 691 48 44 15",
imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580539.jpg",
},
{ id: "loc1", value: "Alcantarilla", title: "Polígono Oeste", description: "C. Venezuela, Parcela 10, Módulo B-1, 30820 Murcia. Tel: 968 80 56 80", imageSrc: "http://img.b2bpic.net/free-photo/auto-repairmen-cooperating-while-working-laptop-car-service-workshop_637285-9428.jpg" },
{ id: "loc2", value: "Alcantarilla", title: "Centro", description: "Av. Regimiento Zaragoza, 26, 30820 Murcia. Tel: 968 80 56 80", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-mechanic-repairing-car_23-2148327544.jpg" },
{ id: "loc3", value: "Las Torres", title: "Las Torres de Cotillas", description: "C. Deimos, 10, 30565 Murcia. Tel: 691 48 44 15", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580539.jpg" }
]}
title="Nuestros Centros"
description="Visítanos en cualquiera de nuestras tres instalaciones en Murcia."
@@ -244,46 +123,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Gran profesionalidad",
quote: "El servicio es rápido y muy atento.",
name: "Juan P.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/work-planning_1098-13506.jpg?_wi=2",
},
{
id: "t2",
title: "Muy recomendado",
quote: "Expertos en neumáticos de confianza.",
name: "María D.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg?_wi=2",
},
{
id: "t3",
title: "Excelente",
quote: "Trato excepcional y trabajo impecable.",
name: "Carlos L.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg?_wi=2",
},
{
id: "t4",
title: "Calidad precio",
quote: "Los mejores precios en neumáticos.",
name: "Lucía F.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-greeting-their-mechanic-auto-repair-shop_637285-8674.jpg",
},
{
id: "t5",
title: "Rapidez",
quote: "Cambiaron mis filtros en tiempo récord.",
name: "Andrés V.",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg",
},
{ id: "t1", quote: "El servicio es rápido y muy atento.", name: "Juan P.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/work-planning_1098-13506.jpg" },
{ id: "t2", quote: "Expertos en neumáticos de confianza.", name: "María D.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg" },
{ id: "t3", quote: "Trato excepcional y trabajo impecable.", name: "Carlos L.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg" },
{ id: "t4", quote: "Los mejores precios en neumáticos.", name: "Lucía F.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-greeting-their-mechanic-auto-repair-shop_637285-8674.jpg" },
{ id: "t5", quote: "Cambiaron mis filtros en tiempo récord.", name: "Andrés V.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg" }
]}
title="Lo que dicen nuestros clientes"
description="La confianza de nuestros clientes es nuestra mejor garantía."
@@ -295,21 +139,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "¿Qué horario tienen?",
content: "L-V: 08:00-14:00 y 16:00-19:00. Fines de semana cerrado.",
},
{
id: "f2",
title: "¿Debo pedir cita previa?",
content: "Recomendamos pedir cita previa para asegurar disponibilidad.",
},
{
id: "f3",
title: "¿Trabajan con todas las marcas?",
content: "Somos especialistas en Continental, Michelin y BestDrive.",
},
{ id: "f1", title: "¿Qué horario tienen?", content: "L-V: 08:00-14:00 y 16:00-19:00. Fines de semana cerrado." },
{ id: "f2", title: "¿Debo pedir cita previa?", content: "Recomendamos pedir cita previa para asegurar disponibilidad." },
{ id: "f3", title: "¿Trabajan con todas las marcas?", content: "Somos especialistas en Continental, Michelin y BestDrive." }
]}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-does-maintenance-client-car_482257-81479.jpg"
title="Preguntas frecuentes"
@@ -321,21 +153,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contacto"
title="Solicita tu presupuesto"
description="Estamos listos para atenderte en nuestros talleres. Contacta con nosotros hoy mismo."
buttons={[
{
text: "Llámanos ahora",
href: "tel:968805680",
},
{
text: "Enviar mensaje",
href: "#contact",
},
{ text: "Llámanos ahora", href: "tel:968805680" },
{ text: "Enviar mensaje", href: "#contact" }
]}
/>
</div>
@@ -345,28 +169,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg"
logoText="Neumáticos Carretero"
columns={[
{
title: "Contacto",
items: [
{
label: "968 80 56 80",
href: "tel:968805680",
},
{
label: "admon@floreciano.com",
href: "mailto:admon@floreciano.com",
},
],
},
{
title: "Redes",
items: [
{
label: "Facebook",
href: "https://www.facebook.com/NeumaticosCarretero/",
},
],
},
{ title: "Contacto", items: [{ label: "968 80 56 80", href: "tel:968805680" }, { label: "admon@floreciano.com", href: "mailto:admon@floreciano.com" }] },
{ title: "Redes", items: [{ label: "Facebook", href: "https://www.facebook.com/NeumaticosCarretero/" }] }
]}
copyrightText="© 1980 - 2025 Neumáticos Carretero | Todos los derechos reservados."
/>
@@ -374,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}