Marketing Components
Hero Screenshot
HeroScreenshot.svelte is a marketing component that shows a simple hero section with a screenshot of your app.
Shows a simple hero section with a screenshot of your app.
Basic Usage
Add your own copy and images to the HeroScreenshot.svelte
component.
To import the component, use:
+page.svelte
<script lang="ts">
import HeroScreenshot from '$lib/ui/marketing/HeroScreenshot.svelte';
</script>
<HeroScreenshot />