This commit is contained in:
2026-02-24 22:13:00 +01:00
parent 7576f6bcf6
commit d3d8e60a25
47 changed files with 1352 additions and 193 deletions

View File

@@ -1,10 +1,13 @@
---
import Background from '../../assets/speedline.svg';
import BackgroundStatic from '../../assets/speedline-static.svg';
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;
}