diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b2a939..03c4f06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,11 +28,11 @@ export default function LandingPage() { @@ -90,11 +90,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { 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" }, + { id: "1", name: "María G.", handle: "@LasVegasDriver", testimonial: "The extended hours at this shop are incredible. They saved my day after an issue at work.", 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: "Impeccable and honest service. I always take my two vehicles here for the quality of their alignment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-living-room_329181-2677.jpg" }, ]} - title="Opiniones de nuestros clientes" - description="La confianza es nuestra mayor prioridad." + title="Client Reviews" + description="Your trust is our greatest priority." /> @@ -102,11 +102,11 @@ export default function LandingPage() { @@ -114,7 +114,7 @@ export default function LandingPage() {