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

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #0a0a0a;
--card: #f9f9f9; --card: #1a1a1a;
--foreground: #000612e6; --foreground: #f5f5f5;
--primary-cta: #15479c; --primary-cta: #ff0000;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #1a1a1a;
--secondary-cta-text: #000612e6; --secondary-cta-text: #ffffff;
--accent: #e2e2e2; --accent: #991b1b;
--background-accent: #c4c4c4; --background-accent: #7f1d1d;
/* 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);