From c08696e10509d851815c0e311a86a3c5f0cf8392 Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 22:11:13 +0000 Subject: [PATCH] Seed: services template (18 files) --- src/components/Footer.tsx | 82 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 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..0e2ae67 --- /dev/null +++ b/src/components/Footer.tsx @@ -0,0 +1,82 @@ +import { Link } from "react-router-dom"; +import { Button } from "@/components/ui/button"; +import { Twitter, Linkedin, Github, MapPin, Phone, Mail } from "lucide-react"; + +export default function Footer() { + return ( + + ); +} \ No newline at end of file