Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-04-26 11:21:33 +00:00
2 changed files with 9 additions and 8 deletions

View File

@@ -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" }}
/>
</div>
@@ -105,4 +106,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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);