import Head from "next/head"; import HeroSection from "@/components/HeroSection"; import "./index.css"; const HomePage = () => { return ( <> Home

Popular TV Shows

Trending Movies

); }; export default HomePage;