From 49e62e2156577f5571fb765e662712fa2584ba85 Mon Sep 17 00:00:00 2001
From: ayrisdev
Date: Sun, 12 Apr 2026 13:41:01 +0300
Subject: [PATCH] fix: replace missing Facebook and Instagram icons with
generic Share2 and Camera icons in Footer
---
components/Footer.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/Footer.tsx b/components/Footer.tsx
index f22aec3..51f0c36 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -1,7 +1,7 @@
'use client';
import Link from "next/link";
-import { Facebook, Instagram, Send, MapPin, Phone, Mail, ArrowUpRight } from "lucide-react";
+import { Share2, Camera, Send, MapPin, Phone, Mail, ArrowUpRight } from "lucide-react";
import { siteConfig } from "@/lib/data";
const QUICK_LINKS = [
@@ -38,10 +38,10 @@ export function Footer() {