update
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import ArticleHeading from "@/app/components/ArticleHeading";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<>
|
||||
<h2 className={"text-center text-lg font-bold text-[#054786]"}>
|
||||
研究中心
|
||||
</h2>
|
||||
<p className={"text-base indent-8 mt-8"}>建设中...</p>
|
||||
<ArticleHeading text={"研究中心"} />
|
||||
<p className={"text-base indent-8 my-1"}>建设中...</p>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user