diff options
Diffstat (limited to 'src/pages/panduan-quotation.jsx')
| -rw-r--r-- | src/pages/panduan-quotation.jsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pages/panduan-quotation.jsx b/src/pages/panduan-quotation.jsx index c67bfd84..6e20ac4f 100644 --- a/src/pages/panduan-quotation.jsx +++ b/src/pages/panduan-quotation.jsx @@ -6,7 +6,10 @@ export default function PanduanQuotation() { return ( <BasicLayout> <Seo title='Panduan Quotation - Indoteknik.com' /> - <PageContent path='/panduan-quotation' /> + + <article className='container mx-auto py-6'> + <PageContent path='/panduan-quotation' /> + </article> </BasicLayout> ) } |
