deskripsi:
- komponen Map
# No Issue
This commit is contained in:
2025-07-10 14:03:01 +08:00
parent 862af44c03
commit e68a18bb89
7 changed files with 92 additions and 16 deletions

View File

@@ -1,10 +1,13 @@
import { BaseBox, TextCustom } from "@/components";
import { BaseBox, MapCustom, StackCustom, TextCustom } from "@/components";
export default function Portofolio_BusinessLocation() {
return (
<>
<BaseBox>
<TextCustom bold>Lokasi Bisnis</TextCustom>
<StackCustom>
<TextCustom bold>Lokasi Bisnis</TextCustom>
<MapCustom />
</StackCustom>
</BaseBox>
</>
);