#Carousel small error

3 messages · Page 1 of 1 (latest)

eager wadi
#
import { Carousel } from "@mantine/carousel";
import { useMediaQuery } from "@mantine/hooks";
import Autoplay from "embla-carousel-autoplay";

function Services() {
  const isMobile = useMediaQuery("(max-width: 880px)");
  const autoplay = useRef(Autoplay({ delay: 1000 }));

  const links = [
    { href: "/services", title: "Custom Software Development" },
    { href: "/services", title: "Web & Mobile Development" },
    { href: "/services", title: "AI & Machine Learning Solutions" },
  ];```
#

does anyone know why i get this error