summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Yuan <bert.yuan@outlook.com>2025-12-16 00:43:19 +0800
committerBertrand Yuan <bert.yuan@outlook.com>2025-12-16 00:43:19 +0800
commit82da002eba6a6dcb9f2d52654b7e5b2f77010055 (patch)
treed82de4cf8c1c73e26c8ee014f9640a5941517736
parent39c83fbb69ef06d2d56790d75abc254ba7e34394 (diff)
chore(strings): update names and links
-rw-r--r--emails/newsletter-welcome.tsx2
-rw-r--r--src/app/(main)/(home)/_components/hero.tsx10
-rw-r--r--src/app/(main)/banner.png/og.tsx2
-rw-r--r--src/app/(main)/banner.png/route.tsx2
-rw-r--r--src/app/(main)/layout.config.tsx2
5 files changed, 9 insertions, 9 deletions
diff --git a/emails/newsletter-welcome.tsx b/emails/newsletter-welcome.tsx
index 10bdf3e..b04b81c 100644
--- a/emails/newsletter-welcome.tsx
+++ b/emails/newsletter-welcome.tsx
@@ -140,7 +140,7 @@ export default function NewsletterWelcomeEmail({
className='select-none text-4xl text-zinc-900 leading-8'
style={{ fontFamily: 'Alex Brush' }}
>
- John Doe
+ Bertrand Yuan
</Text>
</Section>
</Container>
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 = () => {
<div className='flex items-center justify-center space-x-2'>
<Icons.code className='h-6 w-6 text-primary transition-transform hover:scale-125' />
<span className='font-medium text-muted-foreground text-sm'>
- Full-Stack Developer & Tech Writer
+ Open Source Enthusiast
</span>
</div>
<h1 className='max-w-3xl text-center font-bold text-4xl leading-tight tracking-tighter sm:text-5xl md:max-w-4xl md:text-6xl lg:leading-[1.1]'>
- <Balancer>I'm John Doe , a Full-Stack Developer.</Balancer>
+ <Balancer>I'm Bertrand Yuan, an Open-Source Lover.</Balancer>
</h1>
<p className='max-w-xl text-center text-muted-foreground md:max-w-2xl md:text-lg'>
<Balancer>
- 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.
</Balancer>
</p>
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 (
<div
tw='flex h-full w-full bg-black text-white'
diff --git a/src/app/(main)/banner.png/route.tsx b/src/app/(main)/banner.png/route.tsx
index d3bfdc8..064cb46 100644
--- a/src/app/(main)/banner.png/route.tsx
+++ b/src/app/(main)/banner.png/route.tsx
@@ -41,7 +41,7 @@ export async function GET() {
const [fonts] = await Promise.all([loadAssets()]);
return generateOGImage({
- title: 'John Doe',
+ title: 'Bertrand Yuan',
subtitle: 'Software Engineer',
fonts,
});
diff --git a/src/app/(main)/layout.config.tsx b/src/app/(main)/layout.config.tsx
index f9efebb..2667f04 100644
--- a/src/app/(main)/layout.config.tsx
+++ b/src/app/(main)/layout.config.tsx
@@ -12,7 +12,7 @@ export const baseOptions: BaseLayoutProps = {
nav: {
title,
},
- githubUrl: 'https://github.com/techwithanirudh/shadcn-blog',
+ githubUrl: 'https://github.com/bertyuan',
};
export const linkItems: LinkItemType[] = [