summaryrefslogtreecommitdiff
path: root/src-migrate/pages
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2024-06-04 13:28:20 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2024-06-04 13:28:20 +0700
commit040657403a01205b22e1028d8ebea971f5df9ac5 (patch)
treeb56408ad4013eebc2842b5e9cb4a6479f8fbc7c5 /src-migrate/pages
parent8d8c43d90373aab6238773e291a48d65d55c52a2 (diff)
promo line
Diffstat (limited to 'src-migrate/pages')
-rw-r--r--src-migrate/pages/shop/promo/index.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src-migrate/pages/shop/promo/index.tsx b/src-migrate/pages/shop/promo/index.tsx
index f293bbe3..133be6df 100644
--- a/src-migrate/pages/shop/promo/index.tsx
+++ b/src-migrate/pages/shop/promo/index.tsx
@@ -1,6 +1,7 @@
import React from 'react'
import { LazyLoadComponent } from 'react-lazy-load-image-component'
import Hero from '~/modules/promo/components/Hero'
+import PromotionProgram from '~/modules/promo/components/PromotinProgram'
import Voucher from '~/modules/promo/components/Voucher'
const PromoPage = () => {
@@ -13,6 +14,12 @@ const PromoPage = () => {
<div className='h-10' />
<LazyLoadComponent>
+ <PromotionProgram/>
+ </LazyLoadComponent>
+
+ <div className='h-10' />
+
+ <LazyLoadComponent>
<Voucher />
</LazyLoadComponent>
</>