Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-03 15:33:36 +00:00
3 changed files with 17 additions and 17 deletions

View File

@@ -148,11 +148,11 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
testimonials={[
{ id: "t1", name: "Carlos R.", handle: "@CarlosR", testimonial: "Mi coche tuvo una avería inesperada y en Taller La Palma lo solucionaron en el mismo día. Su rapidez y honestidad son impresionantes. ¡Totalmente recomendados!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134319.jpg" },
{ id: "t1", name: "Carlos R.", handle: "@CarlosR", testimonial: "Mi coche tuvo una avería inesperada y en Taller La Palma lo solucionaron en el mismo día. Su rapidez y honestidad son impresionantes. ¡Totalmente recomendados!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-having-his-car-repaired_23-2148118043.jpg" },
{ id: "t2", name: "Ana M.", handle: "@AnaM", testimonial: "Llevo más de 20 años confiando en ellos. Siempre un trato cercano, presupuestos justos y la certeza de que mi coche está en las mejores manos. Impecables.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing_176474-62093.jpg" },
{ id: "t3", name: "Javier P.", handle: "@JavierP", testimonial: "De vacaciones en Jerez, mi coche falló. Taller La Palma me dio una atención excepcional, un diagnóstico rápido y una solución eficaz. Un servicio humano de 10.", imageSrc: "http://img.b2bpic.net/free-photo/photo-surprised-cheerful-european-woman-keeps-hand-hat-drinks-takeaway-coffee-walks-city-street_273609-25763.jpg" },
{ id: "t4", name: "Elena G.", handle: "@ElenaG", testimonial: "Necesitaba una revisión pre-ITV y me explicaron todo al detalle. No hicieron reparaciones innecesarias y el precio fue muy competitivo. Volveré sin dudarlo.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-cook-blue-apron-shirt_176474-49664.jpg" },
{ id: "t5", name: "Marco L.", handle: "@MarcoL", testimonial: "Profesionalidad y seriedad. Detectaron una avería que en otros talleres no encontraban y la repararon perfectamente. Confianza ciega en Taller La Palma.", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-t-shirt-jacket-showing-winner-gesture-looking-happy_176474-88234.jpg" }
{ id: "t3", name: "Javier P.", handle: "@JavierP", testimonial: "De vacaciones en Jerez, mi coche falló. Taller La Palma me dio una atención excepcional, un diagnóstico rápido y una solución eficaz. Un servicio humano de 10.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-adult_23-2150119253.jpg" },
{ id: "t4", name: "Elena G.", handle: "@ElenaG", testimonial: "Necesitaba una revisión pre-ITV y me explicaron todo al detalle. No hicieron reparaciones innecesarias y el precio fue muy competitivo. Volveré sin dudarlo.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-car-mechanic_23-2148138456.jpg" },
{ id: "t5", name: "Marco L.", handle: "@MarcoL", testimonial: "Profesionalidad y seriedad. Detectaron una avería que en otros talleres no encontraban y la repararon perfectamente. Confianza ciega en Taller La Palma.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-formal-suit_23-2151134319.jpg" }
]}
animationType="slide-up"
title="Lo que dicen nuestros clientes"
@@ -168,7 +168,7 @@ export default function LandingPage() {
<ProductCardOne
products={[
{ id: "g1", name: "Fachada del taller", price: "Jerez", imageSrc: "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150170026.jpg", imageAlt: "Fachada profesional de Taller La Palma" },
{ id: "g2", name: "Zona de trabajo", price: "Orden y Limpieza", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138469.jpg", imageAlt: "Interior del taller con herramientas organizadas" },
{ id: "g2", name: "Zona de trabajo", price: "Orden y Limpieza", imageSrc: "http://img.b2bpic.net/free-photo/car-engine-repair_23-2150170014.jpg", imageAlt: "Interior del taller con herramientas organizadas" },
{ id: "g3", name: "Equipo humano", price: "Profesionales", imageSrc: "http://img.b2bpic.net/free-photo/female-male-workers-wearing-work-clothes_273609-11130.jpg", imageAlt: "Técnicos de Taller La Palma trabajando" },
{ id: "g4", name: "Herramientas avanzadas", price: "Tecnología", imageSrc: "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150170018.jpg", imageAlt: "Herramientas de diagnóstico de última generación" },
{ id: "g5", name: "Vehículo en reparación", price: "Detalle", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1287.jpg", imageAlt: "Coche siendo reparado en elevador" },

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-archivo), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-montserrat), sans-serif;
font-family: var(--font-archivo), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);