A footer section with business details and links.

Footer.svelte

Basic Usage

Add your link and business details to the Footer.svelte component.

To import the component, use:

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

<Footer />