From ea0bb2a647f7ee511178bb8f1d353f1e5371b5db Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:07:36 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7738984..4c5cc9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1 From e2236f305dfd89bc5bd287e26abdf46a5b55e2d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:07:36 +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 057d811..1a5bb9f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1