diff --git a/nextjs-app/app/about/team/page.tsx b/nextjs-app/app/about/team/page.tsx index 9c3fa29..0011af4 100644 --- a/nextjs-app/app/about/team/page.tsx +++ b/nextjs-app/app/about/team/page.tsx @@ -1,16 +1,18 @@ import Breadcrumb from "@/components/common/Breadcrumb"; import MarqueeTitle from "@/components/common/MarqueeTitle"; +import ContentWithFilter from "@/components/pages/team/ContentWithFilter"; import type { Metadata } from "next"; export const metadata: Metadata = { - title: "團隊成員", + title: "執行團隊", }; export default async function TeamPage() { return (
{zhGroupName}
+{enGroupName}
+{title}
++ {sub} +
+ ))} ++ {name} +
+ +{quote}
+ + {hasTags && ( ++ {"#" + tag} +
+ ))} ++ {groupName} +
+