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