diff --git a/app/(home)/page.tsx b/app/(home)/page.tsx index 37a8f68a..60f25b2c 100644 --- a/app/(home)/page.tsx +++ b/app/(home)/page.tsx @@ -1,4 +1,4 @@ -import { ArrowUpRight } from "lucide-react"; +import { IconArrowUpRight } from "@tabler/icons-react"; import Image, { type StaticImageData } from "next/image"; import Link from "next/link"; @@ -97,7 +97,7 @@ const Page = () => ( {project.tagline} -