diff --git a/src/components/Landing.tsx b/src/components/Landing.tsx index 34be84c9..5ce18cd9 100644 --- a/src/components/Landing.tsx +++ b/src/components/Landing.tsx @@ -1,6 +1,8 @@ import Image from "next/image"; import Link from "next/link"; import { Button } from "@/components/ui/button"; +import { BsGithub, BsTwitterX, BsDiscord } from "react-icons/bs"; +import { LiaBookSolid } from "react-icons/lia"; export default function LandingPage() { return ( @@ -51,6 +53,50 @@ export default function LandingPage() { + + {/* Footer overlay */} + );