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