Skip to content

Commit fe857f3

Browse files
committed
refactor: update metadata description for improved clarity and relevance
1 parent f881848 commit fe857f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/(home)/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ const HomeFAQSection = dynamic(() => import("./sections/home-faq").then(mod => (
2929
const homeSearchImage = `${NEXT_PUBLIC_APP_URL}/assets/screenshots/home-dark.png`;
3030
const homeTitle = `${appName} | Senior Front-end Developer & UI/UX Designer`;
3131
const homeDescription = "Sophat LEAT (PPhat, Sophat L.) is a Senior Front-end Developer at TURBOTECH CO., LTD and Freelance UI/UX Designer in Phnom Penh, Cambodia. Explore projects, case studies, technical articles, blogs, and contact details.";
32+
const metaDescription = "Sophat LEAT (PPhat) — Senior Front-end Developer & Freelance UI/UX Designer in Phnom Penh, Cambodia. Projects, blogs & more."
3233

3334
export const metadata: Metadata = {
3435
title: homeTitle,
35-
description: homeDescription,
36+
description: metaDescription,
3637
authors: [{
3738
url: NEXT_PUBLIC_APP_URL,
3839
name: "Sophat LEAT",

src/lib/data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export const appName = "LEAT Sophat"
22
export const appTitle = "PPhat Dev"
33
export const appPositions = ["Senior Front-end Developer.", "UI/UX Designer."]
4-
export const appDescriptions = "Hello! I’m Sophat LEAT, also known as PPhat, and I’m thrilled to have you here. This portfolio showcases my journey, projects, and passions as a developer and creator. Explore my work, check out my skills, and feel free to connect if you’d like to collaborate or learn more.\nLet’s build something amazing together!"
54
export const NEXT_PUBLIC_APP_URL = process.env.NEXT_PUBLIC_APP_URL?.trim() || "https://pphat.me"

0 commit comments

Comments
 (0)