diff --git a/README.md b/README.md
index e4252c4..3c53789 100644
--- a/README.md
+++ b/README.md
@@ -1,48 +1,3 @@
-# tietokonepaja-fi
+# Tietokonepaja.fi
-This template should help get you started developing with Vue 3 in Vite.
-
-## Recommended IDE Setup
-
-[VS Code](https://code.visualstudio.com/) + [Vue (Official)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
-
-## Recommended Browser Setup
-
-- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- - [Vue.js devtools](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
- - [Turn on Custom Object Formatter in Chrome DevTools](http://bit.ly/object-formatters)
-- Firefox:
- - [Vue.js devtools](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)
- - [Turn on Custom Object Formatter in Firefox DevTools](https://fxdx.dev/firefox-devtools-custom-object-formatters/)
-
-## Type Support for `.vue` Imports in TS
-
-TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
-
-## Customize configuration
-
-See [Vite Configuration Reference](https://vite.dev/config/).
-
-## Project Setup
-
-```sh
-npm install
-```
-
-### Compile and Hot-Reload for Development
-
-```sh
-npm run dev
-```
-
-### Type-Check, Compile and Minify for Production
-
-```sh
-npm run build
-```
-
-### Lint with [ESLint](https://eslint.org/)
-
-```sh
-npm run lint
-```
+Livonsaaren Tietokonepajan kotisivut vaihteeksi Vuella!
diff --git a/index.html b/index.html
index 9e5fc8f..f81c71d 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,10 @@
-
+
diff --git a/src/assets/logo.svg b/src/assets/logo.svg
index 7565660..ac6edd1 100644
--- a/src/assets/logo.svg
+++ b/src/assets/logo.svg
@@ -1 +1,39 @@
-
+
+
+
diff --git a/src/components/Home.vue b/src/components/Home.vue
new file mode 100644
index 0000000..7692c2d
--- /dev/null
+++ b/src/components/Home.vue
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+ IT Tukea
+
+ 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ä!
+
+
+
+
+
+
+ Laitehuollot
+
+ Tarjoamme luotettavaa ja nopeaa huoltopalvelua tietokoneille, älypuhelimille ja tableteille.
+ Vianmääritys ja korjaukset suoritetaan ammattitaidolla, jotta laitteesi toimii taas
+ moitteettomasti.
+
+
+
+
+
+
+ Kotisivut
+
+ 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.
+
+
+
+
+
+
+ Linux
+
+ 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!
+
+
diff --git a/src/components/WelcomeItem.vue b/src/components/ServiceItem.vue
similarity index 100%
rename from src/components/WelcomeItem.vue
rename to src/components/ServiceItem.vue
diff --git a/src/components/TheWelcome.vue b/src/components/TheWelcome.vue
deleted file mode 100644
index 8b731d9..0000000
--- a/src/components/TheWelcome.vue
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
-
-
- Documentation
-
- Vue’s
- official documentation
- provides you with all information you need to get started.
-
-
-
-
-
-
- Tooling
-
- This project is served and bundled with
- Vite. The
- recommended IDE setup is
- VSCode
- +
- Vue - Official. If you need to test your components and web pages, check out
- Vitest
- and
- Cypress
- /
- Playwright.
-
-
-
- More instructions are available in
- README.md.
-
-
-
-
-
-
- Ecosystem
-
- Get official tools and libraries for your project:
- Pinia,
- Vue Router,
- Vue Test Utils, and
- Vue Dev Tools. If
- you need more resources, we suggest paying
- Awesome Vue
- a visit.
-
-
-
-
-
-
- Community
-
- Got stuck? Ask your question on
- Vue Land
- (our official Discord server), or
- StackOverflow. You should also follow the official
- @vuejs.org
- Bluesky account or the
- @vuejs
- X account for latest news in the Vue world.
-
-
-
-
-
-
- Support Vue
-
- As an independent project, Vue relies on community backing for its sustainability. You can help
- us by
- becoming a sponsor.
-
-
diff --git a/src/components/HelloWorld.vue b/src/components/WelcomeText.vue
similarity index 100%
rename from src/components/HelloWorld.vue
rename to src/components/WelcomeText.vue
diff --git a/src/components/icons/IconCommunity.vue b/src/components/icons/IconCommunity.vue
deleted file mode 100644
index 2dc8b05..0000000
--- a/src/components/icons/IconCommunity.vue
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
diff --git a/src/components/icons/IconDocumentation.vue b/src/components/icons/IconDocumentation.vue
deleted file mode 100644
index 6d4791c..0000000
--- a/src/components/icons/IconDocumentation.vue
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
diff --git a/src/components/icons/IconEcosystem.vue b/src/components/icons/IconEcosystem.vue
deleted file mode 100644
index c3a4f07..0000000
--- a/src/components/icons/IconEcosystem.vue
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
diff --git a/src/components/icons/IconHomesite.vue b/src/components/icons/IconHomesite.vue
new file mode 100644
index 0000000..8b17f4a
--- /dev/null
+++ b/src/components/icons/IconHomesite.vue
@@ -0,0 +1,25 @@
+
+
+
diff --git a/src/components/icons/IconItSupport.vue b/src/components/icons/IconItSupport.vue
new file mode 100644
index 0000000..deb0bb1
--- /dev/null
+++ b/src/components/icons/IconItSupport.vue
@@ -0,0 +1,14 @@
+
+
+
diff --git a/src/components/icons/IconLinux.vue b/src/components/icons/IconLinux.vue
new file mode 100644
index 0000000..d755b4b
--- /dev/null
+++ b/src/components/icons/IconLinux.vue
@@ -0,0 +1,13 @@
+
+
+
diff --git a/src/components/icons/IconRepair.vue b/src/components/icons/IconRepair.vue
new file mode 100644
index 0000000..be538ef
--- /dev/null
+++ b/src/components/icons/IconRepair.vue
@@ -0,0 +1,21 @@
+
+
+
diff --git a/src/components/icons/IconSupport.vue b/src/components/icons/IconSupport.vue
deleted file mode 100644
index 7452834..0000000
--- a/src/components/icons/IconSupport.vue
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
diff --git a/src/components/icons/IconTooling.vue b/src/components/icons/IconTooling.vue
deleted file mode 100644
index 660598d..0000000
--- a/src/components/icons/IconTooling.vue
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index d5c0217..82a5734 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -1,9 +1,9 @@
-
+