diff --git a/src/app/page.tsx b/src/app/page.tsx index 184f0b8..939f560 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Car, Wrench } from "lucide-react"; +import { Car, Wrench, Phone, MapPin, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -29,179 +29,93 @@ export default function LandingPage() {