Remove AI generated content

This commit is contained in:
neutrino2211
2025-10-10 07:10:54 +01:00
parent d1b0577b69
commit 5d54506fe5
14 changed files with 443 additions and 244 deletions

View File

@@ -4,15 +4,18 @@ import Image from "next/image";
export const metadata: Metadata = {
title: "Home",
description: "Welcome to my personal portfolio. I'm Mainasara Tsowa, a developer and cybersecurity expert passionate about building secure, elegant digital solutions.",
description:
"Welcome to my personal portfolio. I'm Mainasara Tsowa, a developer and cybersecurity expert passionate about building secure, elegant digital solutions.",
openGraph: {
title: "Home | Mainasara Tsowa",
description: "Welcome to my personal portfolio. Developer and cybersecurity expert building secure, elegant digital solutions.",
description:
"Welcome to my personal portfolio. Developer and cybersecurity expert building secure, elegant digital solutions.",
url: "https://mainasara.dev",
},
twitter: {
title: "Home | Mainasara Tsowa",
description: "Welcome to my personal portfolio. Developer and cybersecurity expert building secure, elegant digital solutions.",
description:
"Welcome to my personal portfolio. Developer and cybersecurity expert building secure, elegant digital solutions.",
},
};
@@ -44,50 +47,14 @@ export default function Home() {
<nav className="mb-16">
<div className="bg-white border-4 border-black rounded-none p-6 shadow-brutal">
<ul className="flex flex-wrap justify-center gap-4 md:gap-8">
<li>
<a
href="#about"
className="text-black font-bold hover:bg-green-200 px-4 py-2 transition-colors border-2 border-black hover:border-green-400"
>
About
</a>
</li>
<li>
<a
href="#expertise"
className="text-black font-bold hover:bg-teal-200 px-4 py-2 transition-colors border-2 border-black hover:border-teal-400"
>
Expertise
</a>
</li>
<li>
<a
href="#projects"
className="text-black font-bold hover:bg-blue-200 px-4 py-2 transition-colors border-2 border-black hover:border-blue-400"
>
Projects
</a>
</li>
<li>
<a
href="#contact"
className="text-black font-bold hover:bg-yellow-200 px-4 py-2 transition-colors border-2 border-black hover:border-yellow-400"
>
Contact
</a>
</li>
</ul>
</div>
<div className="bg-white border-4 border-black rounded-none p-6 shadow-brutal mt-6">
<ul className="flex flex-wrap justify-center gap-4 md:gap-8">
<li>
{/*<li>
<a
href="https://blog.mainasara.dev"
className="text-black font-bold hover:bg-slate-200 px-4 py-2 transition-colors border-2 border-black hover:border-slate-400"
>
Blog
</a>
</li>
</li>*/}
<li>
<a
href="/digital-art"
@@ -201,7 +168,7 @@ export default function Home() {
Digital Art
</h3>
<p className="text-gray-800 text-sm">
Exploring creativity through digital canvases
Someone messing around with colors and shapes.
</p>
</a>
<a
@@ -213,7 +180,7 @@ export default function Home() {
Mini Stories
</h3>
<p className="text-gray-800 text-sm">
Capturing moments in brief narratives
I like good narratives, so I try to imitate them.
</p>
</a>
<a
@@ -225,7 +192,7 @@ export default function Home() {
Thoughts
</h3>
<p className="text-gray-800 text-sm">
Reflections on technology and life
Rants on technology, maybe something else.
</p>
</a>
</div>