diff --git a/src/app/page.tsx b/src/app/page.tsx index e4b41c1..7505a67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import { CheckCircle, MapPin, Wrench } from "lucide-react"; +import { CheckCircle, MapPin, Wrench, Phone, Mail, Home } from "lucide-react"; export default function LandingPage() { return ( @@ -28,14 +28,10 @@ export default function LandingPage() {
@@ -117,27 +91,20 @@ export default function LandingPage() {