Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-06-08 14:14:12 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
]}
brandName="Lucia y Celia Boutique"
button={{
text: "Reservar Cita", href: "#contact"}}
text: "Reservar Cita", href: "#contact"}}
/>
</div>
@@ -275,4 +275,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #E34400;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);