Update About page

This commit is contained in:
TheMaddax 2024-12-07 15:00:30 -06:00
parent 335e90e06f
commit 1de3d8e6e7
2 changed files with 6 additions and 4 deletions

View file

@ -13,7 +13,7 @@ services:
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- PORT=805 - PORT=805
- VERSION=1.1 - VERSION=1.2
restart: unless-stopped restart: unless-stopped
networks: networks:

View file

@ -14,9 +14,11 @@ export default function AboutPage() {
A business & financial consulting firm since 1978 A business & financial consulting firm since 1978
</p> </p>
<div className="text-base leading-7 text-gray-600"> <div className="text-base leading-7 text-gray-600">
<p className="mb-6"> <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. 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>
</div> </div>
</div> </div>
</div> </div>