5 Commits

Author SHA1 Message Date
132206f115 Update src/app/page.tsx 2026-05-06 18:44:11 +00:00
462f4c946a Update theme colors 2026-05-06 18:43:12 +00:00
c230e82e06 Update theme colors 2026-05-06 18:42:44 +00:00
8d06a5f0e6 Update theme colors 2026-05-06 18:42:29 +00:00
c2dfd561b1 Update theme colors 2026-05-06 18:40:15 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
{
name: "Contacto", id: "contact"},
]}
brandName="El Caniche Rosa"
brandName=""
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);