diff --git a/src/app/page.tsx b/src/app/page.tsx index 363ffcd..3dde0ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { FaBookBookmark } from "react-icons/fa6" import { FiBook, FiBookOpen, FiClipboard, FiFileText, FiPenTool, FiTriangle, FiUploadCloud } from "react-icons/fi" import { CardCaption } from "@/components/card-caption" import { CardIcon } from "@/components/card-icon" +import { CardPathSelection } from "@/components/card-path-selection" import { Hero } from "@/components/home/hero" const schoolCards = [ @@ -57,7 +58,11 @@ export default function Home() { ))} -
+
+ + +
+
+ + {caption} + + + //TODO: add hover effect + ) +}