Call to action

A simple call to action with a title, headline and CTA.

Call to action

Usage

<script>
    import CallToAction from '$lib/components/layout/callToAction.svelte';
</script>

<CallToAction 
    title="Take control of your project" 
    subtitle="Build powerful web apps." 
    buttonLabel="Get Mysaas" 
/>
svelte
1
2
3
4
5
6
7
8
9