diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 6274409..e63baf8 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -58,8 +58,8 @@ export async function generateMetadata({ return { title: { default: isSR - ? "Name — Full-stack inženjering, od početka do kraja" - : "Name — Full-stack engineering, end to end", + ? "Đorđe Kšan — Full-stack inženjering, od početka do kraja" + : "Đorđe Kšan — Full-stack engineering, end to end", template: "%s · Name", }, description: isSR @@ -73,8 +73,8 @@ export async function generateMetadata({ openGraph: { title: isSR - ? "Name — Full-stack inženjering" - : "Name — Full-stack engineering, end to end", + ? "Đorđe Kšan — Full-stack inženjering" + : "Đorđe Kšan — Full-stack engineering, end to end", description: isSR ? "Premium full-stack razvoj i self-hosted infrastruktura." : "Premium full-stack development and self-hosted infrastructure.", @@ -87,7 +87,7 @@ export async function generateMetadata({ twitter: { card: "summary_large_image", - title: isSR ? "Name — Full-stack inženjering" : "Name — Full-stack engineering", + title: isSR ? "Đorđe Kšan — Full-stack inženjering" : "Đorđe Kšan — Full-stack engineering", }, robots: {