Footer.svelte is a marketing component for at the bottom of your landing page.
A footer section with business details and links.
Footer.svelte
Add your link and business details to the Footer.svelte component.
To import the component, use:
<script lang="ts"> import Footer from '$lib/ui/marketing/Footer.svelte'; </script> <Footer />