diff --git a/src/components/Main/Distance.tsx b/src/components/Main/Distance.tsx
index 168ab96..7af935b 100644
--- a/src/components/Main/Distance.tsx
+++ b/src/components/Main/Distance.tsx
@@ -8,8 +8,8 @@ export function Distance() {
className="lg:py-[100px] py-14"
>
diff --git a/src/components/icons/LogoIcon.tsx b/src/components/icons/LogoIcon.tsx
deleted file mode 100644
index 6e30df3..0000000
--- a/src/components/icons/LogoIcon.tsx
+++ /dev/null
@@ -1,149 +0,0 @@
-export function LogoIcon({ className = '' }: { className?: string }) {
- return (
-
- );
-}
diff --git a/src/components/icons/LogoWithTextIcon.tsx b/src/components/icons/LogoWithTextIcon.tsx
deleted file mode 100644
index a97fa2f..0000000
--- a/src/components/icons/LogoWithTextIcon.tsx
+++ /dev/null
@@ -1,238 +0,0 @@
-export function LogoWithTextIcon({ className = '' }: { className?: string }) {
- return (
-
- );
-}