diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e9d77d..b94b994 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Wrench, Bath, Flame, Droplets, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,26 +29,11 @@ export default function LandingPage() { @@ -136,142 +85,39 @@ export default function LandingPage() {
); -} +} \ No newline at end of file