9 lines
252 B
Svelte

<script>
import BackwardsLogo from "$lib/assets/Backwards.png";
</script>
<div class="text-center h-max self-center" id="hero">
<h1 class="h1">Backwards Development</h1>
<h4 class="h4">A Software Development and Distribution Company</h4>
</div>