update seo
This commit is contained in:
@@ -1,6 +1,21 @@
|
||||
import type { Metadata } from "next";
|
||||
import ProjectsSection from "@/components/ProjectsSection";
|
||||
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.",
|
||||
openGraph: {
|
||||
title: "Home | Mainasara Tsowa",
|
||||
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.",
|
||||
},
|
||||
};
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="min-h-screen bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 font-mono">
|
||||
|
||||
Reference in New Issue
Block a user