Initial commit (fresh repo)

This commit is contained in:
Maxim
2025-12-12 02:57:18 +03:00
commit cc4809019d
24 changed files with 17258 additions and 0 deletions

13
app/pages/index.vue Normal file
View File

@@ -0,0 +1,13 @@
<template>
<div class="relative">
<Hero />
<Features />
<Languages />
<SmartDictionary />
<Tasks />
<Dialogs />
<Progress />
<CTA />
<Footer />
</div>
</template>