修改纳威格特 首页 添加链接去除栏目

This commit is contained in:
张凯 2025-04-28 17:52:06 +08:00
parent 8a463f4fd3
commit f8e7a386ab
2 changed files with 5 additions and 3 deletions

View File

@ -21,8 +21,10 @@
top_one.home_one_text : top_one.en_home_one_text }}</div>
<div class="w-[80%] md:w-[45%] h-px bg-white my-5 ani" swiper-animate-effect="fadeInUp"
swiper-animate-duration="0.5s" swiper-animate-delay="0.3s"></div>
<NuxtLink to="/index_about/" class="text-white mb-1 md:mb-0">
<div class="md:text-lg text-base font-light ani" swiper-animate-effect="fadeInUp"
swiper-animate-duration="0.5s" swiper-animate-delay="0.3s">{{ $t('index_get_to') }}</div>
</NuxtLink>
<div class="array" style="margin-top: 30px; margin-bottom: 20px;">
<img class="w-[40px] h-[40px] md:w-[50px] md:h-[50px]" src="/images/group9.png">
</div>
@ -55,8 +57,8 @@
<NuxtLink to="/index_about/" class="text-white mb-1 md:mb-0">{{ $t('index_about') }}</NuxtLink>
<NuxtLink to="/index_service/" class="text-white mb-1 md:mb-0">{{ $t('index_services') }}
</NuxtLink>
<NuxtLink to="/index_clients/" class="text-white mb-1 md:mb-0">{{ $t('index_clients') }}
</NuxtLink>
<!-- <NuxtLink to="/index_clients/" class="text-white mb-1 md:mb-0">{{ $t('index_clients') }}
</NuxtLink> -->
<NuxtLink to="/index_news/" class="text-white mb-1 md:mb-0">{{ $t('index_news') }}</NuxtLink>
<NuxtLink to="/index_contact/" class="text-white mb-1 md:mb-0">{{ $t('index_contact') }}
</NuxtLink>

View File

@ -7,7 +7,7 @@ export default {
index_about: '关于我们',
index_services: '客户服务',
index_clients: '我的客户',
index_news: '最新新闻',
index_news: '新闻中心',
index_contact: '联系我们',
index_products: '产品列表',
index_share: '分享',