Naming fixes
This commit is contained in:
51
src/components/HomeSection.vue
Normal file
51
src/components/HomeSection.vue
Normal file
@@ -0,0 +1,51 @@
|
||||
<script setup lang="ts">
|
||||
import ServiceItem from './ServiceItem.vue'
|
||||
import IconHomesite from './icons/IconHomesite.vue'
|
||||
import IconItSupport from './icons/IconItSupport.vue'
|
||||
import IconLinux from './icons/IconLinux.vue'
|
||||
import IconRepair from './icons/IconRepair.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ServiceItem>
|
||||
<template #icon>
|
||||
<IconHomesite />
|
||||
</template>
|
||||
<template #heading>Kotisivut</template>
|
||||
|
||||
Tarvitsetko kotisivut yrityksellesi tai yhdistyksellesi? Suunnittelemme ja toteutamme
|
||||
responsiiviset ja käyttäjäystävälliset kotisivut, jotka vastaavat tarpeitasi ja edistävät
|
||||
näkyvyyttäsi verkossa.
|
||||
</ServiceItem>
|
||||
|
||||
<ServiceItem>
|
||||
<template #icon>
|
||||
<IconItSupport />
|
||||
</template>
|
||||
<template #heading>IT Tukea</template>
|
||||
|
||||
Apua arjen haasteisiin tietokoneiden, ohjelmistojen ja verkkojen kanssa. Mikään pulma ei ole
|
||||
liian pieni tai suuri! Kysymisestä emme laskuta mitään, joten ota rohkeasti yhteyttä!
|
||||
</ServiceItem>
|
||||
|
||||
<ServiceItem>
|
||||
<template #icon>
|
||||
<IconRepair />
|
||||
</template>
|
||||
<template #heading>Laitehuollot</template>
|
||||
|
||||
Tarjoamme luotettavaa ja nopeaa huoltopalvelua tietokoneille, älypuhelimille ja tableteille.
|
||||
Vianmääritys ja korjaukset suoritetaan ammattitaidolla, jotta laitteesi toimii taas
|
||||
moitteettomasti.
|
||||
</ServiceItem>
|
||||
|
||||
<ServiceItem>
|
||||
<template #icon>
|
||||
<IconLinux />
|
||||
</template>
|
||||
<template #heading>Linux</template>
|
||||
|
||||
Vapaat ohjelmistot ja avoin lähdekoodi on lähellä sydäntämme. Tarjoamme Linux-käyttöjärjestelmä
|
||||
tukea ja asennuksia huokeasti. Tilaa päivitys Windowsista tai MacOS:stä Linuxiin ilmaiseksi!
|
||||
</ServiceItem>
|
||||
</template>
|
||||
Reference in New Issue
Block a user