Nieuwe teksten & Over-sectie, en handmatige test-deploy zonder PR #16

Merged
Sluijsens merged 13 commits from feature/about-photo-and-tekst-update into master 2026-08-17 21:29:37 +02:00
5 changed files with 16 additions and 7 deletions
Showing only changes of commit 080e895ec0 - Show all commits
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

@@ -17,13 +17,22 @@ 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">
<img <picture>
src="/bryan-slop.jpg" <source
alt="Bryan Slop, oprichter van SLP Software" type="image/webp"
width={224} srcSet="/bryan-slop-400.webp 400w, /bryan-slop-800.webp 800w"
height={224} sizes="(min-width: 640px) 224px, 160px"
className="h-40 w-40 rounded-full border-2 border-accent-line object-cover shadow-lg sm:h-56 sm:w-56" />
/> <img
src="/bryan-slop-800.jpg"
srcSet="/bryan-slop-400.jpg 400w, /bryan-slop-800.jpg 800w"
sizes="(min-width: 640px) 224px, 160px"
alt="Bryan Slop, oprichter van SLP Software"
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"
/>
</picture>
</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) => (