"use client"; import React from "react"; import useEmblaCarousel from "embla-carousel-react"; import Image from "next/image"; import './carousel.css'; export const EmblaCarousel = () => { const [emblaRef] = useEmblaCarousel(); return (