"use client"; import React, { useEffect } from "react"; import Link from "next/link"; export default function Cta() { useEffect(() => { if (typeof window !== "undefined") { import("simple-parallax-js/vanilla").then( ({ default: SimpleParallax }) => { const elements = document.querySelectorAll(".parallaxie"); if (elements.length > 0) { elements.forEach((element) => { new SimpleParallax(element, { delay: 0.5, orientation: "up", scale: 1.7, transition: "cubic-bezier(0.2, 0.8, 1, 1)", customContainer: "", customWrapper: "", }); }); } } ); } }, []); return ( <>
Firms using legacy systems experience 30% slower
decision-making
processes and up to 40% higher operational costs.