From f9f5afaec4e55f279f61cdaffa61a79876fe1350 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 04:23:56 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cbd667..7354296 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,10 @@ export default function LandingPage() { ]} brandName="Nice Depot" 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} /> -- 2.49.1 From e76d54bb4393b225310443c0bcba04a1373adb7b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 04:23:57 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4fd73bf..066abc7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1