---
import arrowDown from '../../assets/arrow-down-indicator.svg';
import WelcomeTypewriter from '../bits/WelcomeTypewriter.astro';
import BackgroundGradient from "../bits/BackgroundGradient.astro";
import { images } from "../../content/design";
const Background = images.welcome.motion;
const BackgroundStatic = images.welcome.static;
export interface Props {
nextSlideAnchor: string;
}
const { nextSlideAnchor } = Astro.props;
//const backgroundImage = `url(${background.src})`;
---
Hallöchen!
Ich bin Daniel.