mirror of
https://github.com/prdlk/website.git
synced 2026-08-04 10:21:42 +00:00
fix: Change author name\
This commit is contained in:
@@ -50,7 +50,7 @@ function MailIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
|
||||
export const metadata: Metadata = {
|
||||
title: 'About',
|
||||
description:
|
||||
'I’m Spencer Sharp. I live in New York City, where I design the future.',
|
||||
'I’m Prad Nukala. I live in New York City, where I design the future.',
|
||||
}
|
||||
|
||||
export default function About() {
|
||||
@@ -69,7 +69,7 @@ export default function About() {
|
||||
</div>
|
||||
<div className="lg:order-first lg:row-span-2">
|
||||
<h1 className="text-4xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100 sm:text-5xl">
|
||||
I’m Spencer Sharp. I live in New York City, where I design the
|
||||
I’m Prad Nukala. I live in New York City, where I design the
|
||||
future.
|
||||
</h1>
|
||||
<div className="mt-6 space-y-7 text-base text-zinc-600 dark:text-zinc-400">
|
||||
|
||||
Reference in New Issue
Block a user