import { useEffect, useState } from "react"; export default function HeroCarousel() { return ( <> ); }