"use client"; import React from "react"; import useEmblaCarousel from "embla-carousel-react"; import Image from "next/image"; import "./carousel.css"; import Autoplay from "embla-carousel-autoplay"; import AutoHeight from "embla-carousel-auto-height"; export const EmblaCarousel = () => { const [emblaRef] = useEmblaCarousel({ loop: false }, [Autoplay()]); return (
/
{" "} /
{" "} /
); };