Skip to content

Commit

Permalink
feat: remove title badge for each section
Browse files Browse the repository at this point in the history
  • Loading branch information
andostronaut committed Jul 17, 2024
1 parent d723b20 commit dc9e096
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ export default function Page() {
<BlurFade delay={BLUR_FADE_DELAY * 11}>
<div className="flex flex-col items-center justify-center space-y-4">
<div className="space-y-2">
<div className="inline-block rounded-lg bg-foreground text-background px-3 py-1 text-sm">
My Projects
</div>
<h2 className="text-3xl font-bold tracking-tighter sm:text-5xl">
Explore my latest creations and open-source projects.
</h2>
Expand Down Expand Up @@ -82,9 +79,6 @@ export default function Page() {
<div className="grid w-full py-12">
<BlurFade delay={BLUR_FADE_DELAY * 16}>
<div className="space-y-3">
<div className="inline-block rounded-lg bg-foreground text-background px-3 py-1 text-sm">
Contact
</div>
<h2 className="text-3xl font-bold tracking-tighter sm:text-5xl">
Get in Touch
</h2>
Expand Down

0 comments on commit dc9e096

Please sign in to comment.