--- // @ts-ignore import { Picture } from 'astro-imagetools/components' const viewHeight = 'h-[30rem]' const padding = 'p-[2rem]' const textMainSize = 'text-[2rem]' const textEmphasisSize = 'text-[4rem]' const textEmphasisLineHeight = 'leading-[3.5rem]' const text = ['Hello', ', I am', 'Ethan Reece', 'and I do ', 'web stuff', '.'] const image = '../public/images/index/myself.png' const imageAlt = 'black and white portrait of myself' ---

{text[0]}{text[1]}
{text[2]}
{text[3]} {text[4]}{text[5]}