import HeroSection from "@/components/HeroSection"; import "./index.css"; export const metadata = { title: "Home", icons: { icon: '/favicon.ico"', }, }; const HomePage = () => { return ( <>