import React from "react"; import useEmblaCarousel from "embla-carousel-react"; import Image from "next/image"; import Autoplay from 'embla-carousel-autoplay'; export const EmblaCarousel = () => { const [emblaRef] = useEmblaCarousel(); return (
bar01
food1
{" "} food2
); };