diff --git a/components/pages/Home/(sections)/AboutSection.tsx b/components/pages/Home/(sections)/AboutSection.tsx
index 97c7ad7..648f237 100644
--- a/components/pages/Home/(sections)/AboutSection.tsx
+++ b/components/pages/Home/(sections)/AboutSection.tsx
@@ -1,7 +1,10 @@
import H2 from "@/components/lib/layout/H2";
+import Link from "@/components/lib/layout/Link";
+import Row from "@/components/lib/layout/Row";
import Section from "@/components/lib/layout/Section";
import Span from "@/components/lib/layout/Span";
import Stack from "@/components/lib/layout/Stack";
+import { UserRoundSearch } from "lucide-react";
export default function AboutSection() {
return (
@@ -12,6 +15,12 @@ export default function AboutSection() {
I'm passionate and dedicated to solving problems using the
best technologies available.
+
+