feat(root page): redesign the hero element, add dividers between sections

This commit is contained in:
Jake Hamilton 2024-10-25 12:08:10 -07:00
parent bea68b93d5
commit 32b2f44177
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68

View file

@ -1,6 +1,9 @@
<script>
import Highlight from "$lib/Highlight.svelte";
<<<<<<< HEAD
import LinkChip from "$lib/components/LinkChip.svelte";
=======
>>>>>>> 9781dc7 (feat(root page): redesign the hero element, add dividers between sections)
import FlowerDivider from "$lib/components/FlowerDivider.svelte";
import nix from "svelte-highlight/languages/nix";