Marketing Components
Rating
Rating.svelte is a marketing component with FAQs.
A small component with 5 stars and user avatars.
Basic Usage
Add your own copy and avatars to the Rating.svelte
component.
Used in the Hero component.
To import the component, use:
+page.svelte
<script lang="ts">
import Rating from '$lib/ui/marketing/Rating.svelte';
</script>
<Rating />