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() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index b7afc67..b168257 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f5f4ef;
- --card: #dad6cd;
- --foreground: #2a2928;
- --primary-cta: #2a2928;
+ --background: #f6f0e9;
+ --card: #efe7dd;
+ --foreground: #2b180a;
+ --primary-cta: #2b180a;
--primary-cta-text: #f5f4ef;
- --secondary-cta: #ecebea;
+ --secondary-cta: #efe7dd;
--secondary-cta-text: #2a2928;
- --accent: #ffffff;
- --background-accent: #c6b180;
+ --accent: #94877c;
+ --background-accent: #afa094;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);