diff --git a/src/app/page.tsx b/src/app/page.tsx index d30cb0e..d9cb5af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterCard from "@/components/sections/footer/FooterCard"; import Link from "next/link"; import { Shield, Globe, Zap, Users, Linkedin, Twitter, Mail } from "lucide-react"; +import Image from "next/image"; export default function HomePage() { return ( @@ -43,18 +44,24 @@ export default function HomePage() {
); -} +} \ No newline at end of file