Skip to content

Commit

Permalink
feat: added test feat
Browse files Browse the repository at this point in the history
  • Loading branch information
Pulkitxm committed Sep 20, 2024
1 parent f7949dd commit 4384218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function HeroSection() {
<div className="absolute left-0 top-0 z-20 flex h-screen w-screen flex-col items-center justify-center">
<div className="pointer-events-none absolute inset-0 flex items-center justify-center bg-black [mask-image:radial-gradient(ellipse_at_center,transparent_20%,black)]"></div>
<p className="relative z-20 bg-gradient-to-b from-neutral-200 to-neutral-500 bg-clip-text py-2 text-4xl font-bold text-transparent sm:text-7xl">
Hey, I am Pulkit
Hey, I am Pulkitt
</p>
<TypewriterEffect />
<NpxDevpulkit />
Expand Down

0 comments on commit 4384218

Please sign in to comment.