diff --git a/src/pages/IndexPage.tsx b/src/pages/IndexPage.tsx index bb02416..6c782c0 100644 --- a/src/pages/IndexPage.tsx +++ b/src/pages/IndexPage.tsx @@ -12,7 +12,7 @@ import ImageComparison from "@/components/home/ImageComparison"; import BlockmaticLogo from "@/assets/blockmatic.svg?react"; import GithubIcon from "@/assets/github.svg?react"; -import { ChevronRightIcon } from "lucide-react"; +import { ChevronRightIcon, LinkIcon } from "lucide-react"; function IndexPage() { const { isDark } = useContext(ThemeContext); @@ -104,7 +104,28 @@ function IndexPage() { -