Skip to content

Commit c69dbe1

Browse files
committed
image loadings updated
1 parent e997a43 commit c69dbe1

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const HomePage = () => {
1616
alt="Muhammed sinan - Mern stack developer"
1717
width={1}
1818
height={1}
19-
loading='lazy'
19+
priority
2020
className="opacity-0"
2121
/>
2222
</div>

components/home/About.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const About = () => {
3131
alt="Illustration of a developer sitting at a desk, coding with a laptop and books around"
3232
fill
3333
className="object-contain"
34-
priority
3534
/>
3635
</motion.div>
3736

components/home/ThingsCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ const ThingCard = ({ name, image, tech, capabilities }: ThingsIDo) => {
5757
alt={tech.name}
5858
fill
5959
sizes="(max-width: 768px) 2.5rem, (max-width: 1200px) 3.5rem, 2.5rem"
60-
priority
6160
className="object-contain p-1 transition-transform duration-200"
6261
/>
6362
<AnimatedTooltip

0 commit comments

Comments
 (0)