import { SocialLinks } from "@/components/SocialLinks"; import Link from "next/link"; export default function Home() { return (
{/* Hero Section */}

Welcome to my place!

I'm an illustrator, character designer, miniature painter, 3d modeller, makeup artist and much more and happy to show you things i've created.

If you want to commission me
you can find all the information you need here:
Commissions

{/* Section Cards */}
{/*

If you want to commission me you can find all the information you need under following link: Linktree

*/} {/* {sections.map((section) => ( {section.title} {section.description} ))} */}
); }