diff --git a/components/Footer.tsx b/components/Footer.tsx index 74f4790..549049d 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,8 +1,9 @@ import Link from 'next/link' -import {ReactNode} from 'react' - +import React, {ReactNode} from 'react' import {OuterContainer, InnerContainer} from './Container' import {SpotifyPlayer} from './SpotifyPlayer' +import {SocialLink} from '@/components/SocialLink' +import {GitHubIcon, LinkedInIcon, TwitterIcon} from '@/components/icons/SocialIcons' function NavLink({href, children}: { href: string, children: ReactNode }) { return ( @@ -30,6 +31,28 @@ export function Footer() { Projects Uses +
+

+ © {(new Date).getFullYear()} Ryan Freeman. All rights reserved. +

+
+ + + +
+