summaryrefslogtreecommitdiff
path: root/src/pages/panduan-quotation.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/panduan-quotation.jsx')
-rw-r--r--src/pages/panduan-quotation.jsx5
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>
)
}