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() {
@@ -41,10 +41,10 @@ export default function LandingPage() {
@@ -75,12 +75,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
- { id: "1", title: "Cambio de Neumáticos", description: "Instalación experta, balanceo y rotación para una conducción segura.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=2" },
- { id: "2", title: "Alineación Profesional", description: "Ajustes precisos de dirección para evitar el desgaste prematuro.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=3" },
- { id: "3", title: "Mantenimiento 8am-8pm", description: "Estamos a tu disposición en un horario amplio todos los días.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=4" },
+ { id: "1", title: "Tire Changes", description: "Expert installation, balancing, and rotation for safe driving.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=2" },
+ { id: "2", title: "Professional Alignment", description: "Precise steering adjustments to prevent premature wear.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=3" },
+ { id: "3", title: "Extended Hours", description: "We are at your disposal every day from 8 AM to 8 PM.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=4" },
]}
- title="Nuestros Servicios"
- description="Calidad superior, rapidez y confianza total para tu auto."
+ title="Our Services"
+ description="Superior quality, speed, and total trust for your car."
/>
@@ -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() {