17 lines
456 B
Vue
17 lines
456 B
Vue
<script setup lang="ts">
|
|
useSeoMeta({
|
|
title: "Marios Antonoudiou",
|
|
ogTitle: "Marios Antonoudiou",
|
|
description:
|
|
"An experienced software engineer. Enabling teams and crafting user interfaces at Celonis",
|
|
ogDescription:
|
|
"An experienced software engineer. Enabling teams and crafting user interfaces at Celonis",
|
|
twitterCard: "summary_large_image",
|
|
});
|
|
</script>
|
|
<template>
|
|
<Introduction />
|
|
<BeenWorkingWith />
|
|
<Connect />
|
|
</template>
|