From 5b448d169cbd753530de5c113f6b2d86610898c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:51:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" /> -- 2.49.1