Merge version_5 into main #7

Merged
bender merged 1 commits from version_5 into main 2026-04-11 18:43:15 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
]}
brandName="The Calm Budget"
button={{
text: "Get Started", href: "#pricing"}}
text: "Get Started", href: "/pricing"}}
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}