diff --git a/components/section/Banner.vue b/components/section/Banner.vue
index 7551a6e..0c17098 100644
--- a/components/section/Banner.vue
+++ b/components/section/Banner.vue
@@ -28,7 +28,9 @@ function getMask() {
-
+
+
+
diff --git a/config/pages/home/use-section-six.ts b/config/pages/home/use-section-six.ts
index 3a08a5b..edb6243 100644
--- a/config/pages/home/use-section-six.ts
+++ b/config/pages/home/use-section-six.ts
@@ -11,7 +11,7 @@ export function useSectionSix() {
name: 'home.sectionSix.content.link[0]',
href: '#',
},
- img: '/imgs/Home-Solutions&Services/DigitalTwin.gif',
+ img: '/imgs/Home-Solutions&Services/DigitalTwin.jpg',
},
{
title: 'home.sectionSix.content.title[1]',
@@ -21,7 +21,7 @@ export function useSectionSix() {
name: 'home.sectionSix.content.link[1]',
href: '#',
},
- img: '/imgs/Home-Solutions&Services/Circulus.gif',
+ img: '/imgs/Home-Solutions&Services/Circulus.jpg',
},
{
title: 'home.sectionSix.content.title[2]',
@@ -31,7 +31,7 @@ export function useSectionSix() {
name: 'home.sectionSix.content.link[2]',
href: '#',
},
- img: '/imgs/Home-Solutions&Services/CyberPink.gif',
+ img: '/imgs/Home-Solutions&Services/CyberPink.jpg',
},
{
title: 'home.sectionSix.content.title[3]',
@@ -41,7 +41,7 @@ export function useSectionSix() {
name: 'home.sectionSix.content.link[3]',
href: '#',
},
- img: '/imgs/Home-Solutions&Services/AIGC.gif',
+ img: '/imgs/Home-Solutions&Services/AIGC.jpg',
},
],
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 0dbec82..1eb0b60 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -5,6 +5,7 @@ import { hex2hsl } from './utils/colors'
export default defineNuxtConfig({
// ssr:false,
+
modules: [
'@vueuse/nuxt',
'@anu-vue/nuxt',
@@ -16,12 +17,16 @@ export default defineNuxtConfig({
'@nuxt/content',
'@nuxtjs/color-mode',
'@vite-pwa/nuxt',
- '@aceforth/nuxt-optimized-images',
+ // '@aceforth/nuxt-optimized-images',
+ '@nuxt/image-edge',
'@nuxt/devtools',
],
- optimizedImages: {
- optimizeImages: true
+ image:{
+
},
+ // optimizedImages: {
+ // optimizeImages: true
+ // },
experimental: {
// when using generate, payload js assets included in sw precache manifest
// but missing on offline, disabling extraction it until fixed
diff --git a/package.json b/package.json
index c91660a..d971f75 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,6 @@
"start:generate": "npx serve .output/public"
},
"dependencies": {
- "@aceforth/nuxt-optimized-images": "^1.4.0",
"@anu-vue/nuxt": "^0.13.1",
"@jiaminghi/color": "^1.1.3",
"lingo3d-vue": "1.0.118",
@@ -29,6 +28,7 @@
"@iconify-json/twemoji": "^1.1.11",
"@nuxt/content": "^2.6.0",
"@nuxt/devtools": "^0.4.0",
+ "@nuxt/image-edge": "^1.0.0-28089462.3520a62",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/i18n": "8.0.0-beta.11",
"@nuxtjs/strapi": "^1.9.1",
diff --git a/pages/index.vue b/pages/index.vue
index f52b2b8..0378790 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -42,14 +42,14 @@ const sectionNine = useSectionNine()
-
+