import { Suspense } from "react"; import HeroSkeleton from "./skeleton"; import HeroMain from "./main"; const Hero = () => { return (