import Head from "next/head"; import Image from "next/image"; import styles from "../styles/Home.module.css"; import Main from "../components/templates/main"; import Second from "../components/templates/second"; import Location from "../components/templates/location"; import Contact from "../components/templates/contact"; export default function Home() { return (