7 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
4f166b5f69 Update theme colors 2026-05-06 18:40:06 +00:00
8fd85c0bf2 Update theme colors 2026-05-06 18:39:56 +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: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--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);