summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/index.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx
index 60dcb9e0..0e4ee5e6 100644
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -125,6 +125,7 @@ export default function Home({categoryId}) {
</div>
<div className='my-16 flex flex-col gap-y-8'>
+ <div className='my-16 flex flex-col gap-y-8'>
<ServiceList />
<div id='flashsale'>
<PreferredBrand />
@@ -141,6 +142,7 @@ export default function Home({categoryId}) {
<BannerSection />
<CustomerReviews />
</div>
+ </div>
</div>
</DesktopView>