feat: 添加福安德外贸相关内容并重构产品页面
重构产品中心页面布局,添加产品展示网格和面包屑导航 更新关于页面支持多部分内容展示,包括公司简介、发展历史等 添加新的i18n翻译内容,更新品牌名称为福安德外贸 移除主题切换功能,更新欢迎邮件模板 添加多个关于页面的MDX内容,包括公司简介、发展历史等
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import HeaderLinks from "@/components/header/HeaderLinks";
|
||||
import MobileMenu from "@/components/header/MobileMenu";
|
||||
import LocaleSwitcher from "@/components/LocaleSwitcher";
|
||||
import { ThemeToggle } from "@/components/ThemeToggle";
|
||||
import { siteConfig } from "@/config/site";
|
||||
import { Link as I18nLink } from "@/i18n/routing";
|
||||
import { useTranslations } from "next-intl";
|
||||
@@ -37,7 +36,7 @@ const Header = () => {
|
||||
{/* PC */}
|
||||
<div className="hidden md:flex items-center gap-x-4">
|
||||
<LocaleSwitcher />
|
||||
<ThemeToggle />
|
||||
{/* <ThemeToggle /> */}
|
||||
</div>
|
||||
|
||||
{/* Mobile */}
|
||||
|
||||
Reference in New Issue
Block a user