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"