diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index a27b962..f8890e8 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,7 +7,7 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { Car, Package, Scissors, Wrench } from "lucide-react"; +import { Banknote, Car, HeartPulse, Package, Scissors, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -28,36 +28,19 @@ export default function LandingPage() { @@ -65,37 +48,26 @@ export default function LandingPage() { @@ -162,71 +117,43 @@ export default function LandingPage() {