From ef97f1bc75aa5f49536faf8024db9ac8fd27f9f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:59:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc27e97..3990f89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import AboutMetric from "@/components/sections/about/AboutMetric"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Award, Calendar, Car, Clock, Heart, MapPin, Phone, Send, Shield, Smile, Users, Zap } from "lucide-react"; +import { Award, Calendar, Car, Clock, Heart, MapPin, Phone, Send, Shield, Smile, Users, Zap, MapPinIcon, Compass, Users2 } from "lucide-react"; export default function LandingPage() { return ( @@ -204,4 +204,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file