diff --git a/src/Client/src/pages/HomePage.tsx b/src/Client/src/pages/HomePage.tsx
index d21aaee..c4b7a2e 100644
--- a/src/Client/src/pages/HomePage.tsx
+++ b/src/Client/src/pages/HomePage.tsx
@@ -1,3 +1,4 @@
+import { FaRegPaperPlane } from "react-icons/fa6";
import AnchorLink from "../components/AnchorLink";
import Subtitle from "../components/Subtitle";
import TechIcons from "../components/TechIcons";
@@ -11,8 +12,6 @@ export default function HomePage() {
I'm a UK-based software engineer and I love building cool stuff.
-
-
A bit about me
I mostly specialise in back-end C#/.NET development and I've built
systems that scale for hundreds-of-thousands of global users.
@@ -23,7 +22,17 @@ export default function HomePage() {
un:hurd music.
-
+
+
+
>
);
}
diff --git a/src/Client/src/pages/Layout.tsx b/src/Client/src/pages/Layout.tsx
index d7b33e5..6b87bc4 100644
--- a/src/Client/src/pages/Layout.tsx
+++ b/src/Client/src/pages/Layout.tsx
@@ -4,7 +4,7 @@ import Footer from "../components/Footer";
export default function Layout() {
return (
-