Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-03 14:57:38 +00:00

View File

@@ -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"