diff --git a/src/app/page.tsx b/src/app/page.tsx index eefa3d5..75ccf2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { MapPin, Zap, CheckCircle, Lightbulb, Users, Map, Navigation } from "lucide-react"; +import { MapPin, Zap, CheckCircle, Lightbulb, Users, Map, Navigation, Lock, MapPinPlus, Clock, Share2 } from "lucide-react"; export default function ParkSpotPage() { return ( @@ -28,28 +28,27 @@ export default function ParkSpotPage() {