diff --git a/src/app/page.tsx b/src/app/page.tsx index 747eceb..a42a5ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { ]} brandName="The Calm Budget" button={{ - text: "Get Started", href: "#pricing"}} + text: "Get Started", href: "/pricing"}} /> @@ -64,7 +64,7 @@ export default function LandingPage() { tag="Your Financial Sanity" buttons={[ { - text: "Get Started", href: "#pricing"}, + text: "Get Started", href: "/pricing"}, ]} avatarText="Join 10,000+ finding their calm" /> @@ -185,4 +185,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file