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() { {/* ActivatedTab */} -
+
{activeTab === "Home" && (
+
+ + + + + + + + + + + + + + + + + 𝕏 + +

{/* Read README.md with remark */}

암냥 & 남냥 +

)} diff --git a/bun.lockb b/bun.lockb index 083ccc3..c49ec12 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 4e2331f..410a91c 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "typecheck": "react-router typegen && tsc" }, "dependencies": { + "@lucide/lab": "^0.1.2", "@react-router/node": "^7.1.1", "@react-router/serve": "^7.1.1", "clsx": "^2.1.1",