From a4f4f7e005f609f6ada6814a564b2092a36ddceb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:05:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 113 +++++++++++++++++++++++++++-------------------- 1 file changed, 64 insertions(+), 49 deletions(-) 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() {