diff --git a/src/pages/contact/contact.ts b/src/pages/contact/contact.ts index 976d7ef..b059c1e 100644 --- a/src/pages/contact/contact.ts +++ b/src/pages/contact/contact.ts @@ -24,7 +24,7 @@ export class Contact { }, { label: 'Location', - value: 'Remote / UTC+1', + value: 'Austria / UTC+1', }, { label: 'Availability', diff --git a/src/pages/home/home.ts b/src/pages/home/home.ts index 96d8df0..8f642ac 100644 --- a/src/pages/home/home.ts +++ b/src/pages/home/home.ts @@ -31,7 +31,7 @@ interface TimelineItem { export class Home { readonly hero = { 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.', focus: 'Focused on performance, clean architecture, and product-minded delivery.', };