update text
All checks were successful
publish.yml / publish (push) Successful in 1m0s

This commit is contained in:
2026-04-08 23:05:16 +02:00
parent 170fec7a20
commit 108f61b509
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ export class Contact {
}, },
{ {
label: 'Location', label: 'Location',
value: 'Remote / UTC+1', value: 'Austria / UTC+1',
}, },
{ {
label: 'Availability', label: 'Availability',

View File

@@ -31,7 +31,7 @@ interface TimelineItem {
export class Home { export class Home {
readonly hero = { readonly hero = {
name: 'Tim Kainz', name: 'Tim Kainz',
role: 'Fullstack Developer', role: 'Fullstack Developer from Austria',
intro: 'I build polished web, backend, and mobile products with Angular, C#, and Flutter.', intro: 'I build polished web, backend, and mobile products with Angular, C#, and Flutter.',
focus: 'Focused on performance, clean architecture, and product-minded delivery.', focus: 'Focused on performance, clean architecture, and product-minded delivery.',
}; };