From 4f0bbf95fb4b2e2cc3cee32a8ef45cbe5ba6283b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 11:04:15 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 110 ++++++++++++----------------------------------- 1 file changed, 27 insertions(+), 83 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfe9684..d6e58f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,43 +42,28 @@ export default function LandingPage() {
@@ -97,32 +76,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "renta", - brand: "Contable", - name: "Declaración de Renta", - price: "$50", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/people-checking-bankbook-isolated-white-table_53876-14795.jpg", - }, + id: "renta", brand: "Contable", name: "Declaración de Renta", price: "$50", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/people-checking-bankbook-isolated-white-table_53876-14795.jpg"}, { - id: "aviso", - brand: "Contable", - name: "Aviso de Operaciones", - price: "$80", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/south-african-motor-vehicle-car-licence-document_181624-13958.jpg", - }, + id: "aviso", brand: "Contable", name: "Aviso de Operaciones", price: "$80", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/south-african-motor-vehicle-car-licence-document_181624-13958.jpg"}, { - id: "fisco", - brand: "Contable", - name: "Consultoría Fiscal", - price: "$120", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-front-window_23-2147626543.jpg", - }, + id: "fisco", brand: "Contable", name: "Consultoría Fiscal", price: "$120", rating: 5, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/business-people-front-window_23-2147626543.jpg"}, ]} title="Nuestros Servicios" description="Selecciona el servicio que necesitas para continuar con tu trámite contable." @@ -137,19 +98,13 @@ export default function LandingPage() { features={[ { icon: CheckCircle, - title: "Rapidez", - description: "Gestión de trámites en línea 100% digital.", - }, + title: "Rapidez", description: "Gestión de trámites en línea 100% digital."}, { icon: Shield, - title: "Seguridad", - description: "Tus datos financieros protegidos con altos estándares.", - }, + title: "Seguridad", description: "Tus datos financieros protegidos con altos estándares."}, { icon: Zap, - title: "Eficiencia", - description: "Resultados profesionales sin esperas innecesarias.", - }, + title: "Eficiencia", description: "Resultados profesionales sin esperas innecesarias."}, ]} title="Por qué elegirnos" description="Contamos con la experiencia y tecnología para simplificar tu vida financiera en Panamá." @@ -160,8 +115,7 @@ export default function LandingPage() { Date: Fri, 27 Mar 2026 11:04:15 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 65ffd3d..0d7dcb6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; --primary-cta: #15479c; --primary-cta-text: #f5faff; - --secondary-cta: #ffffff; + --secondary-cta: #f9f9f9; --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1