diff --git a/src/app/page.tsx b/src/app/page.tsx index fea8bb0..79c7e5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { ]} logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777200990405-fpi8ibhu.png" brandName="Digital Creation" + logoClassName="scale-125" button={{ text: "WhatsApp", href: "https://wa.me/yournumber" }} /> @@ -105,4 +106,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6b3e07b..7a32d53 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: #000612; - --primary-cta: #15479c; + --background: #020617; + --card: #0f172a; + --foreground: #ffffff; + --primary-cta: #1e3a8a; --primary-cta-text: #ffffff; - --secondary-cta: #b8111f; + --secondary-cta: #1e293b; --secondary-cta-text: #ffffff; - --accent: #eab308; - --background-accent: #f1f5f9; + --accent: #3b82f6; + --background-accent: #111827; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);