updated homepage image

This commit is contained in:
becarta
2025-03-12 22:45:08 +01:00
parent ed166bfa97
commit cfee5b8e47
2 changed files with 2 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -31,7 +31,6 @@ const metadata = {
<Layout metadata={metadata}> <Layout metadata={metadata}>
<!-- Hero Widget --> <!-- Hero Widget -->
<Hero <Hero
tagline={t.navigation.home}
title={t.hero.title} title={t.hero.title}
subtitle={t.hero.subtitle} subtitle={t.hero.subtitle}
isDark={false} isDark={false}
@@ -45,8 +44,8 @@ const metadata = {
{ text: t.homepage?.actions?.contactMe || 'Contact Me', href: '#contact' }, { text: t.homepage?.actions?.contactMe || 'Contact Me', href: '#contact' },
]} ]}
image={{ image={{
src: '~/assets/images/richardbergsma.png', src: '~/assets/images/HomepageIntroImage.webp',
alt: 'Richard Bergsma - IT Systems and Automation Manager', alt: 'person sitting behind a computer with pen and paper next to him, A coffee mug and tablet on the desk',
}} }}
/> />