Shows a hero section with an image on the right, moves below the copy on mobile.

Includes the Rating component.

Hero.svelte

Basic Usage

Add your own copy and images to the Hero.svelte component.

To import the component, use:

+page.svelte
<script lang="ts">
    import Hero from '$lib/ui/marketing/Hero.svelte';
</script>

<Hero />