diff --git a/frontend/src/routes/(public)/(landing)/+layout.svelte b/frontend/src/routes/(public)/(landing)/+layout.svelte
index 014b90a..00f0ceb 100644
--- a/frontend/src/routes/(public)/(landing)/+layout.svelte
+++ b/frontend/src/routes/(public)/(landing)/+layout.svelte
@@ -2,6 +2,7 @@
import ThemeToggle from '$lib/components/theme-toggle.svelte'
import { Button } from '$lib/components/ui/button'
import { Separator } from '$lib/components/ui/separator'
+ import { GithubIcon, MailIcon } from 'lucide-svelte'
function scrollIntoView({ target }: { target: any }) {
const el = document.querySelector(target.getAttribute('href'))
@@ -61,17 +62,32 @@