feat(首页): 添加合作伙伴和作品集展示组件
添加新的HomePartnersWork组件,包含合作伙伴列表和作品集展示区 更新中英文翻译文件,新增相关文案 移除首页占位内容,使用新组件替代
This commit is contained in:
+2
-7
@@ -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(
|
||||
<main id="top">
|
||||
<HomeIntro ref="homeIntroRef" />
|
||||
<HomeHero ref="homeHeroRef" />
|
||||
|
||||
<section class="grid min-h-[100svh] place-items-center">
|
||||
<h2>Next Section</h2>
|
||||
</section>
|
||||
<section id="work" class="grid min-h-[100svh] place-items-center" data-cursor-label="Read more">
|
||||
<p>{{ t('home.welcome') }}</p>
|
||||
</section>
|
||||
<HomePartnersWork />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user