update
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
import Image from "next/image";
|
||||
import addressMap from "@/app/_assets/address_map.png";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<>
|
||||
@ -17,6 +20,9 @@ const Page = () => {
|
||||
通信地址:安徽省合肥市高新区创新产业园D1 7楼
|
||||
</p>
|
||||
<p className={"my-1 indent-8 text-base"}>邮政编码:230022</p>
|
||||
<p>
|
||||
<Image className={"mx-auto"} src={addressMap} alt={""} />
|
||||
</p>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user