Public Access
1
0

fix: image priority

This commit is contained in:
2025-08-26 22:05:18 -04:00
parent a5ab6076ff
commit f24faa0d5c

View File

@@ -17,7 +17,7 @@ image: "/assets/images/jesus.webp"
<h2 class="text-3xl font-bold text-center section-title">About Me</h2> <h2 class="text-3xl font-bold text-center section-title">About Me</h2>
<div class="flex flex-col md:flex-row items-center gap-12"> <div class="flex flex-col md:flex-row items-center gap-12">
<div class="md:w-1/3 text-center"> <div class="md:w-1/3 text-center">
<img src="{{ image }}" width="300" height="300" alt="Jesus Otero Lagunes" class="rounded-full mx-auto shadow-2xl border-4 border-gray-700"> <img src="{{ image }}" width="300" height="300" alt="Jesus Otero Lagunes" class="rounded-full mx-auto shadow-2xl border-4 border-gray-700" fetchpriority=high>
</div> </div>
<div class="md:w-2/3"> <div class="md:w-2/3">
<p class="text-lg text-gray-400 mb-4"> <p class="text-lg text-gray-400 mb-4">