diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e27c90..ccd97cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" />