Updates
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import Main from "@/components/pages/about";
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<Layout>
|
||||
<Layout meta={{ title: "About Me | Tben.me" }}>
|
||||
<Main />
|
||||
</Layout>
|
||||
);
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ import Main from "@/components/pages/contact";
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<Layout>
|
||||
<Layout meta={{ title: "Contact Me | Tben.me" }}>
|
||||
<Main />
|
||||
</Layout>
|
||||
);
|
||||
|
||||
+6
-2
@@ -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 (
|
||||
<Layout>
|
||||
<Layout
|
||||
meta={{
|
||||
description:
|
||||
"Software Engineer, DevOps Engineer, Full Stack Developer, Software Architect, Philosopher, Solar Energy Enthusiast.",
|
||||
}}
|
||||
>
|
||||
<Main />
|
||||
<Divider />
|
||||
<AboutSection />
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import MySkillsSection from "@/components/pages/Home/(sections)/MySkillsSection"
|
||||
|
||||
export default function SkillsPage() {
|
||||
return (
|
||||
<Layout>
|
||||
<Layout meta={{ title: "My Skills | Tben.me" }}>
|
||||
<Main />
|
||||
<Divider />
|
||||
<MySkillsSection noTitle expand />
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import MyWorkSection from "@/components/pages/Home/(sections)/MyWorkSection";
|
||||
|
||||
export default function WorkPage() {
|
||||
return (
|
||||
<Layout>
|
||||
<Layout meta={{ title: "My Work | Tben.me" }}>
|
||||
<Main />
|
||||
<Divider />
|
||||
<MyWorkSection noTitle expand />
|
||||
|
||||
Reference in New Issue
Block a user