3 Commits

Author SHA1 Message Date
e2236f305d Update src/app/styles/variables.css 2026-06-09 10:07:36 +00:00
ea0bb2a647 Update src/app/page.tsx 2026-06-09 10:07:36 +00:00
591e032aa3 Merge version_1 into main
Merge version_1 into main
2026-06-09 10:02:06 +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: "Services", id: "#services"},
{ {
name: "Products", id: "#products"}, name: "Products", id: "#products"},
{
name: "Social Proof", id: "#social-proof"},
{ {
name: "Testimonials", id: "#testimonials"}, name: "Testimonials", id: "#testimonials"},
{ {

View File

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