A testimonials section with six testimonials.

Testimonials.svelte

Basic Usage

Add your own testimonials to the Testimonials.svelte component.

To import the component, use:

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

<Testimonials />