diff --git a/components/header/toolbar.tsx b/components/header/toolbar.tsx index 97f2a8b..3cdaece 100644 --- a/components/header/toolbar.tsx +++ b/components/header/toolbar.tsx @@ -1,15 +1,58 @@ 'use client'; +import Image from 'next/image'; +import Link from 'next/link'; +import emailPic from '../../public/email.svg'; +import rssPic from '../../public/rss-feed.svg'; +import supportPic from '../../public/support.svg'; +import settingsPic from '../../public/settings.svg'; -export default function BlogArea() { + +export default function Toolbar() { return (

Software Engineer | HomeLab | Nerd

-
diff --git a/public/email.svg b/public/email.svg new file mode 100644 index 0000000..14a19b5 --- /dev/null +++ b/public/email.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/rss-feed.svg b/public/rss-feed.svg new file mode 100644 index 0000000..a94b740 --- /dev/null +++ b/public/rss-feed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/search.svg b/public/search.svg new file mode 100644 index 0000000..324f91f --- /dev/null +++ b/public/search.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/settings.svg b/public/settings.svg new file mode 100644 index 0000000..abe44a0 --- /dev/null +++ b/public/settings.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/support.svg b/public/support.svg new file mode 100644 index 0000000..963e56c --- /dev/null +++ b/public/support.svg @@ -0,0 +1 @@ + \ No newline at end of file