This commit is contained in:
2025-12-02 16:30:46 +01:00
parent 979728e6c8
commit 0b7c70058d
31 changed files with 298 additions and 106 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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 />