diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 0a91cba..caf95b7 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,138 +1,150 @@ +import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; -import { Input } from "@/components/ui/input"; -import { Link } from "react-router-dom"; -import { Mail, Phone, MapPin, Facebook, Twitter, Linkedin, Instagram } from "lucide-react"; +import { + Mail, + Phone, + MapPin, + Facebook, + Twitter, + Linkedin, + Instagram, + Calculator, + TrendingUp, + Shield, + Award +} from "lucide-react"; const Footer = () => { return ( -