summaryrefslogtreecommitdiff
path: root/src/app/(main)/(home)
diff options
context:
space:
mode:
authorBertrand Yuan <bert.yuan@outlook.com>2025-12-16 00:45:37 +0800
committerGitHub <noreply@github.com>2025-12-16 00:45:37 +0800
commitb7248478bbf9da99346961146000f2705f2a7d67 (patch)
treed82de4cf8c1c73e26c8ee014f9640a5941517736 /src/app/(main)/(home)
parent39c83fbb69ef06d2d56790d75abc254ba7e34394 (diff)
parent82da002eba6a6dcb9f2d52654b7e5b2f77010055 (diff)
Merge pull request #2 from bertyuan/chore-update-names&links
Chore(strings): update names and links
Diffstat (limited to 'src/app/(main)/(home)')
-rw-r--r--src/app/(main)/(home)/_components/hero.tsx10
1 files changed, 5 insertions, 5 deletions
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>