/** @type {import('./$types').PageLoad} */ export function load() { return { name: `Home`, title: `I made this for you`, subTitle: `Featuring current work and studies in a SvelteKit-based portfolio.` }; }