diff --git a/src/lib/components/organisms/Discord.svelte b/src/lib/components/organisms/Discord.svelte new file mode 100644 index 0000000..d76c550 --- /dev/null +++ b/src/lib/components/organisms/Discord.svelte @@ -0,0 +1,81 @@ + + +
+
+
+ +
+
+

We also have discord!

+

Join our discord server now and stay in touch with other users and developers!

+
+
+ Join now! +
+
+
+ + diff --git a/src/lib/icons/socials/discord-white-big.svelte b/src/lib/icons/socials/discord-white-big.svelte new file mode 100644 index 0000000..11e044e --- /dev/null +++ b/src/lib/icons/socials/discord-white-big.svelte @@ -0,0 +1,6 @@ + diff --git a/src/routes/(waves)/+page.svelte b/src/routes/(waves)/+page.svelte index abad3cb..6a05fc8 100644 --- a/src/routes/(waves)/+page.svelte +++ b/src/routes/(waves)/+page.svelte @@ -9,6 +9,7 @@ import Testimonials from '$lib/components/organisms/Testimonials.svelte'; import Newsletter from '$lib/components/organisms/Newsletter.svelte'; import type { Feature, BlogPost } from '$lib/utils/types'; + import Discord from '$lib/components/organisms/Discord.svelte'; export let data: { features: Feature[]; @@ -29,5 +30,6 @@ {/if} +