From 52640c45dcbf37bc9565f26012e1b7e6a201a749 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:20:23 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 33a42b1..8426062 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From d949f063ce783dbecf9671924bb67b7b8ed6cbac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:20:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ff46e6..b605517 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1