diff --git a/src/app/page.tsx b/src/app/page.tsx
index 87d21c0..047c97d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,16 +44,12 @@ export default function LandingPage() {
@@ -132,43 +102,18 @@ export default function LandingPage() {
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: "1", name: "John Perez", handle: "@johnp", testimonial: "Excellent service, very fast and professional.", 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: "2", name: "Mary G.", handle: "@maryg", testimonial: "The best tire shop in town, very fair prices.", 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: "3", name: "Charles Ruiz", handle: "@charlesr", testimonial: "Great attention, they explained everything in detail.", 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: "4", name: "Anne Lopez", handle: "@annelopez", testimonial: "Reliable and honest. My favorite place for car care.", 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: "5", name: "Louis Mendoza", handle: "@louism", testimonial: "Very well-trained technical staff, they solve any problem.", imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg?_wi=2"},
]}
- title="Lo que dicen nuestros clientes"
- description="La confianza de nuestros clientes es nuestro mejor sello de calidad."
+ title="What our clients say"
+ description="The trust of our customers is our best stamp of quality."
/>
@@ -176,11 +121,10 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file