6 Commits

Author SHA1 Message Date
da4f5880bb Switch to version 1: modified src/app/styles/variables.css 2026-03-07 06:34:57 +00:00
be7693c144 Switch to version 1: modified src/app/page.tsx 2026-03-07 06:34:56 +00:00
9639f9f714 Switch to version 1: modified src/app/layout.tsx 2026-03-07 06:34:56 +00:00
ba1b44baef Merge version_2 into main
Merge version_2 into main
2026-03-07 06:34:06 +00:00
13357abb42 Merge version_2 into main
Merge version_2 into main
2026-03-07 06:24:48 +00:00
54f61f3027 Merge version_2 into main
Merge version_2 into main
2026-03-07 06:20:27 +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: "View Assembly Guide", href: "#solution" }
{ text: "Learn More", 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: #f5f5f5;
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
--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);