6 Commits

Author SHA1 Message Date
398603ec09 Update src/app/page.tsx 2026-04-15 16:45:50 +00:00
e13dde7501 Merge version_4 into main
Merge version_4 into main
2026-04-15 16:37:44 +00:00
66ac92752e Update theme colors 2026-04-15 16:37:41 +00:00
dd70c46ffa Merge version_3 into main
Merge version_3 into main
2026-04-15 16:37:19 +00:00
f1294fb95c Update theme colors 2026-04-15 16:37:16 +00:00
e89d2d3d58 Merge version_2 into main
Merge version_2 into main
2026-04-15 16:28:55 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Agendar Consulta Privada", href: "#contact"},
text: "Solicitar Valoración Inicial", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/black-white-photo-mall_250224-119.jpg?_wi=2"
mediaAnimation="blur-reveal"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #1A1A1A;
--card: #262626;
--foreground: #F4F4F4;
--primary-cta: #C5A059;
--primary-cta-text: #1A1A1A;
--secondary-cta: #1A1A1A;
--secondary-cta-text: #C5A059;
--accent: #C5A059;
--background-accent: #333333;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);