From 1dab2b5da733a321344a52f21959fa95a45de82f Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 22:09:42 +0000 Subject: [PATCH] Seed: portfolio template (18 files) --- src/components/Footer.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/components/Footer.tsx diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx new file mode 100644 index 0000000..c0b4eb7 --- /dev/null +++ b/src/components/Footer.tsx @@ -0,0 +1,16 @@ +import { Github, Linkedin, Twitter, Mail } from "lucide-react"; + +export default function Footer() { + return ( + + ); +} \ No newline at end of file