diff --git a/src/app/page.tsx b/src/app/page.tsx
index 87d21c0..e67e009 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,43 +28,25 @@ export default function LandingPage() {
@@ -72,24 +54,15 @@ export default function LandingPage() {
@@ -101,27 +74,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
- {
- id: "1",
- title: "Cambio de Neumáticos",
- description: "Instalación profesional y balanceo preciso.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=2",
- },
- {
- id: "2",
- title: "Alineación y Balanceo",
- description: "Para una conducción suave y segura.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=3",
- },
- {
- id: "3",
- title: "Reparación de Suspensión",
- description: "Componentes de alta resistencia y durabilidad.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=4",
- },
+ { id: "1", title: "Cambio de Llantas", description: "Instalación y balanceo profesional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=2" },
+ { id: "2", title: "Alineación", description: "Mantén tu dirección precisa.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=3" },
+ { id: "3", title: "Reparaciones Rápidas", description: "Servicio de 8 AM a 8 PM diario.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=4" },
]}
- title="Servicios Especializados"
- description="Atención integral para mantener tu auto en óptimas condiciones."
+ title="Nuestros Servicios"
+ description="Soluciones completas para tu vehículo con la calidad de Hacienda Llantera."
/>
@@ -131,58 +89,23 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Juan Pérez",
- handle: "@juanp",
- testimonial: "Excelente servicio, muy rápidos y profesionales.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg?_wi=1",
- },
- {
- id: "2",
- name: "María G.",
- handle: "@mariag",
- testimonial: "La mejor llantera de la ciudad, precios muy justos.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-living-room_329181-2677.jpg",
- },
- {
- id: "3",
- name: "Carlos Ruíz",
- handle: "@carlosr",
- testimonial: "Muy buena atención, me explicaron todo detalladamente.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-her-car-mechanic-repair-shop_637285-8670.jpg",
- },
- {
- id: "4",
- name: "Ana López",
- handle: "@analopez",
- testimonial: "Confiables y honestos. Mi lugar preferido para el auto.",
- imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142604.jpg",
- },
- {
- id: "5",
- name: "Luis Mendoza",
- handle: "@luism",
- testimonial: "Personal técnico muy capacitado, resuelven cualquier problema.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg?_wi=2",
- },
+ { 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" },
]}
- title="Lo que dicen nuestros clientes"
- description="La confianza de nuestros clientes es nuestro mejor sello de calidad."
+ title="Opiniones de nuestros clientes"
+ description="Tu seguridad es nuestra mayor recompensa."
/>
@@ -190,39 +113,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file