b
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user