From 14fd6d2b0a5623d5d6184754a6ab95535248121c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 01:09:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e67e009..3b2a939 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,6 +31,7 @@ export default function LandingPage() { { name: "Inicio", id: "hero" }, { name: "Nosotros", id: "about" }, { name: "Servicios", id: "features" }, + { name: "Testimonios", id: "testimonials" }, { name: "Contacto", id: "contact" }, ]} brandName="Hacienda Llantera" @@ -40,9 +41,9 @@ export default function LandingPage() {
@@ -89,11 +90,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Cliente Local", handle: "@lasvegas", testimonial: "El horario de 8 a 8 me salvó de un apuro. ¡Muy recomendados!", imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg?_wi=1" }, - { id: "2", name: "Servicio", handle: "@rancho", testimonial: "Profesionales y atentos. Siempre llevo mi auto aquí.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-living-room_329181-2677.jpg" }, + { id: "1", name: "María G.", handle: "@LasVegasDriver", testimonial: "El horario extendido de esta llantera es increíble. Me salvaron el día después de un percance en el trabajo.", imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg?_wi=1" }, + { id: "2", name: "Carlos V.", handle: "@RanchoLocal", testimonial: "Servicio impecable y honesto. Siempre llevo mis dos vehículos aquí por la calidad de su alineación.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-living-room_329181-2677.jpg" }, ]} title="Opiniones de nuestros clientes" - description="Tu seguridad es nuestra mayor recompensa." + description="La confianza es nuestra mayor prioridad." /> @@ -102,8 +103,8 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "plain" }} tag="Contacto" - title="¿Necesitas asistencia?" - description="Estamos ubicados en 1550 N Rancho Dr, Las Vegas, NV 89106. Llámanos al +1 (702) 333-0024 durante nuestro horario de 8:00 AM a 8:00 PM." + title="Visítanos en Rancho Dr" + description="Estamos en 1550 N Rancho Dr, Las Vegas. Llámanos al (702) 333-0024 de 8:00 AM a 8:00 PM para citas o consultas." imageSrc="http://img.b2bpic.net/free-photo/view-toolbox-machines_1170-1504.jpg" imageAlt="Contacto Hacienda Llantera" mediaAnimation="slide-up" @@ -113,7 +114,7 @@ export default function LandingPage() {