Skip to content

Commit bdb9a47

Browse files
committed
fix
1 parent 76ec4fd commit bdb9a47

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

web/app/(home)/opengraph-image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export default function Image() {
1313
return GenerateImage({
1414
size,
1515
title: "Hi, I am Melek Somai.",
16-
subtitle: "Physician. Developer. Innovator.",
16+
subtitle: "Physician. Scientist. Innovator.",
1717
});
1818
}

web/app/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import IntroSection from "./_components/section-intro";
77
export const metadata: Metadata = {
88
title: "Melek Somai | Home",
99
description:
10-
"Melek Somai is a physician, developer, and innovator. He works at the intersection of Healthcare Informatics, Data Science, and Product Engineering.",
10+
"Melek Somai is a physician, scientist, and innovator. He works at the intersection of Healthcare Informatics, Data Science, and Product Engineering.",
1111
twitter: {
1212
card: "summary_large_image",
1313
title: "Melek Somai",
1414
description:
15-
"Melek Somai is a physician, developer, and innovator. He works at the intersection of Healthcare Informatics, Data Science, and Product Engineering.",
15+
"Melek Somai is a physician, scientist, and innovator. He works at the intersection of Healthcare Informatics, Data Science, and Product Engineering.",
1616
creator: "@meleksomai",
1717
site: "https://somai.me",
1818
},

0 commit comments

Comments
 (0)