5 Commits

Author SHA1 Message Date
0e11968924 Update theme colors 2026-03-07 06:34:00 +00:00
d0b429c86e Update theme colors 2026-03-07 06:24:42 +00:00
d949f063ce Update src/app/page.tsx 2026-03-07 06:20:23 +00:00
52640c45dc Update src/app/layout.tsx 2026-03-07 06:20:23 +00:00
387b949b37 Merge version_1 into main
Merge version_1 into main
2026-03-07 06:15:20 +00:00
3 changed files with 11 additions and 11 deletions

View File

@@ -1418,4 +1418,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -203,7 +203,7 @@ export default function LandingPage() {
description="Join the community of remote workers, students, and professionals who chose comfort, simplicity, and affordability. Your back will thank you."
buttons={[
{ text: "Shop Now", href: "#pricing" },
{ text: "Learn More", href: "#solution" }
{ text: "View Assembly Guide", href: "#solution" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -252,4 +252,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

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