Voeg echte profielfoto toe aan Over-sectie

Foto gecropt naar een vierkant (gecentreerd op hoofd + schouders,
ruimte boven het haar), verkleind naar 800x800 en als progressive JPEG
opgeslagen (~60KB, was ~9,6MB origineel) voor snelle laadtijd. Vervangt
de ronde fotoplaceholder.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-17 21:12:54 +02:00
co-authored by Claude Sonnet 5
parent 32178bf2e5
commit fbc4a7b172
2 changed files with 7 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

@@ -17,10 +17,13 @@ export function AboutSection() {
</h2> </h2>
</div> </div>
<div className="order-2 flex items-center justify-center sm:order-3 sm:col-start-2 sm:row-start-1 sm:row-span-2"> <div className="order-2 flex items-center justify-center sm:order-3 sm:col-start-2 sm:row-start-1 sm:row-span-2">
<div className="font-mono flex h-40 w-40 flex-col items-center justify-center gap-1 rounded-full border-2 border-accent-line bg-surface text-center text-[0.7rem] uppercase tracking-wider text-muted shadow-lg sm:h-56 sm:w-56"> <img
<span>foto</span> src="/bryan-slop.jpg"
<span>Bryan Slop</span> alt="Bryan Slop, oprichter van SLP Software"
</div> width={224}
height={224}
className="h-40 w-40 rounded-full border-2 border-accent-line object-cover shadow-lg sm:h-56 sm:w-56"
/>
</div> </div>
<div className="order-3 sm:order-2 sm:col-start-1 sm:row-start-2"> <div className="order-3 sm:order-2 sm:col-start-1 sm:row-start-2">
{aboutContent.paragraphs.map((paragraph) => ( {aboutContent.paragraphs.map((paragraph) => (