From 54f7562651b1a94db74b74419be929963350dc02 Mon Sep 17 00:00:00 2001 From: ayrisdev Date: Sun, 12 Apr 2026 13:39:03 +0300 Subject: [PATCH] fix: replace missing Twitter icon with Send icon in Footer to resolve build error --- components/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { - +