Merge version_5 into main #7
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user