Update About page
This commit is contained in:
parent
335e90e06f
commit
1de3d8e6e7
2 changed files with 6 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ services:
|
|||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=805
|
||||
- VERSION=1.1
|
||||
- VERSION=1.2
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -14,9 +14,11 @@ export default function AboutPage() {
|
|||
A business & financial consulting firm since 1978
|
||||
</p>
|
||||
<div className="text-base leading-7 text-gray-600">
|
||||
<p className="mb-6">
|
||||
FINLION, which is short for Finance Lion, was originally established in 1978 as MDA Tax Service. When FINLION was incorporated in 1999, accounting, bookkeeping and financial management were added.
|
||||
</p>
|
||||
<p className="mb-6 max-w-2xl">
|
||||
FINLION, which is short for Finance Lion, was originally established in 1978 as MDA Tax Service. When FINLION was incorporated in 1999, accounting, bookkeeping and financial management were added.
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue