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}>
|
<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',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user