diff --git a/src/components/Snow.astro b/src/components/Snow.astro new file mode 100644 index 0000000..7f4b171 --- /dev/null +++ b/src/components/Snow.astro @@ -0,0 +1,186 @@ +
+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index d4e111e..d81356a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,15 +4,16 @@ import Prompt from "../components/Prompt.astro"; import Centerpiece from "../components/Centerpiece.astro"; import Icons from "../components/Icons.astro"; import Model from "../components/Model.svelte"; +import Snow from "../components/Snow.astro"; --- -