diff --git a/components/section/smart-scanning-section.tsx b/components/section/smart-scanning-section.tsx
index a969d2e..7b0e357 100644
--- a/components/section/smart-scanning-section.tsx
+++ b/components/section/smart-scanning-section.tsx
@@ -18,11 +18,11 @@ const SmartScanning = () => {
Smart scanning
-
+
Leverage advanced algorithms
- |
+ |
Identify key contract insights
- |
+ |
Optimize processes
diff --git a/components/utils/pdf-template.tsx b/components/utils/pdf-template.tsx
deleted file mode 100644
index fc3d76b..0000000
--- a/components/utils/pdf-template.tsx
+++ /dev/null
@@ -1,48 +0,0 @@
-import React from 'react';
-
-interface PdfTemplateProps {
- children: React.ReactNode;
-}
-
-const PdfTemplate: React.FC
= ({ children }) => {
- return (
-
- );
- };
-
-export default PdfTemplate;
\ No newline at end of file