diff --git a/app/components/home/HomePartnersWork.vue b/app/components/home/HomePartnersWork.vue new file mode 100644 index 0000000..ab89478 --- /dev/null +++ b/app/components/home/HomePartnersWork.vue @@ -0,0 +1,251 @@ + + + diff --git a/app/pages/index.vue b/app/pages/index.vue index ef5158b..2db7a38 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -6,6 +6,7 @@ import { useAppStore } from '~/stores/app' import { usePageScrollLock } from '~/composables/usePageScrollLock' import HomeIntro from '~/components/home/HomeIntro.vue' import HomeHero from '~/components/home/HomeHero.vue' +import HomePartnersWork from '~/components/home/HomePartnersWork.vue' const { t } = useI18n() const appStore = useAppStore() @@ -51,12 +52,6 @@ watch(
- -
-

Next Section

-
-
-

{{ t('home.welcome') }}

-
+
diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 4bd6bf1..3c5c85d 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -24,7 +24,22 @@ }, "home": { "title": "Home", - "welcome": "Welcome to Arctic New One" + "welcome": "Welcome to Arctic New One", + "partners": { + "label": "Partners", + "years": "2011-26©" + }, + "work": { + "label": "Portfolio 26©", + "title": "Work", + "viewAll": "View all work", + "items": { + "forma": "Forma Digital", + "oneStep": "One Step", + "neroVision": "Nero Vision", + "boldMoves": "Bold Moves" + } + } }, "hero": { "services": { diff --git a/i18n/locales/zh.json b/i18n/locales/zh.json index 097fa57..d240052 100644 --- a/i18n/locales/zh.json +++ b/i18n/locales/zh.json @@ -24,7 +24,22 @@ }, "home": { "title": "首页", - "welcome": "欢迎来到 Arctic New One" + "welcome": "欢迎来到 Arctic New One", + "partners": { + "label": "合作伙伴", + "years": "2011-26©" + }, + "work": { + "label": "作品集 26©", + "title": "Work", + "viewAll": "查看全部作品", + "items": { + "forma": "Forma Digital", + "oneStep": "One Step", + "neroVision": "Nero Vision", + "boldMoves": "Bold Moves" + } + } }, "hero": { "services": {