From 82da002eba6a6dcb9f2d52654b7e5b2f77010055 Mon Sep 17 00:00:00 2001 From: Bertrand Yuan Date: Tue, 16 Dec 2025 00:43:19 +0800 Subject: chore(strings): update names and links --- src/app/(main)/(home)/_components/hero.tsx | 10 +++++----- src/app/(main)/banner.png/og.tsx | 2 +- src/app/(main)/banner.png/route.tsx | 2 +- src/app/(main)/layout.config.tsx | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/app/(main)/(home)/_components/hero.tsx b/src/app/(main)/(home)/_components/hero.tsx index 04371ca..4c6b655 100644 --- a/src/app/(main)/(home)/_components/hero.tsx +++ b/src/app/(main)/(home)/_components/hero.tsx @@ -41,17 +41,17 @@ const Hero = () => {
- Full-Stack Developer & Tech Writer + Open Source Enthusiast

- I'm John Doe , a Full-Stack Developer. + I'm Bertrand Yuan, an Open-Source Lover.

- I write about web development, software engineering, and the latest - technologies. I also create fun projects and tutorials to help you - learn and grow as a developer. + I am interested in GNU/Linux, Git, mailing lists, open-source + software, and tech writing. Welcome to my personal blog where I share + my thoughts and projects.

diff --git a/src/app/(main)/banner.png/og.tsx b/src/app/(main)/banner.png/og.tsx index 1a520c0..e70a5ad 100644 --- a/src/app/(main)/banner.png/og.tsx +++ b/src/app/(main)/banner.png/og.tsx @@ -25,7 +25,7 @@ export function generateOGImage( ); } -export function generate({ title = 'John Doe' }: GenerateProps): ReactElement { +export function generate({ title = 'Bertrand Yuan' }: GenerateProps): ReactElement { return (