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 +} 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 +}