updated homepage image
This commit is contained in:
BIN
src/assets/images/HomepageIntroImage.webp
Normal file
BIN
src/assets/images/HomepageIntroImage.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
@@ -31,7 +31,6 @@ const metadata = {
|
||||
<Layout metadata={metadata}>
|
||||
<!-- Hero Widget -->
|
||||
<Hero
|
||||
tagline={t.navigation.home}
|
||||
title={t.hero.title}
|
||||
subtitle={t.hero.subtitle}
|
||||
isDark={false}
|
||||
@@ -45,8 +44,8 @@ const metadata = {
|
||||
{ text: t.homepage?.actions?.contactMe || 'Contact Me', href: '#contact' },
|
||||
]}
|
||||
image={{
|
||||
src: '~/assets/images/richardbergsma.png',
|
||||
alt: 'Richard Bergsma - IT Systems and Automation Manager',
|
||||
src: '~/assets/images/HomepageIntroImage.webp',
|
||||
alt: 'person sitting behind a computer with pen and paper next to him, A coffee mug and tablet on the desk',
|
||||
}}
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user