diff --git a/src/app/page.tsx b/src/app/page.tsx index 96a04f4..ad4029f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Wrench, Building2, CheckCircle, Phone } from "lucide-react"; +import { Wrench, Building2, CheckCircle, Phone, MapPin, Users } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -44,7 +44,7 @@ export default function HomePage() {