Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-09 10:07:40 +00:00
2 changed files with 11 additions and 9 deletions

View File

@@ -39,6 +39,8 @@ export default function LandingPage() {
name: "Services", id: "#services"},
{
name: "Products", id: "#products"},
{
name: "Social Proof", id: "#social-proof"},
{
name: "Testimonials", id: "#testimonials"},
{
@@ -263,4 +265,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);