Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-11 22:51:09 +00:00

View File

@@ -192,7 +192,10 @@ export default function LandingPage() {
]
}
]}
buttons={[{ text: 'Get Started', href: 'contact' }]}
buttons={[
{ text: 'Get Started', href: 'contact' },
{ text: 'Compare Plans', href: '#pricing' }
]}
buttonAnimation="slide-up"
/>
</div>