1. Components
  2. CTA

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:

/src/routes/(marketing)/+page.svelte
        <script lang="ts">
    import CTA from "$lib/components/CTA.svelte"
</script>

<CTA/>