import Head from 'next/head'; import styles from '../styles/Home.module.scss'; import GitHub from '../components/GitHub'; import {getCustomData} from '../lib/custom'; import Projects from '../components/Projects'; export default function Home({projectData}) { return (