diff --git a/src/app/page.tsx b/src/app/page.tsx
index aeda006..84862a8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,11 @@ export default function LandingPage() {
@@ -54,56 +43,41 @@ export default function LandingPage() {
+
+
@@ -251,41 +135,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Ana García",
- role: "Arquitecta",
- testimonial: "La mejor selección de accesorios que he encontrado. Elegancia pura.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-mirror_1301-1468.jpg",
- },
- {
- id: "t2",
- name: "Carlos Ruíz",
- role: "Consultor",
- testimonial: "El perfume Oud es simplemente extraordinario. Muy recomendable.",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-light-shirt-looking-front_197531-24030.jpg",
- },
- {
- id: "t3",
- name: "Elena Torres",
- role: "Empresaria",
- testimonial: "Calidad inigualable en todas sus piezas. Mi tienda favorita.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-shirt-watching-camera-straight-hair-blowed-by-wind_633478-1290.jpg",
- },
- {
- id: "t4",
- name: "Jorge Mendiola",
- role: "Director Creativo",
- testimonial: "Excelente servicio al cliente y productos excepcionales.",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-smoke-cigar-with-glass-whiskey-balcony-pub_627829-5924.jpg",
- },
- {
- id: "t5",
- name: "Lucía Fernández",
- role: "Diseñadora",
- testimonial: "Aura Couture redefine la moda de lujo en la ciudad.",
- imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-38845.jpg",
- },
+ { id: "t1", name: "Ana García", role: "Arquitecta", testimonial: "La mejor selección de accesorios que he encontrado. Elegancia pura.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-mirror_1301-1468.jpg" },
+ { id: "t2", name: "Carlos Ruíz", role: "Consultor", testimonial: "El perfume Oud es simplemente extraordinario. Muy recomendable.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-light-shirt-looking-front_197531-24030.jpg" },
+ { id: "t3", name: "Elena Torres", role: "Empresaria", testimonial: "Calidad inigualable en todas sus piezas. Mi tienda favorita.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-shirt-watching-camera-straight-hair-blowed-by-wind_633478-1290.jpg" }
]}
title="Lo que dicen nuestros clientes"
description="Historias de elegancia compartidas por nuestra comunidad."
@@ -296,23 +148,7 @@ export default function LandingPage() {