diff --git a/src/app/page.tsx b/src/app/page.tsx index a9c74af..26e6544 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; +import { Shield } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -22,9 +23,7 @@ export default function HomePage() { ]; const navButton = { - text: "Get Free Consultation", - href: "/contact", - }; + text: "Get Free Consultation", href: "/contact"}; return ( ); -} \ No newline at end of file +}