Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-06-10 04:24:03 +00:00
2 changed files with 12 additions and 9 deletions

View File

@@ -50,6 +50,9 @@ export default function LandingPage() {
brandName="Nice Depot"
button={{
text: "Comprar Ahora", href: "#products"}}
topBarButton={{
text: "WhatsApp", href: "https://wa.me/+1234567890" // Placeholder for actual number
}}
animateOnLoad={true}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ff0000;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #991b1b;
--background-accent: #7f1d1d;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);