import { useEffect } from "react"; import { FreeMode } from "swiper"; import { Swiper, SwiperSlide } from "swiper/react"; import { gsap } from "gsap"; import { ScrollTrigger } from "@/plugins"; gsap.registerPlugin(ScrollTrigger); // Import Swiper styles import "swiper/css"; import "swiper/css/free-mode"; const DigitalAgencyWorkflow = () => { useEffect(() => { if (typeof window !== "undefined") { let tHero = gsap.context(() => { gsap.set(".fade_left", { x: -20, opacity: 0 }); gsap.to(".fade_left", { scrollTrigger: { trigger: ".fade_left", start: "top center+=300", }, x: 0, opacity: 1, ease: "power2.out", duration: 1, stagger: { each: 0.2, }, }); }); return () => tHero.revert(); } }, []); return (
// <> //Uncover your needs and business challenges
//// Create tailored solutions for challenges and opportunities //
//// Engineer scalable solutions with advanced technologies //
//// Ensure functionality, security, and a seamless user experience //
//// Execute a smooth transition to live operations //
//// Continuously enhance based on user feedback //
//