From a6aac82679919de5647aea100ea79f70ee2896b9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:52:22 +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 4fab74c..0cb7e8c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From db32e89999ee887677740000eef824b0556f6dbf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:52:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c7a502..b987867 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,7 +152,8 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} buttons={[ - { text: "Get Started", href: "/signup" }, + { text: "See Pricing", href: "/pricing" }, + { text: "Compare Plans", href: "/pricing" }, ]} /> @@ -282,4 +283,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1