Skip to content

Commit 097ccbd

Browse files
authored
Merge pull request #6 from mynk2611/dev
update metadata
2 parents 11e2024 + 147c502 commit 097ccbd

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

app/about/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import About from "@/components/About";
66

77
export const metadata: Metadata = {
88
title: "About | Mayank Mehta",
9-
description:
10-
"Mayank Mehta is a developer. He is a digital nomad and travels around the world while working remotely.",
9+
description: "Learn more about Mayank Mehta - Software engineer and world explorer",
1110
};
1211

1312
export default function AboutPage() {

app/blog/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Metadata } from "next";
88
export const metadata: Metadata = {
99
title: "Blogs | Mayank Mehta",
1010
description:
11-
"Mayank Mehta is a developer",
11+
"Explore my thoughts and insights on software development, technology trends, and personal experiences through my blog posts",
1212
};
1313

1414
export default async function Blog() {

app/contact/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Metadata } from "next";
77
export const metadata: Metadata = {
88
title: "Contact | Mayank Mehta",
99
description:
10-
"Mayank Mehta is a developer. He is a digital nomad and travels around the world while working remotely.",
10+
"Get in touch with Mayank Mehta - Let's connect and discuss opportunities, collaborations, or just have a friendly chat about technology",
1111
};
1212

1313
export default function Projects() {

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const inter = Inter({
1111
});
1212

1313
export const metadata: Metadata = {
14-
title: "Create Next App",
15-
description: "Generated by create next app",
14+
title: "Mayank Mehta",
15+
description: "Mayank Mehta - Portfolio & Blog",
1616
};
1717

1818

0 commit comments

Comments
 (0)