Skip to content

Commit

Permalink
corret the error
Browse files Browse the repository at this point in the history
IT2410044 authored and IT2410044 committed Sep 29, 2024
1 parent 33603bd commit 71a6988
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -6,19 +6,19 @@ export default function Page() {
<section>
<div className="flex gap-x-4 items-center flex-row mb-10">
<Image
src={"/image.jpg"}
src={"/Akmal.jpg"}
alt="profile pic"
width={100}
height={100}
className="rounded-full border-[2px] border-yellow-500 -ml-2 hover:grayscale transition-all duration-300"
/>
<div>
<p className="text-xl font-semibold">John Doe</p>
<p className="text-xl font-semibold">Akmal Fikry</p>
<p className="text-lg text-gray-400">Student at SLIIT</p>
</div>
</div>
<h1 className="mb-8 text-2xl font-semibold tracking-tighter">
Welcome! 👋
<h1 className="mb-8 text-2xl font-semibold tracking-tighter hover : text-green-400">
Welcome to my Account!👋
</h1>
<p className="mb-4">
I am a passionate JavaScript developer and full-time student at SLIIT.

0 comments on commit 71a6988

Please sign in to comment.