diff --git a/app/routes/home.tsx b/app/routes/home.tsx
index 6a03570..d46eda7 100644
--- a/app/routes/home.tsx
+++ b/app/routes/home.tsx
@@ -7,6 +7,10 @@ import Readme from "~/components/README";
import TimelineComponents from "~/components/TimelineComponents";
import Top from "~/components/Top";
+import { MailPlus, Rss, Instagram, Github } from "lucide-react";
+import { Icon } from "lucide-react";
+import { butterfly } from "@lucide/lab";
+
export function meta({}: Route.MetaArgs) {
return [
{ title: "암냥" },
@@ -45,16 +49,56 @@ export default function Home() {
{/* Read README.md with remark
+