diff --git a/index.html b/index.html index 47623bbf..0343d567 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,21 @@ - + - - + + + + + + - - - Truck Wash - - -
- - + + + Truck Wash Kundeportal + + +
+ + diff --git a/public/favicon.ico b/public/favicon.ico index 6db534b5..744679c0 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicons/apple-touch-icon.png b/public/favicons/apple-touch-icon.png new file mode 100644 index 00000000..e8d4af4d Binary files /dev/null and b/public/favicons/apple-touch-icon.png differ diff --git a/public/favicons/favicon-96x96.png b/public/favicons/favicon-96x96.png new file mode 100644 index 00000000..9daada65 Binary files /dev/null and b/public/favicons/favicon-96x96.png differ diff --git a/public/favicons/favicon.ico b/public/favicons/favicon.ico new file mode 100644 index 00000000..744679c0 Binary files /dev/null and b/public/favicons/favicon.ico differ diff --git a/public/favicons/favicon.svg b/public/favicons/favicon.svg new file mode 100644 index 00000000..5cda835d --- /dev/null +++ b/public/favicons/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/public/favicons/web-app-manifest-192x192.png b/public/favicons/web-app-manifest-192x192.png new file mode 100644 index 00000000..4956afe6 Binary files /dev/null and b/public/favicons/web-app-manifest-192x192.png differ diff --git a/public/favicons/web-app-manifest-512x512.png b/public/favicons/web-app-manifest-512x512.png new file mode 100644 index 00000000..b373ea02 Binary files /dev/null and b/public/favicons/web-app-manifest-512x512.png differ diff --git a/src/assets/favicon.ico b/src/assets/favicon.ico index 6db534b5..744679c0 100644 Binary files a/src/assets/favicon.ico and b/src/assets/favicon.ico differ diff --git a/src/assets/img/favicon.png b/src/assets/img/favicon.png new file mode 100644 index 00000000..9d725517 Binary files /dev/null and b/src/assets/img/favicon.png differ diff --git a/src/components/page/wrappers/LayoutV2.vue b/src/components/page/wrappers/LayoutV2.vue index d5eedfd5..2ae813a0 100644 --- a/src/components/page/wrappers/LayoutV2.vue +++ b/src/components/page/wrappers/LayoutV2.vue @@ -103,7 +103,7 @@ onMounted(() => { diff --git a/src/views/pages/AboutUsPage.vue b/src/views/pages/AboutUsPage.vue index ac06be43..b558d8e6 100644 --- a/src/views/pages/AboutUsPage.vue +++ b/src/views/pages/AboutUsPage.vue @@ -12,13 +12,14 @@ import team from "@/assets/img/team.jpg";

Visionen bag truckwash.io

Siden 2023 har holdet bag truckwash.io arbejdet imod visionen om at skabe ét system, hvor alle relevante arbejdsgange til lastbilvask digitaliseres og sammenkobles for at lette dagligdagen for alle interessenter – vognmænd, disponenter, chauffører, vaskehalsoperatører og vognvaskere.

-

Det betyder:

+

Derfor har vi udviklet:

-

Vi driver 7 vaskehaller på tværs af Danmark og har derfor dyb indblik i branchen. Det betyder, at vi kan udvikle IT løsninger, der tilfredsstiller behovene blandt alle interessenter

+

Vi driver Danmarks største kæde for lastbilvask og har derfor dyb indblik i branchen. Det betyder, at vi kan udvikle IT løsninger, der tilfredsstiller behovene blandt alle interessenter

@@ -189,6 +190,10 @@ import team from "@/assets/img/team.jpg"; color: inherit; } +.text-image-section .wrapper .content p + ul { + margin-block-start: 0; +} + .text-image-section .wrapper .content li{ font-size: 16px; color: #13324C; diff --git a/vite.config.js b/vite.config.js index 1a7ec243..96ef03eb 100644 --- a/vite.config.js +++ b/vite.config.js @@ -122,7 +122,7 @@ export default defineConfig(({ mode }) => { ] }, manifest: { - name: 'Truck Wash', + name: 'Truck Wash Kundeportal', short_name: 'Truck Wash', description: 'Access your Truck Wash accounts and transactions from anywhere.', theme_color: '#063651', @@ -134,8 +134,8 @@ export default defineConfig(({ mode }) => { orientation: 'portrait', launch_handler: { client_mode: 'navigate-existing' }, icons: [ - { src: 'icons/icon-192x192.png', sizes: '192x192', type: 'image/png' }, - { src: 'icons/icon-512x512.png', sizes: '512x512', type: 'image/png' }, + { src: 'favicons/web-app-manifest-192x192.png', sizes: '192x192', type: 'image/png' }, + { src: 'favicons/web-app-manifest-512x512.png', sizes: '512x512', type: 'image/png' }, // Optional: add a maskable icon // { src: 'icons/icon-512x512-maskable.png', sizes: '512x512', type: 'image/png', purpose: 'any maskable' } ],