diff --git a/frontend/src/components/Introduction.tsx b/frontend/src/components/Introduction.tsx
index 6188846..fb3157f 100644
--- a/frontend/src/components/Introduction.tsx
+++ b/frontend/src/components/Introduction.tsx
@@ -1,28 +1,9 @@
-import { Linkedin, Github, Award } from 'lucide-react'
-import { COLORS } from '../constants'
+import { COLORS, SOCIALLINKS } from '../constants'
import { Tooltip } from './Tooltip'
const Introduction = () => {
const BoldStyle = 'text-blue-900 dark:text-blue-300 font-semibold'
- const socialLinks = [
- {
- icon: