diff --git a/www/components/footer.tsx b/www/components/footer.tsx index 17bbca32..94d596cb 100644 --- a/www/components/footer.tsx +++ b/www/components/footer.tsx @@ -1,6 +1,13 @@ import Image from "next/image"; import Link from "next/link"; -import { DEVB_BUY_ME_A_COFFEE_LINK, DEVB_GITHUB_LINK } from "@/lib/constants"; +import { + DEVB_BUY_ME_A_COFFEE_LINK, + DEVB_DISCORD_LINK, + DEVB_GITHUB_LINK, + DEVB_INSTAGRAM_LINK, + DEVB_LINKEDIN_LINK, + DEVB_X_LINK, +} from "@/lib/constants"; const Footer = () => { return ( @@ -31,6 +38,16 @@ const Footer = () => {