"use client"; import React from 'react'; import Slider from 'react-slick'; import GsapReveal from '@/components/common/GsapReveal'; const BrandSlider = () => { const brands = [ { id: 1, src: "/assets/img/add/icon-1.webp", alt: "Brand 1" }, { id: 2, src: "/assets/img/add/icon-2.webp", alt: "Brand 2" }, { id: 3, src: "/assets/img/add/icon-3.webp", alt: "Brand 3" }, { id: 4, src: "/assets/img/add/icon-4.webp", alt: "Brand 4" }, { id: 5, src: "/assets/img/add/icon-1.webp", alt: "Brand 1" }, { id: 6, src: "/assets/img/add/icon-2.webp", alt: "Brand 2" }, { id: 7, src: "/assets/img/add/icon-3.webp", alt: "Brand 3" }, { id: 8, src: "/assets/img/add/icon-4.webp", alt: "Brand 4" }, ]; const settings = { dots: false, arrows: false, infinite: true, slidesToShow: 4, slidesToScroll: 4, autoplay: true, speed: 1000, autoplaySpeed: 3000, cssEase: "ease", pauseOnHover: true, draggable: true, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 4, } }, { breakpoint: 768, settings: { slidesToShow: 3, } }, { breakpoint: 480, settings: { slidesToShow: 2, } }, { breakpoint: 400, settings: { slidesToShow: 1, } }, { breakpoint: 320, settings: { slidesToShow: 1, } } ] }; return (
From startups to enterprise clients, businesses trust us to build scalable and performance-driven websites.