diff --git a/src/pages/HomePage/sections/CtaServices.tsx b/src/pages/HomePage/sections/CtaServices.tsx deleted file mode 100644 index 3fd142f..0000000 --- a/src/pages/HomePage/sections/CtaServices.tsx +++ /dev/null @@ -1,24 +0,0 @@ -import React from 'react'; -import ContactCta from '@/components/sections/contact/ContactCta'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function CtaServicesSection(): React.JSX.Element { - return ( -
- - - -
- ); -} \ No newline at end of file