Compare commits
2 Commits
673255215f
...
bbf73d791e
| Author | SHA1 | Date | |
|---|---|---|---|
| bbf73d791e | |||
| df7bb1c834 |
@@ -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