import Config from "../../config.json"; export default function Home() { return (

{Config.name}

{Config.description}

{Config.links.map((link, index) => { return ( <> ); })}

View the website source here

); }