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() {

- + - +