diff --git a/pages/about.tsx b/pages/about.tsx
index dcf8473..f8a28d4 100644
--- a/pages/about.tsx
+++ b/pages/about.tsx
@@ -3,7 +3,7 @@ import Main from "@/components/pages/about";
export default function ContactPage() {
return (
-
+
);
diff --git a/pages/contact.tsx b/pages/contact.tsx
index abce712..96e8bbd 100644
--- a/pages/contact.tsx
+++ b/pages/contact.tsx
@@ -3,7 +3,7 @@ import Main from "@/components/pages/contact";
export default function ContactPage() {
return (
-
+
);
diff --git a/pages/index.tsx b/pages/index.tsx
index eb79862..9690add 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1,5 +1,4 @@
import Layout from "@/layouts/main";
-import H1 from "@/components/lib/layout/H1";
import Main from "@/components/pages/Home";
import AboutSection from "@/components/pages/Home/(sections)/AboutSection";
import Divider from "@/components/lib/layout/Divider";
@@ -8,7 +7,12 @@ import MyWorkSection from "@/components/pages/Home/(sections)/MyWorkSection";
export default function Home() {
return (
-
+
diff --git a/pages/skills.tsx b/pages/skills.tsx
index 49ee660..95aa9a0 100644
--- a/pages/skills.tsx
+++ b/pages/skills.tsx
@@ -5,7 +5,7 @@ import MySkillsSection from "@/components/pages/Home/(sections)/MySkillsSection"
export default function SkillsPage() {
return (
-
+
diff --git a/pages/work.tsx b/pages/work.tsx
index 7fc9a2c..a825dc7 100644
--- a/pages/work.tsx
+++ b/pages/work.tsx
@@ -5,7 +5,7 @@ import MyWorkSection from "@/components/pages/Home/(sections)/MyWorkSection";
export default function WorkPage() {
return (
-
+