fix: about page

This commit is contained in:
Prad Nukala
2023-09-10 13:55:42 -04:00
parent 459ee669dd
commit ef57d396f3
+2 -3
View File
@@ -70,7 +70,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 Prad Nukala. I live in New York City, where im building a better Internet.
Im Prad Nukala. I live in NYC, where im building a better Internet.
</h1>
<div className="mt-6 space-y-7 text-base text-zinc-600 dark:text-zinc-400">
<p>
@@ -96,8 +96,7 @@ export default function About() {
<p>
Today, Im the founder of Sonr, where were working on
reinventing the way we connect with each other online. We focus on the basics
like privacy, security, and UX, in order to maximize everyones protection.
like privacy, security, and UX, in order to maximize everyones protection on the web.
</p>
</div>
</div>