Skip to content

Commit a717186

Browse files
committed
add more detailed bio, bump usage numbers
1 parent cec460f commit a717186

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/app/page.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,15 @@ export default function Home() {
2929
</div>
3030

3131
<p className="leading-7 [&:not(:first-child)]:mt-3">
32-
I'm a 18 year old full-stack developer who loves my dog Mango.
32+
I'm a 18 year old full-stack developer who loves spending time with my dog Mango, exploring the world, taking{" "}
33+
<LinkPreview className="font-semibold text-primary underline underline-offset-4 leading-7"
34+
url="/photography">pictures</LinkPreview>, and other things. <br /> I'm currently working at{" "}
35+
<LinkPreview
36+
className="font-semibold text-primary underline underline-offset-4 leading-7"
37+
url="https://www.a37.ai"
38+
>
39+
a37
40+
</LinkPreview>, the applied AI lab reimagining DevOps.
3341
</p>
3442
</section>
3543

@@ -187,7 +195,7 @@ export default function Home() {
187195
<p className="leading-7 mb-6 sm:mb-0 sm:ml-4">
188196
Automatically add license headers to source code with just one
189197
command.&nbsp;
190-
<span className="font-mono font-semibold">10000+</span>
198+
<span className="font-mono font-semibold">20000+</span>
191199
&nbsp;downloads.
192200
</p>
193201

0 commit comments

Comments
 (0)