Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-07 06:20:28 +00:00
2 changed files with 3 additions and 3 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>
);
}
}