Components
CTA
Shows a section with a centered headline, description and demo video of your app.
Basic Usage
Add your Headline and description then include your product video in the /static/videos/
folder.
To import the component, use:
Components
Shows a section with a centered headline, description and demo video of your app.
Add your Headline and description then include your product video in the /static/videos/
folder.
To import the component, use:
<script lang="ts">
import CTA from "$lib/components/CTA.svelte"
</script>
<CTA/>