fix: Change author name\

This commit is contained in:
Prad Nukala
2023-09-10 12:02:42 -04:00
parent c54de8a1c5
commit b1f45aea62
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ function MailIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
export const metadata: Metadata = {
title: 'About',
description:
'Im Spencer Sharp. I live in New York City, where I design the future.',
'Im 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">
Im Spencer Sharp. I live in New York City, where I design the
Im 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">
+1 -1
View File
@@ -10,7 +10,7 @@ export async function GET(req: Request) {
}
let author = {
name: 'Spencer Sharp',
name: 'Prad Nukala',
email: 'spencer@planetaria.tech',
}
+3 -3
View File
@@ -7,12 +7,12 @@ import '@/styles/tailwind.css'
export const metadata: Metadata = {
title: {
template: '%s - Spencer Sharp',
template: '%s - Prad Nukala',
default:
'Spencer Sharp - Software designer, founder, and amateur astronaut',
'Prad Nukala - Software designer, founder, and amateur astronaut',
},
description:
'Im Spencer, a software designer and entrepreneur based in New York City. Im the founder and CEO of Planetaria, where we develop technologies that empower regular people to explore space on their own terms.',
'Im Prad, a software designer and entrepreneur based in New York City. Im the founder and CEO of Planetaria, where we develop technologies that empower regular people to explore space on their own terms.',
alternates: {
types: {
'application/rss+xml': `${process.env.NEXT_PUBLIC_SITE_URL}/feed.xml`,
+1 -1
View File
@@ -33,7 +33,7 @@ export function Footer() {
<NavLink href="/uses">Uses</NavLink>
</div>
<p className="text-sm text-zinc-400 dark:text-zinc-500">
&copy; {new Date().getFullYear()} Spencer Sharp. All rights
&copy; {new Date().getFullYear()} Prad Nukala. All rights
reserved.
</p>
</div>