8 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
20e6ae433b Update theme colors 2026-05-06 18:39:36 +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"}, name: "Contacto", id: "contact"},
]} ]}
brandName="El Caniche Rosa" brandName=""
/> />
</div> </div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #000000;
--card: #f9f9f9; --card: #0c0c0c;
--foreground: #000f06e6; --foreground: #ffffff;
--primary-cta: #0a7039; --primary-cta: #cee7ff;
--primary-cta-text: #ffffff; --primary-cta-text: #000000;
--secondary-cta: #f9f9f9; --secondary-cta: #000000;
--secondary-cta-text: #000f06e6; --secondary-cta-text: #ffffff;
--accent: #e2e2e2; --accent: #535353;
--background-accent: #c4c4c4; --background-accent: #CEE7FF;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);