diff --git a/components/Footer.tsx b/components/Footer.tsx
index b31f3c1..f22aec3 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -1,7 +1,7 @@
'use client';
import Link from "next/link";
-import { Facebook, Instagram, Twitter, MapPin, Phone, Mail, ArrowUpRight } from "lucide-react";
+import { Facebook, Instagram, Send, MapPin, Phone, Mail, ArrowUpRight } from "lucide-react";
import { siteConfig } from "@/lib/data";
const QUICK_LINKS = [
@@ -44,7 +44,7 @@ export function Footer() {
-
+