summaryrefslogtreecommitdiff
path: root/src/app/(main)
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/(main)')
-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
4 files changed, 8 insertions, 8 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>
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[] = [