import Image from "next/image"; import Link from "next/link"; import styles from "../styles/Index.module.sass"; import Avatar from "../public/Avatar.png"; import constants from "lib/constants"; import Icon from "components/Icon"; import Socials from "lib/socials"; const Index = () => { let AvatarSize = 200; return ( <>

HEIKADOG

(pronounced high-cuh)

i'm heika, a dog person who creates for the internet.

check my music out on my solo album CLUB SIBERIAN VOL. 1

or peep my production credits on spotify and soundcloud .{" "}

{Socials.map(social => ( ))}
); }; export default Index;