From 6f8945033a309b2093a181705aa8cbcb2c006ddf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:57:32 +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 e3a5aa1..50f76d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,10 @@ export default function LandingPage() { mediaAnimation="slide-up" useInvertedBackground={false} mediaPosition="right" - buttons={[{ text: "Explore All Features", href: "#pricing" }]} + buttons={[ + { text: "See All Features", href: "#pricing" }, + { text: "Calculate ROI", href: "#" } + ]} buttonAnimation="slide-up" className="w-full" containerClassName="max-w-7xl mx-auto px-4" -- 2.49.1