FIX: fixes for typos and Link Component in button
Fixes some grammar issues and bad layouting, as well as wrong link usage
This commit is contained in:
parent
ad6c5944f6
commit
0ce3ca2fe5
7 changed files with 37 additions and 19 deletions
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
<div class="bottom flex-col margin-top gap-default">
|
||||
<h3>Verwirkliche jetzt dein Webprojekt.</h3>
|
||||
<Button href="/contact" class="cta">
|
||||
<Button href="/booking" class="cta">
|
||||
<Icon name="ph:chat-circle-text-duotone" size="1.5em" mode="svg" />
|
||||
Lass mal reden
|
||||
</Button>
|
||||
|
@ -86,7 +86,14 @@ const skills : Skill[] = [
|
|||
children: [
|
||||
{
|
||||
type: 'plain',
|
||||
content: 'Diese Voraussicht, für den Fall der Fälle vorzusorgen: Die gibt\'s bei mir dazu. ',
|
||||
content: 'Diese Voraussicht, für den Fall der Fälle vorzusorgen:',
|
||||
},
|
||||
{
|
||||
type: 'br',
|
||||
},
|
||||
{
|
||||
type: 'plain',
|
||||
content: 'Die gibt\'s bei mir dazu.',
|
||||
},
|
||||
{
|
||||
type: 'br',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue