Shows a Logo Cloud section listing all the logos of the companies that use your product.

Basic Usage

Add your own logos to the LogoCloud.svelte component.

To import the component, use:

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

<LogoCloud />