Changed hero text

This commit is contained in:
becarta
2025-02-04 09:32:43 +01:00
committed by GitHub
parent d5a4a5c834
commit b8ebdb866d

View File

@@ -51,11 +51,11 @@ const yearsSince = currentYear - fixedYear;
<Hero
id="hero"
title="Hi! I am Richard Bergsma"
title="Turning automation into action, one workflow at a time."
actions={[{ variant: 'primary', text: 'Contact me', href: getPermalink('/contact#form') }]}
>
<Fragment slot="subtitle">
<strong>Turning automation into action, one workflow at a time.</strong> </br>I streamline processes with Power Automate, build smart chatbots in Copilot Studio, and connect the dots with seamless API integrations—all while leveling up my Python skills.
<strong>Hi! I am Richard Bergsma</strong> </br>I streamline processes with Power Automate, build smart chatbots in Copilot Studio, and connect the dots with seamless API integrations—all while leveling up my Python skills.
</Fragment>
</Hero>