diff --git a/components/footer.tsx b/components/footer.tsx index 4153c75..f61d914 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -4,7 +4,20 @@ import React, { useState, useRef, useEffect } from "react"; import Link from "next/link"; import Image from "next/image"; import { usePathname } from "next/navigation"; -import { Mail, Zap, Shield, Users, Bell, Globe } from "lucide-react"; +import { + Mail, + Zap, + Shield, + Users, + Bell, + Globe, + BookOpen, + Landmark, + LayoutDashboard, + UserRound, + Info, + Phone, +} from "lucide-react"; import ConciseFooter from "@/components/concise-footer"; const GithubIcon = (props: React.SVGProps) => ( @@ -165,7 +178,7 @@ const AUTH_ROUTES = ["/sign-in", "/sign-up"]; function FullFooter() { return ( -