From 5268d8370a82da620136bc57d1b08a378fc2e61b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:19:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 212 +++++++++++++---------------------------------- 1 file changed, 57 insertions(+), 155 deletions(-) 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 +}