ui-landing-page 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +3 -0
- package/.storybook/main.ts +34 -0
- package/.storybook/preview.tsx +23 -0
- package/BUNDLE_ANALYSIS.md +111 -0
- package/CODE_SPLITTING_SUMMARY.md +278 -0
- package/ENTRY_POINTS.md +77 -0
- package/ENTRY_POINTS_REFERENCE.md +479 -0
- package/FINAL_ANALYSIS.md +296 -0
- package/QUICK_START.md +78 -0
- package/analyze-bundle.js +46 -0
- package/assets/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf +0 -0
- package/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf +0 -0
- package/assets/fonts/amstirdam/SVN-Amstirdam.otf +0 -0
- package/assets/fonts/androgyne/SVN-Androgyne.woff +0 -0
- package/assets/fonts/androgyne/SVN-Androgyne.woff2 +0 -0
- package/assets/fonts/antiqua/SVN-BookAntiqua.woff +0 -0
- package/assets/fonts/antiqua/SVN-BookAntiqua.woff2 +0 -0
- package/assets/fonts/desire/SVN-Desire.otf +0 -0
- package/assets/fonts/elle-gabor/Elle Gabor Std Black.otf +0 -0
- package/assets/fonts/elle-gabor/Elle Gabor Std DemiBold.otf +0 -0
- package/assets/fonts/elle-gabor/Elle Gabor Std Text.otf +0 -0
- package/assets/fonts/elle-gabor/Elle Gabor Std Ultra Light.otf +0 -0
- package/assets/fonts/elle-gabor/Elle-Gabor-Std-Bold.otf +0 -0
- package/assets/fonts/elle-gabor/Elle-Gabor-Std-Book.otf +0 -0
- package/assets/fonts/elle-gabor/Elle-Gabor-Std-Light.otf +0 -0
- package/assets/fonts/elle-gabor/Elle-Gabor-Std-Medium.otf +0 -0
- package/assets/fonts/god-word/god-word-bold.ttf +0 -0
- package/assets/fonts/god-word/god-word-regular.ttf +0 -0
- package/assets/fonts/lost-type/LostType2023-Regular.otf +0 -0
- package/assets/fonts/neurial-grotesk/NeurialGrotesk-Medium.otf +0 -0
- package/assets/fonts/qua-tang-quoc-hoi/SFUAGBuchStencilBQMedium.ttf +0 -0
- package/assets/fonts/qua-tang-quoc-hoi/SVN-Sunflora.otf +0 -0
- package/assets/fonts/stix/STIXTwoText-Bold.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-BoldItalic.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-Italic.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-Medium.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-MediumItalic.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-Regular.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-SemiBold.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-SemiBoldItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Black.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-BlackItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Bold.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-BoldItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-ExtraBold.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-ExtraBoldItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-ExtraLight.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-ExtraLightItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Italic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Light.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-LightItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Medium.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-MediumItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Regular.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-SemiBold.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-SemiBoldItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Thin.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-ThinItalic.ttf +0 -0
- package/assets/fonts/zapfino/Zapfino.ttf +0 -0
- package/assets/images/index.ts +2 -0
- package/assets/images/nomion-logo.png +0 -0
- package/bun.lock +2062 -0
- package/check-deps.sh +45 -0
- package/create-entry-points.sh +22 -0
- package/device.min.css +2531 -0
- package/dist/advance-profile-section.cjs +2 -0
- package/dist/advance-profile-section.cjs.map +1 -0
- package/dist/advance-profile-section.d.mts +28 -0
- package/dist/advance-profile-section.d.ts +28 -0
- package/dist/advance-profile-section.js +2 -0
- package/dist/advance-profile-section.js.map +1 -0
- package/dist/author-section.cjs +2 -0
- package/dist/author-section.cjs.map +1 -0
- package/dist/author-section.d.mts +9 -0
- package/dist/author-section.d.ts +9 -0
- package/dist/author-section.js +2 -0
- package/dist/author-section.js.map +1 -0
- package/dist/b-e-d-i-page-section.cjs +2 -0
- package/dist/b-e-d-i-page-section.cjs.map +1 -0
- package/dist/b-e-d-i-page-section.d.mts +55 -0
- package/dist/b-e-d-i-page-section.d.ts +55 -0
- package/dist/b-e-d-i-page-section.js +2 -0
- package/dist/b-e-d-i-page-section.js.map +1 -0
- package/dist/bao-ngay-nay2025-section.cjs +2 -0
- package/dist/bao-ngay-nay2025-section.cjs.map +1 -0
- package/dist/bao-ngay-nay2025-section.d.mts +13 -0
- package/dist/bao-ngay-nay2025-section.d.ts +13 -0
- package/dist/bao-ngay-nay2025-section.js +2 -0
- package/dist/bao-ngay-nay2025-section.js.map +1 -0
- package/dist/base-D6OB46M7.d.mts +23 -0
- package/dist/base-D6OB46M7.d.ts +23 -0
- package/dist/base-section-DdIGFWTn.d.mts +25 -0
- package/dist/base-section-DdIGFWTn.d.ts +25 -0
- package/dist/biz-card-profile-section.cjs +2 -0
- package/dist/biz-card-profile-section.cjs.map +1 -0
- package/dist/biz-card-profile-section.d.mts +37 -0
- package/dist/biz-card-profile-section.d.ts +37 -0
- package/dist/biz-card-profile-section.js +2 -0
- package/dist/biz-card-profile-section.js.map +1 -0
- package/dist/book-section.cjs +2 -0
- package/dist/book-section.cjs.map +1 -0
- package/dist/book-section.d.mts +17 -0
- package/dist/book-section.d.ts +17 -0
- package/dist/book-section.js +2 -0
- package/dist/book-section.js.map +1 -0
- package/dist/business-card-section.cjs +2 -0
- package/dist/business-card-section.cjs.map +1 -0
- package/dist/business-card-section.d.mts +37 -0
- package/dist/business-card-section.d.ts +37 -0
- package/dist/business-card-section.js +2 -0
- package/dist/business-card-section.js.map +1 -0
- package/dist/christmas.cjs +2 -0
- package/dist/christmas.cjs.map +1 -0
- package/dist/christmas.d.mts +25 -0
- package/dist/christmas.d.ts +25 -0
- package/dist/christmas.js +2 -0
- package/dist/christmas.js.map +1 -0
- package/dist/chunk-2EZHNKDS.cjs +2 -0
- package/dist/chunk-2EZHNKDS.cjs.map +1 -0
- package/dist/chunk-2L3LGNFN.cjs +2 -0
- package/dist/chunk-2L3LGNFN.cjs.map +1 -0
- package/dist/chunk-2TKQPATQ.cjs +3 -0
- package/dist/chunk-2TKQPATQ.cjs.map +1 -0
- package/dist/chunk-2XCURCSR.cjs +8 -0
- package/dist/chunk-2XCURCSR.cjs.map +1 -0
- package/dist/chunk-377J5LJP.cjs +3 -0
- package/dist/chunk-377J5LJP.cjs.map +1 -0
- package/dist/chunk-3EWEFTZ4.cjs +2 -0
- package/dist/chunk-3EWEFTZ4.cjs.map +1 -0
- package/dist/chunk-3OU3D63D.cjs +2 -0
- package/dist/chunk-3OU3D63D.cjs.map +1 -0
- package/dist/chunk-3SFEP42J.js +3 -0
- package/dist/chunk-3SFEP42J.js.map +1 -0
- package/dist/chunk-42RM4QBR.cjs +3 -0
- package/dist/chunk-42RM4QBR.cjs.map +1 -0
- package/dist/chunk-44NYQB5Q.js +2 -0
- package/dist/chunk-44NYQB5Q.js.map +1 -0
- package/dist/chunk-4J5VH5LJ.cjs +3 -0
- package/dist/chunk-4J5VH5LJ.cjs.map +1 -0
- package/dist/chunk-5I4Z5UH2.cjs +2 -0
- package/dist/chunk-5I4Z5UH2.cjs.map +1 -0
- package/dist/chunk-5OFDFIKR.cjs +3 -0
- package/dist/chunk-5OFDFIKR.cjs.map +1 -0
- package/dist/chunk-5PR2CYMI.js +2 -0
- package/dist/chunk-5PR2CYMI.js.map +1 -0
- package/dist/chunk-5UIHDRL5.cjs +2 -0
- package/dist/chunk-5UIHDRL5.cjs.map +1 -0
- package/dist/chunk-5WVMNLF5.js +3 -0
- package/dist/chunk-5WVMNLF5.js.map +1 -0
- package/dist/chunk-66FJHKLA.js +3 -0
- package/dist/chunk-66FJHKLA.js.map +1 -0
- package/dist/chunk-6GUVMAUD.js +2 -0
- package/dist/chunk-6GUVMAUD.js.map +1 -0
- package/dist/chunk-6RCHKEAL.js +2 -0
- package/dist/chunk-6RCHKEAL.js.map +1 -0
- package/dist/chunk-7CMIOVOL.cjs +2 -0
- package/dist/chunk-7CMIOVOL.cjs.map +1 -0
- package/dist/chunk-7DETO5IF.js +2 -0
- package/dist/chunk-7DETO5IF.js.map +1 -0
- package/dist/chunk-7YECUWTF.cjs +2 -0
- package/dist/chunk-7YECUWTF.cjs.map +1 -0
- package/dist/chunk-A5KHH4N5.js +3 -0
- package/dist/chunk-A5KHH4N5.js.map +1 -0
- package/dist/chunk-A5WNELZD.js +3 -0
- package/dist/chunk-A5WNELZD.js.map +1 -0
- package/dist/chunk-AH7SOHCK.js +2 -0
- package/dist/chunk-AH7SOHCK.js.map +1 -0
- package/dist/chunk-B75CXWTP.js +10 -0
- package/dist/chunk-B75CXWTP.js.map +1 -0
- package/dist/chunk-BBZUUQZE.cjs +3 -0
- package/dist/chunk-BBZUUQZE.cjs.map +1 -0
- package/dist/chunk-BF5N2G3I.js +3 -0
- package/dist/chunk-BF5N2G3I.js.map +1 -0
- package/dist/chunk-BJATVKHY.cjs +2 -0
- package/dist/chunk-BJATVKHY.cjs.map +1 -0
- package/dist/chunk-BMQTMYRT.cjs +2 -0
- package/dist/chunk-BMQTMYRT.cjs.map +1 -0
- package/dist/chunk-BQATTZR6.js +3 -0
- package/dist/chunk-BQATTZR6.js.map +1 -0
- package/dist/chunk-C64QCBR2.js +3 -0
- package/dist/chunk-C64QCBR2.js.map +1 -0
- package/dist/chunk-C6LFO5DZ.js +2 -0
- package/dist/chunk-C6LFO5DZ.js.map +1 -0
- package/dist/chunk-CD4LRHKJ.js +2 -0
- package/dist/chunk-CD4LRHKJ.js.map +1 -0
- package/dist/chunk-CUQI3YUM.js +3 -0
- package/dist/chunk-CUQI3YUM.js.map +1 -0
- package/dist/chunk-CZW7BABY.js +2 -0
- package/dist/chunk-CZW7BABY.js.map +1 -0
- package/dist/chunk-D4GX3EGZ.js +4 -0
- package/dist/chunk-D4GX3EGZ.js.map +1 -0
- package/dist/chunk-DG5W33AY.js +3 -0
- package/dist/chunk-DG5W33AY.js.map +1 -0
- package/dist/chunk-DJ66MNKV.cjs +2 -0
- package/dist/chunk-DJ66MNKV.cjs.map +1 -0
- package/dist/chunk-DPN6OBT5.cjs +2 -0
- package/dist/chunk-DPN6OBT5.cjs.map +1 -0
- package/dist/chunk-EFOR7V7D.js +8 -0
- package/dist/chunk-EFOR7V7D.js.map +1 -0
- package/dist/chunk-EOINGUY5.js +3 -0
- package/dist/chunk-EOINGUY5.js.map +1 -0
- package/dist/chunk-EPIKMYCU.js +2 -0
- package/dist/chunk-EPIKMYCU.js.map +1 -0
- package/dist/chunk-FLCPH2Y3.js +7 -0
- package/dist/chunk-FLCPH2Y3.js.map +1 -0
- package/dist/chunk-FQMDEZOD.js +3 -0
- package/dist/chunk-FQMDEZOD.js.map +1 -0
- package/dist/chunk-FUCAOFJM.cjs +3 -0
- package/dist/chunk-FUCAOFJM.cjs.map +1 -0
- package/dist/chunk-GEGMACK2.cjs +2 -0
- package/dist/chunk-GEGMACK2.cjs.map +1 -0
- package/dist/chunk-GILDGRSK.cjs +2 -0
- package/dist/chunk-GILDGRSK.cjs.map +1 -0
- package/dist/chunk-GPBY3OXV.js +2 -0
- package/dist/chunk-GPBY3OXV.js.map +1 -0
- package/dist/chunk-GQMPLRHE.cjs +2 -0
- package/dist/chunk-GQMPLRHE.cjs.map +1 -0
- package/dist/chunk-GXUG743T.cjs +2 -0
- package/dist/chunk-GXUG743T.cjs.map +1 -0
- package/dist/chunk-HH3WELAD.cjs +4 -0
- package/dist/chunk-HH3WELAD.cjs.map +1 -0
- package/dist/chunk-HHRFK2PR.cjs +3 -0
- package/dist/chunk-HHRFK2PR.cjs.map +1 -0
- package/dist/chunk-HK3P6AFX.js +3 -0
- package/dist/chunk-HK3P6AFX.js.map +1 -0
- package/dist/chunk-HMIZ2FLM.js +2 -0
- package/dist/chunk-HMIZ2FLM.js.map +1 -0
- package/dist/chunk-HSTGLQCX.js +2 -0
- package/dist/chunk-HSTGLQCX.js.map +1 -0
- package/dist/chunk-I2XSW7Z5.cjs +5 -0
- package/dist/chunk-I2XSW7Z5.cjs.map +1 -0
- package/dist/chunk-IB3F3GQH.cjs +2 -0
- package/dist/chunk-IB3F3GQH.cjs.map +1 -0
- package/dist/chunk-IDBQZSEH.cjs +3 -0
- package/dist/chunk-IDBQZSEH.cjs.map +1 -0
- package/dist/chunk-INJYCBBJ.js +2 -0
- package/dist/chunk-INJYCBBJ.js.map +1 -0
- package/dist/chunk-IRFLFNL5.js +2 -0
- package/dist/chunk-IRFLFNL5.js.map +1 -0
- package/dist/chunk-IUV4VDAV.js +2 -0
- package/dist/chunk-IUV4VDAV.js.map +1 -0
- package/dist/chunk-IXYHCDGV.cjs +2 -0
- package/dist/chunk-IXYHCDGV.cjs.map +1 -0
- package/dist/chunk-JARFLL3F.cjs +2 -0
- package/dist/chunk-JARFLL3F.cjs.map +1 -0
- package/dist/chunk-JCWSBSWV.cjs +3 -0
- package/dist/chunk-JCWSBSWV.cjs.map +1 -0
- package/dist/chunk-JEH6Z3MR.cjs +2 -0
- package/dist/chunk-JEH6Z3MR.cjs.map +1 -0
- package/dist/chunk-JFOVEN3B.cjs +3 -0
- package/dist/chunk-JFOVEN3B.cjs.map +1 -0
- package/dist/chunk-JYXWSTI2.cjs +3 -0
- package/dist/chunk-JYXWSTI2.cjs.map +1 -0
- package/dist/chunk-K6MORX7I.cjs +3 -0
- package/dist/chunk-K6MORX7I.cjs.map +1 -0
- package/dist/chunk-K7T7NPVY.cjs +3 -0
- package/dist/chunk-K7T7NPVY.cjs.map +1 -0
- package/dist/chunk-KTJSSK5R.cjs +3 -0
- package/dist/chunk-KTJSSK5R.cjs.map +1 -0
- package/dist/chunk-KZLVWPZ4.cjs +2 -0
- package/dist/chunk-KZLVWPZ4.cjs.map +1 -0
- package/dist/chunk-LBKGAOAD.cjs +3 -0
- package/dist/chunk-LBKGAOAD.cjs.map +1 -0
- package/dist/chunk-LFC2ZCOA.js +2 -0
- package/dist/chunk-LFC2ZCOA.js.map +1 -0
- package/dist/chunk-LR3HOWU3.cjs +7 -0
- package/dist/chunk-LR3HOWU3.cjs.map +1 -0
- package/dist/chunk-LSVSIJSZ.js +2 -0
- package/dist/chunk-LSVSIJSZ.js.map +1 -0
- package/dist/chunk-LSWFX7YA.js +2 -0
- package/dist/chunk-LSWFX7YA.js.map +1 -0
- package/dist/chunk-LTTNSKMY.js +3 -0
- package/dist/chunk-LTTNSKMY.js.map +1 -0
- package/dist/chunk-MQDQYKWH.cjs +2 -0
- package/dist/chunk-MQDQYKWH.cjs.map +1 -0
- package/dist/chunk-MYTJTOT2.cjs +3 -0
- package/dist/chunk-MYTJTOT2.cjs.map +1 -0
- package/dist/chunk-N33THJV6.js +2 -0
- package/dist/chunk-N33THJV6.js.map +1 -0
- package/dist/chunk-NAYWFNN3.cjs +3 -0
- package/dist/chunk-NAYWFNN3.cjs.map +1 -0
- package/dist/chunk-NLTKS2AW.cjs +2 -0
- package/dist/chunk-NLTKS2AW.cjs.map +1 -0
- package/dist/chunk-NPQYWNWJ.js +5 -0
- package/dist/chunk-NPQYWNWJ.js.map +1 -0
- package/dist/chunk-NQDWD4YU.cjs +3 -0
- package/dist/chunk-NQDWD4YU.cjs.map +1 -0
- package/dist/chunk-NQROZGX3.cjs +3 -0
- package/dist/chunk-NQROZGX3.cjs.map +1 -0
- package/dist/chunk-OBCY7C52.js +2 -0
- package/dist/chunk-OBCY7C52.js.map +1 -0
- package/dist/chunk-OHGVKGNE.cjs +3 -0
- package/dist/chunk-OHGVKGNE.cjs.map +1 -0
- package/dist/chunk-OT3WFOIC.js +3 -0
- package/dist/chunk-OT3WFOIC.js.map +1 -0
- package/dist/chunk-OY6BHM7Z.js +2 -0
- package/dist/chunk-OY6BHM7Z.js.map +1 -0
- package/dist/chunk-P7JCQIFW.cjs +3 -0
- package/dist/chunk-P7JCQIFW.cjs.map +1 -0
- package/dist/chunk-PANRCNY2.cjs +2 -0
- package/dist/chunk-PANRCNY2.cjs.map +1 -0
- package/dist/chunk-Q5QYWRL2.cjs +10 -0
- package/dist/chunk-Q5QYWRL2.cjs.map +1 -0
- package/dist/chunk-Q7U6JI5R.js +3 -0
- package/dist/chunk-Q7U6JI5R.js.map +1 -0
- package/dist/chunk-QCNAJEOX.js +2 -0
- package/dist/chunk-QCNAJEOX.js.map +1 -0
- package/dist/chunk-QNKG2DPA.cjs +2 -0
- package/dist/chunk-QNKG2DPA.cjs.map +1 -0
- package/dist/chunk-QPCPKW5R.cjs +2 -0
- package/dist/chunk-QPCPKW5R.cjs.map +1 -0
- package/dist/chunk-QYYK7LNR.cjs +2 -0
- package/dist/chunk-QYYK7LNR.cjs.map +1 -0
- package/dist/chunk-R3JFYIT4.js +3 -0
- package/dist/chunk-R3JFYIT4.js.map +1 -0
- package/dist/chunk-SDQQRSTP.cjs +2 -0
- package/dist/chunk-SDQQRSTP.cjs.map +1 -0
- package/dist/chunk-SDUI3BD3.js +3 -0
- package/dist/chunk-SDUI3BD3.js.map +1 -0
- package/dist/chunk-SM3TAJ4O.js +3 -0
- package/dist/chunk-SM3TAJ4O.js.map +1 -0
- package/dist/chunk-T6LF37LZ.cjs +2 -0
- package/dist/chunk-T6LF37LZ.cjs.map +1 -0
- package/dist/chunk-T7UFQMPU.cjs +2 -0
- package/dist/chunk-T7UFQMPU.cjs.map +1 -0
- package/dist/chunk-TRSOXPTQ.js +2 -0
- package/dist/chunk-TRSOXPTQ.js.map +1 -0
- package/dist/chunk-U463DIED.cjs +2 -0
- package/dist/chunk-U463DIED.cjs.map +1 -0
- package/dist/chunk-U7XVI2DM.js +2 -0
- package/dist/chunk-U7XVI2DM.js.map +1 -0
- package/dist/chunk-UD7H25BH.js +5 -0
- package/dist/chunk-UD7H25BH.js.map +1 -0
- package/dist/chunk-UIPKSEN4.js +2 -0
- package/dist/chunk-UIPKSEN4.js.map +1 -0
- package/dist/chunk-UOUTX4UQ.js +2 -0
- package/dist/chunk-UOUTX4UQ.js.map +1 -0
- package/dist/chunk-UW52DKV3.js +3 -0
- package/dist/chunk-UW52DKV3.js.map +1 -0
- package/dist/chunk-VAQT7RDM.js +3 -0
- package/dist/chunk-VAQT7RDM.js.map +1 -0
- package/dist/chunk-VITZI5ZU.js +3 -0
- package/dist/chunk-VITZI5ZU.js.map +1 -0
- package/dist/chunk-VMS6VUOL.js +2 -0
- package/dist/chunk-VMS6VUOL.js.map +1 -0
- package/dist/chunk-WGTOLA3Y.js +2 -0
- package/dist/chunk-WGTOLA3Y.js.map +1 -0
- package/dist/chunk-WI4TNNNO.js +3 -0
- package/dist/chunk-WI4TNNNO.js.map +1 -0
- package/dist/chunk-WK65I7SX.js +2 -0
- package/dist/chunk-WK65I7SX.js.map +1 -0
- package/dist/chunk-WNZ75AHP.js +2 -0
- package/dist/chunk-WNZ75AHP.js.map +1 -0
- package/dist/chunk-WVNRAFBY.js +2 -0
- package/dist/chunk-WVNRAFBY.js.map +1 -0
- package/dist/chunk-X4IWMGAB.js +2 -0
- package/dist/chunk-X4IWMGAB.js.map +1 -0
- package/dist/chunk-X7RB2GVW.cjs +3 -0
- package/dist/chunk-X7RB2GVW.cjs.map +1 -0
- package/dist/chunk-XD4GVLVZ.cjs +2 -0
- package/dist/chunk-XD4GVLVZ.cjs.map +1 -0
- package/dist/chunk-XFF6JIWQ.cjs +2 -0
- package/dist/chunk-XFF6JIWQ.cjs.map +1 -0
- package/dist/chunk-XLPIZNJE.js +2 -0
- package/dist/chunk-XLPIZNJE.js.map +1 -0
- package/dist/chunk-YFLTXRKM.js +3 -0
- package/dist/chunk-YFLTXRKM.js.map +1 -0
- package/dist/chunk-YLW7AQNY.cjs +3 -0
- package/dist/chunk-YLW7AQNY.cjs.map +1 -0
- package/dist/chunk-YN2B2CVU.cjs +5 -0
- package/dist/chunk-YN2B2CVU.cjs.map +1 -0
- package/dist/chunk-YNK4LVRZ.cjs +3 -0
- package/dist/chunk-YNK4LVRZ.cjs.map +1 -0
- package/dist/chunk-YXSYDX6L.js +3 -0
- package/dist/chunk-YXSYDX6L.js.map +1 -0
- package/dist/chunk-YYJKIDZ2.js +3 -0
- package/dist/chunk-YYJKIDZ2.js.map +1 -0
- package/dist/chunk-ZCYVKA4Y.cjs +3 -0
- package/dist/chunk-ZCYVKA4Y.cjs.map +1 -0
- package/dist/chunk-ZFZ3ADIT.js +3 -0
- package/dist/chunk-ZFZ3ADIT.js.map +1 -0
- package/dist/chunk-ZQPA2IN5.cjs +3 -0
- package/dist/chunk-ZQPA2IN5.cjs.map +1 -0
- package/dist/chunk-ZZHLRB6H.cjs +2 -0
- package/dist/chunk-ZZHLRB6H.cjs.map +1 -0
- package/dist/contact-section.cjs +2 -0
- package/dist/contact-section.cjs.map +1 -0
- package/dist/contact-section.d.mts +25 -0
- package/dist/contact-section.d.ts +25 -0
- package/dist/contact-section.js +2 -0
- package/dist/contact-section.js.map +1 -0
- package/dist/cover-setion.cjs +2 -0
- package/dist/cover-setion.cjs.map +1 -0
- package/dist/cover-setion.d.mts +8 -0
- package/dist/cover-setion.d.ts +8 -0
- package/dist/cover-setion.js +2 -0
- package/dist/cover-setion.js.map +1 -0
- package/dist/en-QWOTEXHG.js +2 -0
- package/dist/en-QWOTEXHG.js.map +1 -0
- package/dist/en-TXSQPBHO.cjs +2 -0
- package/dist/en-TXSQPBHO.cjs.map +1 -0
- package/dist/fr-2MITF4HO.cjs +11 -0
- package/dist/fr-2MITF4HO.cjs.map +1 -0
- package/dist/fr-KA7CH2XX.js +11 -0
- package/dist/fr-KA7CH2XX.js.map +1 -0
- package/dist/general-BjKe3K-e.d.mts +60 -0
- package/dist/general-BjKe3K-e.d.ts +60 -0
- package/dist/gift-avatar-section.cjs +2 -0
- package/dist/gift-avatar-section.cjs.map +1 -0
- package/dist/gift-avatar-section.d.mts +20 -0
- package/dist/gift-avatar-section.d.ts +20 -0
- package/dist/gift-avatar-section.js +2 -0
- package/dist/gift-avatar-section.js.map +1 -0
- package/dist/header-section.cjs +2 -0
- package/dist/header-section.cjs.map +1 -0
- package/dist/header-section.d.mts +8 -0
- package/dist/header-section.d.ts +8 -0
- package/dist/header-section.js +2 -0
- package/dist/header-section.js.map +1 -0
- package/dist/hesman-cert-section.cjs +2 -0
- package/dist/hesman-cert-section.cjs.map +1 -0
- package/dist/hesman-cert-section.d.mts +11 -0
- package/dist/hesman-cert-section.d.ts +11 -0
- package/dist/hesman-cert-section.js +2 -0
- package/dist/hesman-cert-section.js.map +1 -0
- package/dist/hesman-greeting-section.cjs +2 -0
- package/dist/hesman-greeting-section.cjs.map +1 -0
- package/dist/hesman-greeting-section.d.mts +20 -0
- package/dist/hesman-greeting-section.d.ts +20 -0
- package/dist/hesman-greeting-section.js +2 -0
- package/dist/hesman-greeting-section.js.map +1 -0
- package/dist/hesman-metaverse-section.cjs +2 -0
- package/dist/hesman-metaverse-section.cjs.map +1 -0
- package/dist/hesman-metaverse-section.d.mts +22 -0
- package/dist/hesman-metaverse-section.d.ts +22 -0
- package/dist/hesman-metaverse-section.js +2 -0
- package/dist/hesman-metaverse-section.js.map +1 -0
- package/dist/hesman-puzzle-section.cjs +2 -0
- package/dist/hesman-puzzle-section.cjs.map +1 -0
- package/dist/hesman-puzzle-section.d.mts +10 -0
- package/dist/hesman-puzzle-section.d.ts +10 -0
- package/dist/hesman-puzzle-section.js +2 -0
- package/dist/hesman-puzzle-section.js.map +1 -0
- package/dist/hesman-thankyou-section.cjs +2 -0
- package/dist/hesman-thankyou-section.cjs.map +1 -0
- package/dist/hesman-thankyou-section.d.mts +20 -0
- package/dist/hesman-thankyou-section.d.ts +20 -0
- package/dist/hesman-thankyou-section.js +2 -0
- package/dist/hesman-thankyou-section.js.map +1 -0
- package/dist/hesman-video-section.cjs +2 -0
- package/dist/hesman-video-section.cjs.map +1 -0
- package/dist/hesman-video-section.d.mts +15 -0
- package/dist/hesman-video-section.d.ts +15 -0
- package/dist/hesman-video-section.js +2 -0
- package/dist/hesman-video-section.js.map +1 -0
- package/dist/home-section.cjs +2 -0
- package/dist/home-section.cjs.map +1 -0
- package/dist/home-section.d.mts +51 -0
- package/dist/home-section.d.ts +51 -0
- package/dist/home-section.js +2 -0
- package/dist/home-section.js.map +1 -0
- package/dist/horizontal-book-image-section.cjs +2 -0
- package/dist/horizontal-book-image-section.cjs.map +1 -0
- package/dist/horizontal-book-image-section.d.mts +8 -0
- package/dist/horizontal-book-image-section.d.ts +8 -0
- package/dist/horizontal-book-image-section.js +2 -0
- package/dist/horizontal-book-image-section.js.map +1 -0
- package/dist/horizontal-image-list-section.cjs +2 -0
- package/dist/horizontal-image-list-section.cjs.map +1 -0
- package/dist/horizontal-image-list-section.d.mts +8 -0
- package/dist/horizontal-image-list-section.d.ts +8 -0
- package/dist/horizontal-image-list-section.js +2 -0
- package/dist/horizontal-image-list-section.js.map +1 -0
- package/dist/image-padding-section.cjs +2 -0
- package/dist/image-padding-section.cjs.map +1 -0
- package/dist/image-padding-section.d.mts +8 -0
- package/dist/image-padding-section.d.ts +8 -0
- package/dist/image-padding-section.js +2 -0
- package/dist/image-padding-section.js.map +1 -0
- package/dist/image-text-array-section.cjs +2 -0
- package/dist/image-text-array-section.cjs.map +1 -0
- package/dist/image-text-array-section.d.mts +21 -0
- package/dist/image-text-array-section.d.ts +21 -0
- package/dist/image-text-array-section.js +2 -0
- package/dist/image-text-array-section.js.map +1 -0
- package/dist/image-text-section.cjs +2 -0
- package/dist/image-text-section.cjs.map +1 -0
- package/dist/image-text-section.d.mts +9 -0
- package/dist/image-text-section.d.ts +9 -0
- package/dist/image-text-section.js +2 -0
- package/dist/image-text-section.js.map +1 -0
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.mts +162 -0
- package/dist/index.d.ts +162 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -0
- package/dist/khaocoky.cjs +2 -0
- package/dist/khaocoky.cjs.map +1 -0
- package/dist/khaocoky.d.mts +24 -0
- package/dist/khaocoky.d.ts +24 -0
- package/dist/khaocoky.js +2 -0
- package/dist/khaocoky.js.map +1 -0
- package/dist/khaocokyv2.cjs +2 -0
- package/dist/khaocokyv2.cjs.map +1 -0
- package/dist/khaocokyv2.d.mts +24 -0
- package/dist/khaocokyv2.d.ts +24 -0
- package/dist/khaocokyv2.js +2 -0
- package/dist/khaocokyv2.js.map +1 -0
- package/dist/letter-section.cjs +2 -0
- package/dist/letter-section.cjs.map +1 -0
- package/dist/letter-section.d.mts +13 -0
- package/dist/letter-section.d.ts +13 -0
- package/dist/letter-section.js +2 -0
- package/dist/letter-section.js.map +1 -0
- package/dist/lexical-letter-section.cjs +2 -0
- package/dist/lexical-letter-section.cjs.map +1 -0
- package/dist/lexical-letter-section.d.mts +13 -0
- package/dist/lexical-letter-section.d.ts +13 -0
- package/dist/lexical-letter-section.js +2 -0
- package/dist/lexical-letter-section.js.map +1 -0
- package/dist/metaverse-section.cjs +2 -0
- package/dist/metaverse-section.cjs.map +1 -0
- package/dist/metaverse-section.d.mts +5 -0
- package/dist/metaverse-section.d.ts +5 -0
- package/dist/metaverse-section.js +2 -0
- package/dist/metaverse-section.js.map +1 -0
- package/dist/navigation-section.cjs +2 -0
- package/dist/navigation-section.cjs.map +1 -0
- package/dist/navigation-section.d.mts +10 -0
- package/dist/navigation-section.d.ts +10 -0
- package/dist/navigation-section.js +2 -0
- package/dist/navigation-section.js.map +1 -0
- package/dist/nguyen-kim-lucky-voucher.cjs +2 -0
- package/dist/nguyen-kim-lucky-voucher.cjs.map +1 -0
- package/dist/nguyen-kim-lucky-voucher.d.mts +8 -0
- package/dist/nguyen-kim-lucky-voucher.d.ts +8 -0
- package/dist/nguyen-kim-lucky-voucher.js +2 -0
- package/dist/nguyen-kim-lucky-voucher.js.map +1 -0
- package/dist/pet-profile-section.cjs +2 -0
- package/dist/pet-profile-section.cjs.map +1 -0
- package/dist/pet-profile-section.d.mts +26 -0
- package/dist/pet-profile-section.d.ts +26 -0
- package/dist/pet-profile-section.js +2 -0
- package/dist/pet-profile-section.js.map +1 -0
- package/dist/profile-section.cjs +2 -0
- package/dist/profile-section.cjs.map +1 -0
- package/dist/profile-section.d.mts +29 -0
- package/dist/profile-section.d.ts +29 -0
- package/dist/profile-section.js +2 -0
- package/dist/profile-section.js.map +1 -0
- package/dist/qua-tang-quoc-hoi.cjs +2 -0
- package/dist/qua-tang-quoc-hoi.cjs.map +1 -0
- package/dist/qua-tang-quoc-hoi.d.mts +18 -0
- package/dist/qua-tang-quoc-hoi.d.ts +18 -0
- package/dist/qua-tang-quoc-hoi.js +2 -0
- package/dist/qua-tang-quoc-hoi.js.map +1 -0
- package/dist/quiz-section.cjs +2 -0
- package/dist/quiz-section.cjs.map +1 -0
- package/dist/quiz-section.d.mts +24 -0
- package/dist/quiz-section.d.ts +24 -0
- package/dist/quiz-section.js +2 -0
- package/dist/quiz-section.js.map +1 -0
- package/dist/section-full-screen.cjs +2 -0
- package/dist/section-full-screen.cjs.map +1 -0
- package/dist/section-full-screen.d.mts +14 -0
- package/dist/section-full-screen.d.ts +14 -0
- package/dist/section-full-screen.js +2 -0
- package/dist/section-full-screen.js.map +1 -0
- package/dist/tet-cover-section1.cjs +2 -0
- package/dist/tet-cover-section1.cjs.map +1 -0
- package/dist/tet-cover-section1.d.mts +8 -0
- package/dist/tet-cover-section1.d.ts +8 -0
- package/dist/tet-cover-section1.js +2 -0
- package/dist/tet-cover-section1.js.map +1 -0
- package/dist/tet-cover-section2.cjs +2 -0
- package/dist/tet-cover-section2.cjs.map +1 -0
- package/dist/tet-cover-section2.d.mts +8 -0
- package/dist/tet-cover-section2.d.ts +8 -0
- package/dist/tet-cover-section2.js +2 -0
- package/dist/tet-cover-section2.js.map +1 -0
- package/dist/tet-lucky-money-section.cjs +2 -0
- package/dist/tet-lucky-money-section.cjs.map +1 -0
- package/dist/tet-lucky-money-section.d.mts +12 -0
- package/dist/tet-lucky-money-section.d.ts +12 -0
- package/dist/tet-lucky-money-section.js +2 -0
- package/dist/tet-lucky-money-section.js.map +1 -0
- package/dist/tet-lucky-money-section2.cjs +2 -0
- package/dist/tet-lucky-money-section2.cjs.map +1 -0
- package/dist/tet-lucky-money-section2.d.mts +12 -0
- package/dist/tet-lucky-money-section2.d.ts +12 -0
- package/dist/tet-lucky-money-section2.js +2 -0
- package/dist/tet-lucky-money-section2.js.map +1 -0
- package/dist/valentine.cjs +2 -0
- package/dist/valentine.cjs.map +1 -0
- package/dist/valentine.d.mts +29 -0
- package/dist/valentine.d.ts +29 -0
- package/dist/valentine.js +2 -0
- package/dist/valentine.js.map +1 -0
- package/dist/vertical-carousel-section.cjs +2 -0
- package/dist/vertical-carousel-section.cjs.map +1 -0
- package/dist/vertical-carousel-section.d.mts +8 -0
- package/dist/vertical-carousel-section.d.ts +8 -0
- package/dist/vertical-carousel-section.js +2 -0
- package/dist/vertical-carousel-section.js.map +1 -0
- package/dist/video-intro-section.cjs +2 -0
- package/dist/video-intro-section.cjs.map +1 -0
- package/dist/video-intro-section.d.mts +10 -0
- package/dist/video-intro-section.d.ts +10 -0
- package/dist/video-intro-section.js +2 -0
- package/dist/video-intro-section.js.map +1 -0
- package/dist/woman-day.cjs +2 -0
- package/dist/woman-day.cjs.map +1 -0
- package/dist/woman-day.d.mts +17 -0
- package/dist/woman-day.d.ts +17 -0
- package/dist/woman-day.js +2 -0
- package/dist/woman-day.js.map +1 -0
- package/entries/advance-profile-section.ts +1 -0
- package/entries/author-section.ts +1 -0
- package/entries/b-e-d-i-page-section.ts +2 -0
- package/entries/bao-ngay-nay2025-section.ts +1 -0
- package/entries/biz-card-profile-section.ts +1 -0
- package/entries/book-section.ts +1 -0
- package/entries/business-card-section.ts +1 -0
- package/entries/christmas.ts +1 -0
- package/entries/contact-section.ts +1 -0
- package/entries/cover-setion.ts +1 -0
- package/entries/gift-avatar-section.ts +1 -0
- package/entries/header-section.ts +1 -0
- package/entries/hesman-cert-section.ts +1 -0
- package/entries/hesman-greeting-section.ts +1 -0
- package/entries/hesman-metaverse-section.ts +1 -0
- package/entries/hesman-puzzle-section.ts +1 -0
- package/entries/hesman-thankyou-section.ts +1 -0
- package/entries/hesman-video-section.ts +1 -0
- package/entries/home-section.ts +1 -0
- package/entries/horizontal-book-image-section.ts +1 -0
- package/entries/horizontal-image-list-section.ts +1 -0
- package/entries/image-padding-section.ts +1 -0
- package/entries/image-text-array-section.ts +1 -0
- package/entries/image-text-section.ts +1 -0
- package/entries/khaocoky.ts +1 -0
- package/entries/khaocokyv2.ts +1 -0
- package/entries/letter-section.ts +1 -0
- package/entries/lexical-letter-section.ts +1 -0
- package/entries/metaverse-section.ts +1 -0
- package/entries/navigation-section.ts +2 -0
- package/entries/nguyen-kim-lucky-voucher.ts +1 -0
- package/entries/pet-profile-section.ts +1 -0
- package/entries/profile-section.ts +1 -0
- package/entries/qua-tang-quoc-hoi.ts +1 -0
- package/entries/quiz-section.ts +1 -0
- package/entries/section-full-screen.ts +1 -0
- package/entries/tet-cover-section1.ts +1 -0
- package/entries/tet-cover-section2.ts +1 -0
- package/entries/tet-lucky-money-section.ts +1 -0
- package/entries/tet-lucky-money-section2.ts +1 -0
- package/entries/valentine.ts +1 -0
- package/entries/vertical-carousel-section.ts +1 -0
- package/entries/video-intro-section.ts +1 -0
- package/entries/woman-day.ts +1 -0
- package/entry-points.json +47 -0
- package/exports-map.json +179 -0
- package/fonts.css +144 -0
- package/generate-exports.cjs +22 -0
- package/generate-exports.js +23 -0
- package/generate-tsup-entries.js +17 -0
- package/index.css +162 -0
- package/index.ts +23 -0
- package/package.json +306 -0
- package/postcss.config.js +6 -0
- package/regenerate-entries-direct.cjs +60 -0
- package/regenerate-entries.cjs +60 -0
- package/src/components/LandingPage/common/3DModel/ThreeModalTongla.tsx +114 -0
- package/src/components/LandingPage/common/3DModel/ThreeModel.tsx +210 -0
- package/src/components/LandingPage/common/3DModel/index.tsx +90 -0
- package/src/components/LandingPage/common/CarouselCustom/index.tsx +80 -0
- package/src/components/LandingPage/common/FadeInMotion/index.tsx +60 -0
- package/src/components/LandingPage/common/SectionFullScreen/index.tsx +68 -0
- package/src/components/LandingPage/common/Video/index.tsx +90 -0
- package/src/components/LandingPage/common/icons/3DCubeScanIcon.tsx +38 -0
- package/src/components/LandingPage/common/icons/3DFlipIcon.tsx +27 -0
- package/src/components/LandingPage/common/icons/ARExploreIcon.tsx +15 -0
- package/src/components/LandingPage/common/icons/AcreageIcon.tsx +68 -0
- package/src/components/LandingPage/common/icons/ArrowDownIcon.tsx +19 -0
- package/src/components/LandingPage/common/icons/ArrowLeftIcon.tsx +21 -0
- package/src/components/LandingPage/common/icons/ArrowRightIcon.tsx +21 -0
- package/src/components/LandingPage/common/icons/ArrowUpIcon.tsx +21 -0
- package/src/components/LandingPage/common/icons/BurgerIcon.tsx +21 -0
- package/src/components/LandingPage/common/icons/CircleDownIcon.tsx +29 -0
- package/src/components/LandingPage/common/icons/ClockIcon.tsx +28 -0
- package/src/components/LandingPage/common/icons/CloseIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/CloseQuotesIcon.tsx +17 -0
- package/src/components/LandingPage/common/icons/CopyIcon.tsx +31 -0
- package/src/components/LandingPage/common/icons/CopyrightByPGLIcon.tsx +80 -0
- package/src/components/LandingPage/common/icons/DoubleArrowDownIcon.tsx +31 -0
- package/src/components/LandingPage/common/icons/EyeIcon.tsx +30 -0
- package/src/components/LandingPage/common/icons/FlipIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/FourthMedalIcon.tsx +287 -0
- package/src/components/LandingPage/common/icons/GoBackIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/GoogleIcon.tsx +41 -0
- package/src/components/LandingPage/common/icons/GrindSize.tsx +321 -0
- package/src/components/LandingPage/common/icons/HeartFillIcon.tsx +21 -0
- package/src/components/LandingPage/common/icons/HeightIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/IconAuction.tsx +17 -0
- package/src/components/LandingPage/common/icons/IconCalendar.tsx +16 -0
- package/src/components/LandingPage/common/icons/IconExternalLink.tsx +21 -0
- package/src/components/LandingPage/common/icons/IconMuted.tsx +17 -0
- package/src/components/LandingPage/common/icons/IconReset.tsx +19 -0
- package/src/components/LandingPage/common/icons/IconUmuted.tsx +18 -0
- package/src/components/LandingPage/common/icons/InfoFillIcon.tsx +20 -0
- package/src/components/LandingPage/common/icons/KeyIcon.tsx +24 -0
- package/src/components/LandingPage/common/icons/KyokaiIcon.tsx +53 -0
- package/src/components/LandingPage/common/icons/LanguageIcon.tsx +49 -0
- package/src/components/LandingPage/common/icons/LikeIcon.tsx +29 -0
- package/src/components/LandingPage/common/icons/LogoutIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/MailIcon.tsx +32 -0
- package/src/components/LandingPage/common/icons/OnchainIcon.tsx +97 -0
- package/src/components/LandingPage/common/icons/OpenQuotesIcon.tsx +17 -0
- package/src/components/LandingPage/common/icons/PhoneIcon.tsx +22 -0
- package/src/components/LandingPage/common/icons/PlayIcon.tsx +21 -0
- package/src/components/LandingPage/common/icons/PressureClockIcon.tsx +32 -0
- package/src/components/LandingPage/common/icons/ProfileIcon.tsx +30 -0
- package/src/components/LandingPage/common/icons/ReadingBookIcon.tsx +22 -0
- package/src/components/LandingPage/common/icons/ScaleIcon.tsx +28 -0
- package/src/components/LandingPage/common/icons/SecondMedalIcon.tsx +1137 -0
- package/src/components/LandingPage/common/icons/SignoutIcon.tsx +30 -0
- package/src/components/LandingPage/common/icons/SparkleIcon.tsx +28 -0
- package/src/components/LandingPage/common/icons/TemperatureIcon.tsx +20 -0
- package/src/components/LandingPage/common/icons/ThirdMedalIcon.tsx +620 -0
- package/src/components/LandingPage/common/icons/TickIcon.tsx +20 -0
- package/src/components/LandingPage/common/icons/TickIconBlue.tsx +30 -0
- package/src/components/LandingPage/common/icons/TickIconGreen.tsx +30 -0
- package/src/components/LandingPage/common/icons/TouchIcon.tsx +22 -0
- package/src/components/LandingPage/common/icons/WaterDropIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/WaterIcon.tsx +37 -0
- package/src/components/LandingPage/common/icons/Weight.tsx +36 -0
- package/src/components/LandingPage/common/icons/WinnerMedalIcon.tsx +1185 -0
- package/src/components/LandingPage/common/icons/YieldIcon.tsx +36 -0
- package/src/components/LandingPage/common/icons/ZoomInFillIcon.tsx +20 -0
- package/src/components/LandingPage/common/icons/icons-v2/BurgerIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/icons-v2/LogoNomion.tsx +56 -0
- package/src/components/LandingPage/common/icons/icons-v2/NdachainIcon.tsx +251 -0
- package/src/components/LandingPage/common/icons/icons-v2/OnchainIcon.tsx +97 -0
- package/src/components/LandingPage/common/icons/icons-v2/index.ts +4 -0
- package/src/components/LandingPage/common/icons/index.ts +23 -0
- package/src/components/LandingPage/common/icons/social-icons/FacebookIcon.tsx +24 -0
- package/src/components/LandingPage/common/icons/social-icons/IconMail.tsx +17 -0
- package/src/components/LandingPage/common/icons/social-icons/IconPhone.tsx +21 -0
- package/src/components/LandingPage/common/icons/social-icons/InstagramIcon.tsx +24 -0
- package/src/components/LandingPage/common/icons/social-icons/LinkedinIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/social-icons/LocationIcon.tsx +16 -0
- package/src/components/LandingPage/common/icons/social-icons/TelegramIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/social-icons/ThreadsIcon.tsx +15 -0
- package/src/components/LandingPage/common/icons/social-icons/TiktokIcon.tsx +16 -0
- package/src/components/LandingPage/common/icons/social-icons/TwitterIcon.tsx +28 -0
- package/src/components/LandingPage/common/icons/social-icons/WebsiteIcon.tsx +0 -0
- package/src/components/LandingPage/common/icons/social-icons/YoutubeIcon.tsx +26 -0
- package/src/components/LandingPage/common/icons/social-icons/index.tsx +19 -0
- package/src/components/LandingPage/common/shadcn-ui-kit/Dialog.tsx +124 -0
- package/src/components/LandingPage/common/shadcn-ui-kit/input.tsx +24 -0
- package/src/components/LandingPage/common/shadcn-ui-kit/select.tsx +160 -0
- package/src/components/LandingPage/common/ui-kit/atomics/ BaseModal.tsx +60 -0
- package/src/components/LandingPage/common/ui-kit/atomics/BaseButton.tsx +25 -0
- package/src/components/LandingPage/common/ui-kit/atomics/BaseIcon.tsx +18 -0
- package/src/components/LandingPage/common/ui-kit/atomics/BaseInput.tsx +58 -0
- package/src/components/LandingPage/common/ui-kit/atomics/CopyClipboard.tsx +64 -0
- package/src/components/LandingPage/common/ui-kit/atomics/HesmanButton.tsx +23 -0
- package/src/components/LandingPage/common/ui-kit/atomics/HesmanGradientText.tsx +22 -0
- package/src/components/LandingPage/common/ui-kit/atomics/Tag.tsx +47 -0
- package/src/components/LandingPage/common/ui-kit/atomics/Typography.tsx +63 -0
- package/src/components/LandingPage/common/ui-kit/atomics/index.tsx +4 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/AudioPlayer.tsx +130 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/AuthorContext.tsx +26 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/AuthorModal.tsx +147 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/AuthorModalDeDo.tsx +91 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/AuthorWithLabel.tsx +23 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/BackgroundImage.tsx +34 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ButtonCommingSoon.tsx +34 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/CollasibleText.tsx +109 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ContactCard.tsx +167 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/DidInfoModal.tsx +73 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ImageWithBackground.tsx +39 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/LexicalParagraph.tsx +15 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ListButton.tsx +51 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ListContactSocial.tsx +103 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/MetaInfo.tsx +76 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/MetaInfoModal.tsx +96 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/NftInfoModal.tsx +102 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/OwnerName.tsx +25 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ReadmoreModal.tsx +38 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/RenderMedia.tsx +48 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ScrollDownGuide.tsx +34 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/TagName.stories.tsx +33 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/TagName.tsx +33 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/Title.stories.tsx +34 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/Title.tsx +66 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/VideoRef.tsx +66 -0
- package/src/components/LandingPage/common/ui-kit/organisms/AdvanceProfileSection/index.tsx +152 -0
- package/src/components/LandingPage/common/ui-kit/organisms/AuthorSection/index.tsx +156 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDICarouselSection.tsx +115 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDIContactSection.tsx +166 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDIPage1Section/BEDIBentoImageSection.tsx +170 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDIPage1Section/BEDIIntroSection.tsx +69 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDIPage1Section/BEDILetterSection.tsx +71 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDIPage1Section/BEDIPage1Section.tsx +102 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDIPage1Section/BgLetter.tsx +29 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/constants.ts +35 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/index.tsx +171 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/AudioTheme.tsx +30 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/GenerateGreeting.tsx +528 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/HomeSection.tsx +130 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/IntroSection.tsx +105 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/LetterSection.tsx +21 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/NgayNayIcon.tsx +31 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/UploadImage.tsx +67 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/constant.ts +118 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/icons.tsx +153 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/index.tsx +169 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BizCardProfileSection/ContactCard.tsx +166 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BizCardProfileSection/ShareButton.tsx +113 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BizCardProfileSection/index.tsx +395 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BookSection/BookCoverSection.tsx +74 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BookSection/BookSection.tsx +630 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BookSection/NgheLetterSection.tsx +120 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BookSection/index.tsx +5 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BookSection/utils/index.ts +29 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/BgRectangle.tsx +19 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/BusinessCardAvtCircle.tsx +78 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/BusinessCardAvtFull.tsx +77 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/FragmentContactInfo.tsx +214 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconAddress.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconFacebook.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconInsta.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconLinkedin.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconMail.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconPhone.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconTele.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconWeb.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/index.tsx +57 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Christmas/Chirstmas1GreetingSection.tsx +159 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Christmas/Chirstmas1HomeSection.tsx +112 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Christmas/Chirstmas2HomeSection.tsx +113 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Christmas/Chrismas2GreetingSection.tsx +96 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Christmas/Christmas1LetterSection.tsx +63 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Christmas/index.tsx +5 -0
- package/src/components/LandingPage/common/ui-kit/organisms/ContactSection/index.tsx +137 -0
- package/src/components/LandingPage/common/ui-kit/organisms/CoverSetion/index.tsx +62 -0
- package/src/components/LandingPage/common/ui-kit/organisms/GiftAvatarSection/index.tsx +48 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HeaderSection/HeaderAnimation.tsx +27 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HeaderSection/HeaderSection.tsx +61 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanCertSection/index.tsx +97 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanGreetingSection/index.tsx +108 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanMetaverseSection/index.tsx +79 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanPuzzleSection/Puzzle.tsx +203 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanPuzzleSection/index.tsx +129 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanThankyouSection/index.tsx +93 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanVideoSection/index.tsx +80 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HomeSection/HomeNewspaperSection.tsx +108 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HomeSection/HomeSection.stories.tsx +61 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HomeSection/HomeSection.tsx +261 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HomeSection/HomeSouvenirSection/HomeSouvenirSection.tsx +134 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HomeSection/HomeSouvenirSection/ImageWithFallback.tsx +30 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HomeSection/index.tsx +3 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HorizontalBookImageSection/HandSwipe.tsx +26 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HorizontalBookImageSection/index.tsx +90 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HorizontalImageListSection/index.tsx +105 -0
- package/src/components/LandingPage/common/ui-kit/organisms/ImagePaddingSection/index.tsx +27 -0
- package/src/components/LandingPage/common/ui-kit/organisms/ImageTextArraySection/index.tsx +43 -0
- package/src/components/LandingPage/common/ui-kit/organisms/ImageTextSection/index.tsx +114 -0
- package/src/components/LandingPage/common/ui-kit/organisms/LetterSection/index.tsx +191 -0
- package/src/components/LandingPage/common/ui-kit/organisms/LexicalLetterSection/AudioLexicalLetterSection.tsx +141 -0
- package/src/components/LandingPage/common/ui-kit/organisms/LexicalLetterSection/LexicalletterSection.tsx +175 -0
- package/src/components/LandingPage/common/ui-kit/organisms/LexicalLetterSection/index.tsx +2 -0
- package/src/components/LandingPage/common/ui-kit/organisms/MetaverseSection/index.tsx +208 -0
- package/src/components/LandingPage/common/ui-kit/organisms/NavigationSection/ModalWelcomeInput.tsx +85 -0
- package/src/components/LandingPage/common/ui-kit/organisms/NavigationSection/index.tsx +99 -0
- package/src/components/LandingPage/common/ui-kit/organisms/NguyenKimLuckyVoucher/index.tsx +156 -0
- package/src/components/LandingPage/common/ui-kit/organisms/PetProfileSection/PetContactSection.tsx +0 -0
- package/src/components/LandingPage/common/ui-kit/organisms/PetProfileSection/PetInfoSection.tsx +0 -0
- package/src/components/LandingPage/common/ui-kit/organisms/PetProfileSection/PetListImage.tsx +0 -0
- package/src/components/LandingPage/common/ui-kit/organisms/PetProfileSection/index.tsx +230 -0
- package/src/components/LandingPage/common/ui-kit/organisms/ProfileSection/index.tsx +324 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/ContentTheme12.tsx +327 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/ContentTheme3.tsx +9 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/ContentTheme4.tsx +9 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/ContentTheme5.tsx +383 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/InforSection.tsx +94 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/QuaTangQuocHoiSection.tsx +524 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/components/LanguageSwitcher.tsx +77 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/constant/data.ts +87 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/context/LanguageContext.tsx +81 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/hook/useLanguage.ts +13 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/index.ts +2 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/locale/en.json +39 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/locale/fr.json +39 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/types.ts +58 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuizSection/ViewAnswer.tsx +48 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuizSection/ViewQuestion.tsx +48 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuizSection/index.tsx +48 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetCoverSection1/TetCoverSection1.tsx +36 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetCoverSection1/index.tsx +1 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetCoverSection2/TetCoverSection2.tsx +33 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetCoverSection2/index.tsx +1 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetLuckyMoneySection/LuckeyMoneySectionAdvance.tsx +197 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetLuckyMoneySection/LuckyMoneySection.tsx +164 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetLuckyMoneySection/index.tsx +2 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetLuckyMoneySection2/LuckyMoneySection2.tsx +162 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetLuckyMoneySection2/LuckyMoneySection2Advance.tsx +183 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetLuckyMoneySection2/index.tsx +2 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/ValentineGreetingSection.tsx +140 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/ValentineHomeSection.tsx +94 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/ValentineLetterSection.tsx +45 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/ValentineTheFaceShopGreetingSection.tsx +141 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/ValentineTheFaceShopHomeSection.tsx +73 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/ValentineTheFaceShopLetterSection.tsx +38 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/index.tsx +6 -0
- package/src/components/LandingPage/common/ui-kit/organisms/VerticalCarouselSection/index.tsx +63 -0
- package/src/components/LandingPage/common/ui-kit/organisms/VideoIntroSection/index.tsx +247 -0
- package/src/components/LandingPage/common/ui-kit/organisms/WomanDay/WomanGreetingSection.tsx +140 -0
- package/src/components/LandingPage/common/ui-kit/organisms/WomanDay/WomanHomeSection.tsx +94 -0
- package/src/components/LandingPage/common/ui-kit/organisms/WomanDay/WomanLetterSection.tsx +43 -0
- package/src/components/LandingPage/common/ui-kit/organisms/WomanDay/index.tsx +3 -0
- package/src/components/LandingPage/common/ui-kit/organisms/index.tsx +147 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyCarouselSection.tsx +101 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyCompareSection.tsx +98 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyContactSection.tsx +151 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyHomeSection.tsx +194 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyImageTextSection.tsx +89 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyTitle.tsx +51 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/index.tsx +5 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocokyv2/KhaoCoKyHome.tsx +169 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocokyv2/KhaoCoKyImageText.tsx +105 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocokyv2/KhaoCoKyListImageText.tsx +60 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocokyv2/KhaoCoKyMemories.tsx +3 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocokyv2/index.tsx +4 -0
- package/src/components/LandingPage/common/ui-kit/types/base.ts +31 -0
- package/src/components/LandingPage/constants/index.ts +2 -0
- package/src/components/LandingPage/device/index.tsx +30 -0
- package/src/components/LandingPage/hooks/audio/index.tsx +1 -0
- package/src/components/LandingPage/hooks/audio/useMediaContext.tsx +126 -0
- package/src/components/LandingPage/hooks/index.tsx +5 -0
- package/src/components/LandingPage/hooks/useBookMenuContext.tsx +43 -0
- package/src/components/LandingPage/hooks/useFullScreenContext.tsx +86 -0
- package/src/components/LandingPage/hooks/useImageOrientation.tsx +24 -0
- package/src/components/LandingPage/hooks/usePGLModalContext.tsx +46 -0
- package/src/components/LandingPage/models/base-section.ts +16 -0
- package/src/components/LandingPage/models/general.ts +67 -0
- package/src/components/LandingPage/models/theme.ts +8 -0
- package/src/components/LandingPage/utils/helper.ts +225 -0
- package/src/constants/index.ts +1 -0
- package/src/constants/templates/enum.ts +62 -0
- package/src/types/NFT.ts +35 -0
- package/src/utils/index.ts +12 -0
- package/src/utils/web3.ts +75 -0
- package/stories/Button/ButtonV2.stories.ts +25 -0
- package/stories/Button/ButtonV2.tsx +22 -0
- package/stories/Button.stories.ts +52 -0
- package/stories/Button.tsx +48 -0
- package/stories/Configure.mdx +364 -0
- package/stories/Header.stories.ts +33 -0
- package/stories/Header.tsx +67 -0
- package/stories/Page.stories.ts +32 -0
- package/stories/Page.tsx +86 -0
- package/stories/assets/accessibility.png +0 -0
- package/stories/assets/accessibility.svg +5 -0
- package/stories/assets/addon-library.png +0 -0
- package/stories/assets/assets.png +0 -0
- package/stories/assets/avif-test-image.avif +0 -0
- package/stories/assets/context.png +0 -0
- package/stories/assets/discord.svg +15 -0
- package/stories/assets/docs.png +0 -0
- package/stories/assets/figma-plugin.png +0 -0
- package/stories/assets/github.svg +3 -0
- package/stories/assets/share.png +0 -0
- package/stories/assets/styling.png +0 -0
- package/stories/assets/testing.png +0 -0
- package/stories/assets/theming.png +0 -0
- package/stories/assets/tutorials.svg +12 -0
- package/stories/assets/youtube.svg +4 -0
- package/stories/button.css +30 -0
- package/stories/header.css +32 -0
- package/stories/page.css +69 -0
- package/tailwind.config.js +154 -0
- package/tsconfig.json +44 -0
- package/tsconfig.node.json +12 -0
- package/tsup.config.ts +71 -0
- package/turbo/generators/config.ts +31 -0
- package/turbo/generators/templates/component.hbs +14 -0
- package/types/model-viewer.d.ts +16 -0
- package/types.ts +3 -0
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import HeaderSectionUI from "./HeaderSection/HeaderSection";
|
|
2
|
+
import ImageTextSectionUI from "./ImageTextSection";
|
|
3
|
+
import ImageTextArraySectionUI from "./ImageTextArraySection";
|
|
4
|
+
import ContactSectionUI from "./ContactSection";
|
|
5
|
+
import LetterSectionUI from "./LetterSection";
|
|
6
|
+
import CoverSectionUI from "./CoverSetion";
|
|
7
|
+
import { AudioLexicalLetterSectionUI, LexicalLetterSectionUI } from "./LexicalLetterSection";
|
|
8
|
+
import VerticalCarouselSectionUI from "./VerticalCarouselSection";
|
|
9
|
+
import NavigationSectionUI from "./NavigationSection";
|
|
10
|
+
import ImagePaddingSectionUI from "./ImagePaddingSection";
|
|
11
|
+
import VideoIntroSectionUI from "./VideoIntroSection";
|
|
12
|
+
import ProfileSectionUI from "./ProfileSection";
|
|
13
|
+
import MetaverseSectionUI from "./MetaverseSection";
|
|
14
|
+
import AuthorSectionUI from "./AuthorSection";
|
|
15
|
+
import HesmanVideoSectionUI from "./HesmanVideoSection";
|
|
16
|
+
import HesmanPuzzleSectionUI from "./HesmanPuzzleSection";
|
|
17
|
+
import BEDIPageSectionUI from "./BEDIPageSection";
|
|
18
|
+
import { BEDIMenuOrder } from "./BEDIPageSection/constants";
|
|
19
|
+
import HesmanGreetingSectionUI from "./HesmanGreetingSection";
|
|
20
|
+
import HesmanMetaverseSectionUI from "./HesmanMetaverseSection";
|
|
21
|
+
import HesmanThankyouSectionUI from "./HesmanThankyouSection";
|
|
22
|
+
import HesmanCertSectionUI from "./HesmanCertSection";
|
|
23
|
+
import GiftAvatarSectionUI from "./GiftAvatarSection";
|
|
24
|
+
import BusinessCardSectionUI from "./BusinessCardSection";
|
|
25
|
+
import QuizSectionUI from "./QuizSection";
|
|
26
|
+
import TetCoverSection1 from "./TetCoverSection1";
|
|
27
|
+
import TetCoverSection2 from "./TetCoverSection2";
|
|
28
|
+
import { LuckyMoneySection, LuckyMoneySectionAdvance } from "./TetLuckyMoneySection";
|
|
29
|
+
import { LuckyMoneySection2, LuckyMoneySection2Advance } from "./TetLuckyMoneySection2";
|
|
30
|
+
import { BookCoverSectionUI, BookSectionUI, NgheLetterSectionUI } from "./BookSection";
|
|
31
|
+
import { HomeNewspaperSectionUI, HomeSectionUI, HomeSouvenirSectionUI } from "./HomeSection";
|
|
32
|
+
|
|
33
|
+
import HorizontalBookImageSectionUI from "./HorizontalBookImageSection";
|
|
34
|
+
import { MY_TAM_FORM_KEY } from "./NavigationSection/ModalWelcomeInput";
|
|
35
|
+
import PetProfileSectionUI from "./PetProfileSection";
|
|
36
|
+
import AdvanceProfileSectionUI from "./AdvanceProfileSection";
|
|
37
|
+
import HorizontalImageListSectionUI from "./HorizontalImageListSection";
|
|
38
|
+
import {
|
|
39
|
+
KhaoCoKyCompareSectionUI,
|
|
40
|
+
KhaoCoKyContactSectionUI,
|
|
41
|
+
KhaoCoKyHomeSectionUI,
|
|
42
|
+
KhaoCoKyImageTextSectionUI,
|
|
43
|
+
KhaoCoKyCarouselSectionUI,
|
|
44
|
+
} from "./khaocoky";
|
|
45
|
+
|
|
46
|
+
import {
|
|
47
|
+
Christmas1HomeSectionUI,
|
|
48
|
+
Christmas1LetterSectionUI,
|
|
49
|
+
Christmas1GreetingSectionUI,
|
|
50
|
+
Christmas2HomeSectionUI,
|
|
51
|
+
Christmas2GreetingSectionUI,
|
|
52
|
+
} from "./Christmas";
|
|
53
|
+
|
|
54
|
+
import {
|
|
55
|
+
ValentineHomeSectionUI,
|
|
56
|
+
ValentineLetterSectionUI,
|
|
57
|
+
ValentineGreetingSectionUI,
|
|
58
|
+
ValentineTheFaceShopHomeSectionUI,
|
|
59
|
+
ValentineTheFaceShopLetterSectionUI,
|
|
60
|
+
ValentineTheFaceShopGreetingSectionUI,
|
|
61
|
+
} from "./Valentine";
|
|
62
|
+
|
|
63
|
+
import { WomanHomeSection, WomanLetterSection, WomanGreetingSection } from "./WomanDay";
|
|
64
|
+
|
|
65
|
+
import BaoNgayNay2025SectionUI from "./BaoNgayNay2025Section";
|
|
66
|
+
import NguyenKimLuckyVoucher from "./NguyenKimLuckyVoucher";
|
|
67
|
+
|
|
68
|
+
// KhaoCoKyV2
|
|
69
|
+
import { KhaoCoKyHome, KhaoCoKyImageText, KhaoCoKyMemories, KhaoCoKyListImageText } from "./khaocokyv2";
|
|
70
|
+
|
|
71
|
+
import BizCardProfileSectionUI from "./BizCardProfileSection";
|
|
72
|
+
import { InforSection, QuaTangQuocHoiSection } from "./QuaTangQuocHoi";
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
export {
|
|
76
|
+
WomanHomeSection,
|
|
77
|
+
WomanLetterSection,
|
|
78
|
+
WomanGreetingSection,
|
|
79
|
+
NguyenKimLuckyVoucher,
|
|
80
|
+
BaoNgayNay2025SectionUI,
|
|
81
|
+
HeaderSectionUI,
|
|
82
|
+
AuthorSectionUI,
|
|
83
|
+
ImageTextSectionUI,
|
|
84
|
+
LetterSectionUI,
|
|
85
|
+
CoverSectionUI,
|
|
86
|
+
VerticalCarouselSectionUI,
|
|
87
|
+
BookSectionUI,
|
|
88
|
+
BookCoverSectionUI,
|
|
89
|
+
NgheLetterSectionUI,
|
|
90
|
+
HomeNewspaperSectionUI,
|
|
91
|
+
HomeSectionUI,
|
|
92
|
+
LexicalLetterSectionUI,
|
|
93
|
+
AudioLexicalLetterSectionUI,
|
|
94
|
+
NavigationSectionUI,
|
|
95
|
+
ImagePaddingSectionUI,
|
|
96
|
+
VideoIntroSectionUI,
|
|
97
|
+
ImageTextArraySectionUI,
|
|
98
|
+
HomeSouvenirSectionUI,
|
|
99
|
+
MY_TAM_FORM_KEY,
|
|
100
|
+
ContactSectionUI,
|
|
101
|
+
ProfileSectionUI,
|
|
102
|
+
MetaverseSectionUI,
|
|
103
|
+
HorizontalBookImageSectionUI,
|
|
104
|
+
HesmanVideoSectionUI,
|
|
105
|
+
HesmanPuzzleSectionUI,
|
|
106
|
+
BEDIPageSectionUI,
|
|
107
|
+
BEDIMenuOrder,
|
|
108
|
+
HesmanGreetingSectionUI,
|
|
109
|
+
HesmanMetaverseSectionUI,
|
|
110
|
+
HesmanThankyouSectionUI,
|
|
111
|
+
GiftAvatarSectionUI,
|
|
112
|
+
HesmanCertSectionUI,
|
|
113
|
+
BusinessCardSectionUI,
|
|
114
|
+
QuizSectionUI,
|
|
115
|
+
PetProfileSectionUI,
|
|
116
|
+
AdvanceProfileSectionUI,
|
|
117
|
+
HorizontalImageListSectionUI,
|
|
118
|
+
KhaoCoKyHomeSectionUI,
|
|
119
|
+
KhaoCoKyImageTextSectionUI,
|
|
120
|
+
KhaoCoKyCompareSectionUI,
|
|
121
|
+
KhaoCoKyContactSectionUI,
|
|
122
|
+
KhaoCoKyCarouselSectionUI,
|
|
123
|
+
Christmas1HomeSectionUI,
|
|
124
|
+
Christmas1LetterSectionUI,
|
|
125
|
+
Christmas1GreetingSectionUI,
|
|
126
|
+
Christmas2HomeSectionUI,
|
|
127
|
+
Christmas2GreetingSectionUI,
|
|
128
|
+
TetCoverSection1,
|
|
129
|
+
TetCoverSection2,
|
|
130
|
+
LuckyMoneySection,
|
|
131
|
+
LuckyMoneySection2,
|
|
132
|
+
LuckyMoneySectionAdvance,
|
|
133
|
+
LuckyMoneySection2Advance,
|
|
134
|
+
ValentineHomeSectionUI,
|
|
135
|
+
ValentineLetterSectionUI,
|
|
136
|
+
ValentineGreetingSectionUI,
|
|
137
|
+
ValentineTheFaceShopHomeSectionUI,
|
|
138
|
+
ValentineTheFaceShopLetterSectionUI,
|
|
139
|
+
ValentineTheFaceShopGreetingSectionUI,
|
|
140
|
+
KhaoCoKyHome,
|
|
141
|
+
KhaoCoKyImageText,
|
|
142
|
+
KhaoCoKyMemories,
|
|
143
|
+
KhaoCoKyListImageText,
|
|
144
|
+
BizCardProfileSectionUI,
|
|
145
|
+
InforSection,
|
|
146
|
+
QuaTangQuocHoiSection,
|
|
147
|
+
};
|
package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyCarouselSection.tsx
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { FC, useState } from "react";
|
|
3
|
+
import SectionFullScreen from "../../../SectionFullScreen/index";
|
|
4
|
+
import { BaseSectionProps } from "../../../../models/base-section";
|
|
5
|
+
import { MediaType } from "../../../../models/general";
|
|
6
|
+
import Title from "../../moleculars/Title";
|
|
7
|
+
import BackgroundImage from "../../moleculars/BackgroundImage";
|
|
8
|
+
import { Field } from "../../types/base";
|
|
9
|
+
import {
|
|
10
|
+
FullScreen,
|
|
11
|
+
useFullScreenContext,
|
|
12
|
+
} from "../../../../hooks/useFullScreenContext";
|
|
13
|
+
import { checkQuillEmpty, getContentFromLexicalValue, parse } from "@phygitallabs/helpers";
|
|
14
|
+
import { ImageNomion as Image } from '@phygitallabs/core-ui/components/image-nomion';
|
|
15
|
+
import KhaoCoKyTitle from "./KhaoCoKyTitle";
|
|
16
|
+
import { Swiper, SwiperSlide } from "swiper/react";
|
|
17
|
+
import { Pagination } from "swiper/modules";
|
|
18
|
+
import CarouselCustom from "../../../../common/CarouselCustom";
|
|
19
|
+
|
|
20
|
+
interface ImageTextSectionData {
|
|
21
|
+
title_carousel: Field<string>;
|
|
22
|
+
list_images: Field<{ [key: any]: string }>;
|
|
23
|
+
background_title: Field<Media>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface KhaoCoKyCarouselProps extends BaseSectionProps {}
|
|
27
|
+
|
|
28
|
+
const KhaoCoKyCarouselSection: FC<KhaoCoKyCarouselProps> = (props) => {
|
|
29
|
+
const { sectionData, id, configTheme } = props;
|
|
30
|
+
|
|
31
|
+
const { isInViewport } = useFullScreenContext(id);
|
|
32
|
+
|
|
33
|
+
const { title_carousel, list_images, background_title } = {
|
|
34
|
+
...sectionData,
|
|
35
|
+
} as ImageTextSectionData;
|
|
36
|
+
|
|
37
|
+
const titleValue = getContentFromLexicalValue(title_carousel?.value);
|
|
38
|
+
const backgroundTitleValue = background_title?.value?.url;
|
|
39
|
+
const listImagesValue = list_images?.value.filter(
|
|
40
|
+
(item) => !!item.image?.url
|
|
41
|
+
);
|
|
42
|
+
|
|
43
|
+
if (listImagesValue?.length === 0) {
|
|
44
|
+
return null;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
const coverItem = (
|
|
48
|
+
<SwiperSlide key="cover-item" className="w-full z-50 h-[520px]">
|
|
49
|
+
<div className="h-full w-full bg-black/50 absolute z-10 top-0 left-0 flex items-center justify-center">
|
|
50
|
+
<p className="text-white text-2xl font-bold text-center">
|
|
51
|
+
{titleValue}
|
|
52
|
+
</p>
|
|
53
|
+
</div>
|
|
54
|
+
{backgroundTitleValue && (
|
|
55
|
+
<Image src={backgroundTitleValue} className="object-cover h-full" />
|
|
56
|
+
)}
|
|
57
|
+
</SwiperSlide>
|
|
58
|
+
);
|
|
59
|
+
|
|
60
|
+
const generateListItem = listImagesValue?.map((item, index) => (
|
|
61
|
+
<SwiperSlide
|
|
62
|
+
key={`slide-${index}`}
|
|
63
|
+
className="w-full z-50 h-[520px] relative"
|
|
64
|
+
>
|
|
65
|
+
<img
|
|
66
|
+
src={item.image.url}
|
|
67
|
+
className="object-contain absolute h-full w-full z-10"
|
|
68
|
+
/>
|
|
69
|
+
<img
|
|
70
|
+
src={item.image.url}
|
|
71
|
+
alt="backdrop-image"
|
|
72
|
+
className="object-cover h-full w-full absolute z-0 blur-md"
|
|
73
|
+
/>
|
|
74
|
+
<div className="absolute pointer-events-none bottom-0 left-0 w-full max-h-1/3 overflow-scroll bg-black/40 z-10">
|
|
75
|
+
<p className="text-white text-sm text-center pb-8 px-4 pt-4">
|
|
76
|
+
{parse(item.description)}
|
|
77
|
+
</p>
|
|
78
|
+
</div>
|
|
79
|
+
</SwiperSlide>
|
|
80
|
+
));
|
|
81
|
+
|
|
82
|
+
return (
|
|
83
|
+
<SectionFullScreen
|
|
84
|
+
name={id}
|
|
85
|
+
showScrollGuide
|
|
86
|
+
className="font-antiqua py-6 h-[100svh] svh-full"
|
|
87
|
+
>
|
|
88
|
+
<div className="h-full w-full flex items-center justify-center relative">
|
|
89
|
+
<CarouselCustom
|
|
90
|
+
slidesPerView={1}
|
|
91
|
+
wrapperClassName="flex items-center justify-center"
|
|
92
|
+
className="[&_.swiper-pagination]:!bottom-2 [&_.swiper-pagination-bullet-active]:!bg-gray-600 flex items-center justify-center"
|
|
93
|
+
listItem={[coverItem, ...(generateListItem || [])]}
|
|
94
|
+
lazyPreloadPrevNext={2}
|
|
95
|
+
/>
|
|
96
|
+
</div>
|
|
97
|
+
</SectionFullScreen>
|
|
98
|
+
);
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
export default KhaoCoKyCarouselSection;
|
package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyCompareSection.tsx
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { FC } from "react";
|
|
3
|
+
import SectionFullScreen from "../../../SectionFullScreen/index";
|
|
4
|
+
import { BaseSectionProps } from "../../../../models/base-section";
|
|
5
|
+
import { MediaType } from "../../../../models/general";
|
|
6
|
+
import Title from "../../moleculars/Title";
|
|
7
|
+
import BackgroundImage from "../../moleculars/BackgroundImage";
|
|
8
|
+
import { Field } from "../../types/base";
|
|
9
|
+
import {
|
|
10
|
+
FullScreen,
|
|
11
|
+
useFullScreenContext,
|
|
12
|
+
} from "../../../../hooks/useFullScreenContext";
|
|
13
|
+
import { checkQuillEmpty, getContentFromLexicalValue } from "@phygitallabs/helpers";
|
|
14
|
+
import { ImageNomion as Image } from '@phygitallabs/core-ui/components/image-nomion';
|
|
15
|
+
import KhaoCoKyTitle from "./KhaoCoKyTitle";
|
|
16
|
+
|
|
17
|
+
interface CompareInfo {
|
|
18
|
+
image: string;
|
|
19
|
+
description: any;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
interface CompareSectionData {
|
|
23
|
+
title_compare: Field<string>;
|
|
24
|
+
before_info: Field<CompareInfo>;
|
|
25
|
+
after_info: Field<CompareInfo>;
|
|
26
|
+
description_compare: Field<any>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface KhaoCoKyCompareProps extends BaseSectionProps {}
|
|
30
|
+
|
|
31
|
+
const KhaoCoKyCompareSection: FC<KhaoCoKyCompareProps> = (props) => {
|
|
32
|
+
const { sectionData, id, configTheme } = props;
|
|
33
|
+
|
|
34
|
+
const { isInViewport } = useFullScreenContext(id);
|
|
35
|
+
|
|
36
|
+
const { title_compare, before_info, after_info, description_compare } = {
|
|
37
|
+
...sectionData,
|
|
38
|
+
} as CompareSectionData;
|
|
39
|
+
|
|
40
|
+
const titleValue = title_compare?.value;
|
|
41
|
+
const beforeInfoValue = before_info?.value;
|
|
42
|
+
const afterInfoValue = after_info?.value;
|
|
43
|
+
const beforeImageValue = beforeInfoValue?.image?.url;
|
|
44
|
+
const afterImageValue = afterInfoValue?.image?.url;
|
|
45
|
+
const beforeDescriptionValue = getContentFromLexicalValue(
|
|
46
|
+
beforeInfoValue?.description
|
|
47
|
+
);
|
|
48
|
+
const afterDescriptionValue = getContentFromLexicalValue(
|
|
49
|
+
afterInfoValue?.description
|
|
50
|
+
);
|
|
51
|
+
|
|
52
|
+
const descriptionValue = getContentFromLexicalValue(
|
|
53
|
+
description_compare?.value
|
|
54
|
+
);
|
|
55
|
+
|
|
56
|
+
return (
|
|
57
|
+
<>
|
|
58
|
+
<SectionFullScreen
|
|
59
|
+
name={id}
|
|
60
|
+
showScrollGuide
|
|
61
|
+
className="py-6 font-antiqua"
|
|
62
|
+
>
|
|
63
|
+
<div className="relative m-auto space-y-6 px-4">
|
|
64
|
+
<KhaoCoKyTitle title={titleValue} />
|
|
65
|
+
<div className="flex items-center flex-col gap-4">
|
|
66
|
+
<div className="flex justify-between gap-4">
|
|
67
|
+
{beforeImageValue && (
|
|
68
|
+
<Image
|
|
69
|
+
src={beforeImageValue}
|
|
70
|
+
height={270}
|
|
71
|
+
className="object-cover border w-1/2 border-gray-200"
|
|
72
|
+
/>
|
|
73
|
+
)}
|
|
74
|
+
{afterImageValue && (
|
|
75
|
+
<Image
|
|
76
|
+
src={afterImageValue}
|
|
77
|
+
height={270}
|
|
78
|
+
className="object-cover border w-1/2 border-gray-200"
|
|
79
|
+
/>
|
|
80
|
+
)}
|
|
81
|
+
</div>
|
|
82
|
+
<div className="flex justify-center gap-4 w-full">
|
|
83
|
+
<div className="flex justify-start text-sm w-1/2">
|
|
84
|
+
<p className="text-justify">{beforeDescriptionValue}</p>
|
|
85
|
+
</div>
|
|
86
|
+
<div className="flex flex-col text-sm w-1/2">
|
|
87
|
+
<p className="text-justify">{afterDescriptionValue}</p>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</div>
|
|
91
|
+
<div className="text-justify">{descriptionValue}</div>
|
|
92
|
+
</div>
|
|
93
|
+
</SectionFullScreen>
|
|
94
|
+
</>
|
|
95
|
+
);
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
export default KhaoCoKyCompareSection;
|
package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyContactSection.tsx
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { FC } from "react";
|
|
3
|
+
import SectionFullScreen from "../../../SectionFullScreen/index";
|
|
4
|
+
import { BaseSectionProps } from "../../../../models/base-section";
|
|
5
|
+
import { MediaType } from "../../../../models/general";
|
|
6
|
+
import Title from "../../moleculars/Title";
|
|
7
|
+
import BackgroundImage from "../../moleculars/BackgroundImage";
|
|
8
|
+
import { Field } from "../../types/base";
|
|
9
|
+
import {
|
|
10
|
+
FullScreen,
|
|
11
|
+
useFullScreenContext,
|
|
12
|
+
} from "../../../../hooks/useFullScreenContext";
|
|
13
|
+
import { checkQuillEmpty, getContentFromLexicalValue } from "@phygitallabs/helpers";
|
|
14
|
+
import { ImageNomion as Image } from '@phygitallabs/core-ui/components/image-nomion';
|
|
15
|
+
import KhaoCoKyTitle from "./KhaoCoKyTitle";
|
|
16
|
+
import { FacebookLogo, Globe, ShoppingCart } from "@phosphor-icons/react";
|
|
17
|
+
import { isEmpty } from 'lodash-es';
|
|
18
|
+
|
|
19
|
+
interface DescriptionItem {
|
|
20
|
+
description: Field<any>;
|
|
21
|
+
image: Field<Media>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
interface ContactSectionData {
|
|
25
|
+
title_contact: Field<string>;
|
|
26
|
+
description_1: Field<DescriptionItem>;
|
|
27
|
+
description_2: Field<DescriptionItem>;
|
|
28
|
+
contact: Field<{ [key: any]: string }>;
|
|
29
|
+
contact_title: Field<string>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export interface KhaoCoKyContactProps extends BaseSectionProps {}
|
|
33
|
+
|
|
34
|
+
const KhaoCoKyContactSection: FC<KhaoCoKyContactProps> = (props) => {
|
|
35
|
+
const { sectionData, id, configTheme } = props;
|
|
36
|
+
|
|
37
|
+
const { isInViewport } = useFullScreenContext(id);
|
|
38
|
+
|
|
39
|
+
const {
|
|
40
|
+
title_contact,
|
|
41
|
+
description_1,
|
|
42
|
+
description_2,
|
|
43
|
+
contact,
|
|
44
|
+
contact_title,
|
|
45
|
+
} = {
|
|
46
|
+
...sectionData,
|
|
47
|
+
} as ContactSectionData;
|
|
48
|
+
|
|
49
|
+
const titleValue = title_contact?.value;
|
|
50
|
+
const firstImage = description_1?.value?.image?.url;
|
|
51
|
+
const secondImage = description_2?.value?.image?.url;
|
|
52
|
+
const firstDescription = getContentFromLexicalValue(
|
|
53
|
+
description_1?.value?.description
|
|
54
|
+
);
|
|
55
|
+
const secondDescription = getContentFromLexicalValue(
|
|
56
|
+
description_2?.value?.description
|
|
57
|
+
);
|
|
58
|
+
const contactTitle = contact_title?.value;
|
|
59
|
+
|
|
60
|
+
const contactValue = contact?.value;
|
|
61
|
+
|
|
62
|
+
const getIconByKey = (key: string) => {
|
|
63
|
+
switch (key) {
|
|
64
|
+
case "shop":
|
|
65
|
+
return <ShoppingCart weight="fill" size={24} />;
|
|
66
|
+
case "facebook":
|
|
67
|
+
return <FacebookLogo weight="fill" size={24} />;
|
|
68
|
+
case "website":
|
|
69
|
+
return <Globe weight="fill" size={24} />;
|
|
70
|
+
default:
|
|
71
|
+
return <Globe weight="fill" size={24} />;
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
return (
|
|
76
|
+
<>
|
|
77
|
+
<SectionFullScreen
|
|
78
|
+
name={id}
|
|
79
|
+
showScrollGuide
|
|
80
|
+
className="py-10 font-antiqua"
|
|
81
|
+
>
|
|
82
|
+
<div className="relative m-auto space-y-6 px-4">
|
|
83
|
+
<KhaoCoKyTitle title={titleValue} />
|
|
84
|
+
<div className="space-y-[220px]">
|
|
85
|
+
<div className="flex justify-between relative">
|
|
86
|
+
<div className="w-1/3 z-10 top-5 relative">
|
|
87
|
+
<Image
|
|
88
|
+
src={firstImage}
|
|
89
|
+
className="max-h-[180px] object-contain"
|
|
90
|
+
/>
|
|
91
|
+
</div>
|
|
92
|
+
<div className="w-3/4 absolute right-0 -bottom-2/3 max-w-[300px]">
|
|
93
|
+
<div className="relative">
|
|
94
|
+
<Image
|
|
95
|
+
src="https://storage.googleapis.com/nomion-assets-staging/images/user_id/1732183476-left-letter.png"
|
|
96
|
+
className="max-h-[180px] object-contain"
|
|
97
|
+
/>
|
|
98
|
+
<div className="top-1/2 -translate-y-1/2 !text-xs p-8 -rotate-[6deg] left-0 absolute">
|
|
99
|
+
{firstDescription}
|
|
100
|
+
</div>
|
|
101
|
+
</div>
|
|
102
|
+
</div>
|
|
103
|
+
</div>
|
|
104
|
+
<div className="flex flex-row-reverse justify-between relative">
|
|
105
|
+
<div className="w-1/3 z-10">
|
|
106
|
+
{secondImage && (
|
|
107
|
+
<Image
|
|
108
|
+
src={secondImage}
|
|
109
|
+
className="max-h-[180px] object-contain"
|
|
110
|
+
/>
|
|
111
|
+
)}
|
|
112
|
+
</div>
|
|
113
|
+
<div className="w-3/4 absolute left-0 -top-2/3 max-w-[300px]">
|
|
114
|
+
<div className="relative w-full">
|
|
115
|
+
<Image
|
|
116
|
+
src="https://s3-sgn10.fptcloud.com/phygix-assets/nomion/static/khao-co-ky/card-bg.png"
|
|
117
|
+
className="max-h-[180px] w-full object-contain"
|
|
118
|
+
/>
|
|
119
|
+
<div className="!text-xs p-8 rotate-[6.5deg] left-0 top-1/2 -translate-y-1/2 absolute">
|
|
120
|
+
{secondDescription}
|
|
121
|
+
</div>
|
|
122
|
+
</div>
|
|
123
|
+
</div>
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
<div className="flex flex-col items-center gap-4">
|
|
127
|
+
<p className="text-base font-semibold">{contactTitle}</p>
|
|
128
|
+
<div className="flex flex-row justify-center gap-4">
|
|
129
|
+
{!isEmpty(contactValue) &&
|
|
130
|
+
Object.keys(contactValue).map((key) => {
|
|
131
|
+
const value = contactValue[key];
|
|
132
|
+
return (
|
|
133
|
+
<a
|
|
134
|
+
className="flex flex-row gap-2"
|
|
135
|
+
href={value}
|
|
136
|
+
target="_blank"
|
|
137
|
+
rel="noreferrer"
|
|
138
|
+
>
|
|
139
|
+
{getIconByKey(key)}
|
|
140
|
+
</a>
|
|
141
|
+
);
|
|
142
|
+
})}
|
|
143
|
+
</div>
|
|
144
|
+
</div>
|
|
145
|
+
</div>
|
|
146
|
+
</SectionFullScreen>
|
|
147
|
+
</>
|
|
148
|
+
);
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
export default KhaoCoKyContactSection;
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { FC } from "react";
|
|
3
|
+
import SectionFullScreen from "../../../SectionFullScreen/index";
|
|
4
|
+
import { BaseSectionProps } from "../../../../models/base-section";
|
|
5
|
+
import { MediaType } from "../../../../models/general";
|
|
6
|
+
import Video from "../../../Video";
|
|
7
|
+
import ThreeModelViewer from "../../../3DModel";
|
|
8
|
+
import { FadeInMotion } from "../../../FadeInMotion";
|
|
9
|
+
import Title from "../../moleculars/Title";
|
|
10
|
+
import TagName from "../../moleculars/TagName";
|
|
11
|
+
import NftInfoModal from "../../moleculars/NftInfoModal";
|
|
12
|
+
import AuthorModal from "../../moleculars/AuthorModal";
|
|
13
|
+
import MetaInfoModal from "../../moleculars/MetaInfoModal";
|
|
14
|
+
import BackgroundImage from "../../moleculars/BackgroundImage";
|
|
15
|
+
import { Field } from "../../types/base";
|
|
16
|
+
import {
|
|
17
|
+
FullScreen,
|
|
18
|
+
useFullScreenContext,
|
|
19
|
+
} from "../../../../hooks/useFullScreenContext";
|
|
20
|
+
import { twMerge } from "tailwind-merge";
|
|
21
|
+
import ThreeModelViewerTongla from "../../../3DModel/ThreeModalTongla";
|
|
22
|
+
import { checkQuillEmpty } from "@phygitallabs/helpers";
|
|
23
|
+
import ButtonCommingSoon from "../../moleculars/ButtonCommingSoon";
|
|
24
|
+
import { checkEmptyArray } from "../../../../utils/helper";
|
|
25
|
+
import AuthorContext from "../../moleculars/AuthorContext";
|
|
26
|
+
import OwnerName from "../../moleculars/OwnerName";
|
|
27
|
+
import {
|
|
28
|
+
shortenTxAddress,
|
|
29
|
+
getBlockchainExplorerUrl,
|
|
30
|
+
getNftUrls,
|
|
31
|
+
getNftDetails,
|
|
32
|
+
} from "../../../../../../utils/web3";
|
|
33
|
+
import { Collection, NFT } from "../../../../../../types/NFT";
|
|
34
|
+
import { ImageNomion as Image } from '@phygitallabs/core-ui/components/image-nomion';
|
|
35
|
+
import KhaoCoKyTitle from "./KhaoCoKyTitle";
|
|
36
|
+
import { useState } from "react";
|
|
37
|
+
import { Typography } from "../../atomics";
|
|
38
|
+
import TickIconBlue from "../../../icons/TickIconBlue";
|
|
39
|
+
import { Drawer } from "antd";
|
|
40
|
+
import { CloseIcon } from "../../../icons";
|
|
41
|
+
|
|
42
|
+
interface HomeSectionData {
|
|
43
|
+
product_name: Field;
|
|
44
|
+
tags: Field;
|
|
45
|
+
media: Field;
|
|
46
|
+
config: Field;
|
|
47
|
+
author_modal: Field;
|
|
48
|
+
title: Field;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export interface HomeSectionProps extends BaseSectionProps {}
|
|
52
|
+
|
|
53
|
+
const KhaoCoKyHomeSection: FC<HomeSectionProps> = (props) => {
|
|
54
|
+
const { sectionData, id, configTheme } = props;
|
|
55
|
+
const [isOpen, setIsOpen] = useState(false);
|
|
56
|
+
|
|
57
|
+
const { isInViewport } = useFullScreenContext(id);
|
|
58
|
+
|
|
59
|
+
const {
|
|
60
|
+
tags = {},
|
|
61
|
+
product_name = {},
|
|
62
|
+
media = {},
|
|
63
|
+
config = {},
|
|
64
|
+
author_modal: authorModal = {},
|
|
65
|
+
title = {},
|
|
66
|
+
} = { ...sectionData } as HomeSectionData;
|
|
67
|
+
|
|
68
|
+
const titleValue = title?.value;
|
|
69
|
+
const productNameValue = product_name?.value;
|
|
70
|
+
const renderMedia = () => {
|
|
71
|
+
const { value } = media;
|
|
72
|
+
const { url = "", thumbnail_url = "", type = "" } = { ...value };
|
|
73
|
+
switch (type) {
|
|
74
|
+
case MediaType.ThreeD:
|
|
75
|
+
return (
|
|
76
|
+
<ThreeModelViewer
|
|
77
|
+
isHidden={false}
|
|
78
|
+
asset3DUrl={url}
|
|
79
|
+
showArButton={config?.show_ar_button || false}
|
|
80
|
+
/>
|
|
81
|
+
);
|
|
82
|
+
case MediaType.Image:
|
|
83
|
+
return (
|
|
84
|
+
<Image
|
|
85
|
+
src={url}
|
|
86
|
+
alt="Media"
|
|
87
|
+
className={twMerge("m-auto h-4/5 w-auto object-contain")}
|
|
88
|
+
/>
|
|
89
|
+
);
|
|
90
|
+
case MediaType.Video:
|
|
91
|
+
return (
|
|
92
|
+
<Video
|
|
93
|
+
videoUrl={url}
|
|
94
|
+
thumbnailUrl={thumbnail_url}
|
|
95
|
+
loop={true}
|
|
96
|
+
autoPlay
|
|
97
|
+
muted={true}
|
|
98
|
+
/>
|
|
99
|
+
);
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
const openModal = () => setIsOpen(true);
|
|
104
|
+
const closeModal = () => setIsOpen(false);
|
|
105
|
+
|
|
106
|
+
const toggleModal = () => setIsOpen((prev) => !prev);
|
|
107
|
+
|
|
108
|
+
return (
|
|
109
|
+
<>
|
|
110
|
+
<SectionFullScreen
|
|
111
|
+
name={id}
|
|
112
|
+
showScrollGuide
|
|
113
|
+
className="py-4 font-antiqua"
|
|
114
|
+
>
|
|
115
|
+
<div className="relative m-auto justify-center h-[100svh] gap-4 svh-full flex flex-col items-center">
|
|
116
|
+
<KhaoCoKyTitle title={titleValue} />
|
|
117
|
+
<div className="relative flex !h-[calc(100%-350px)] item flex-col gap-2 w-full justify-center">
|
|
118
|
+
{renderMedia()}
|
|
119
|
+
</div>
|
|
120
|
+
{/* {openLinkMetaverse && (
|
|
121
|
+
<p onClick={openLinkMetaverse} className="flex justify-center">
|
|
122
|
+
<Typography
|
|
123
|
+
variant="span"
|
|
124
|
+
className="font-semibold cursor-pointer p-2 border border-[#202020] rounded-lg"
|
|
125
|
+
>
|
|
126
|
+
Trải nghiệm 3D
|
|
127
|
+
</Typography>
|
|
128
|
+
</p>
|
|
129
|
+
)} */}
|
|
130
|
+
<div className="z-10 flex w-full flex-col justify-between gap-2 p-3">
|
|
131
|
+
<KhaoCoKyTitle
|
|
132
|
+
title={productNameValue}
|
|
133
|
+
showTextLine={false}
|
|
134
|
+
className="!font-godWord"
|
|
135
|
+
/>
|
|
136
|
+
<div className="flex gap-2">
|
|
137
|
+
<TagName field={tags} configTheme={configTheme} />
|
|
138
|
+
</div>
|
|
139
|
+
{/* <AuthorModal field={authorModal} /> */}
|
|
140
|
+
<>
|
|
141
|
+
<div className="flex gap-1.5 items-center" onClick={openModal}>
|
|
142
|
+
<Image
|
|
143
|
+
src={
|
|
144
|
+
"https://storage.googleapis.com/assets-fygito/images/user_id/1732279688-Huế.jpg"
|
|
145
|
+
}
|
|
146
|
+
alt={name}
|
|
147
|
+
className="rounded-full object-contain w-7 h-7"
|
|
148
|
+
width={28}
|
|
149
|
+
height={28}
|
|
150
|
+
/>
|
|
151
|
+
<Typography variant="span" className="font-semibold underline">
|
|
152
|
+
Trung Tâm Bảo Tồn Di Tích Cố Đô Huế
|
|
153
|
+
</Typography>
|
|
154
|
+
<TickIconBlue />
|
|
155
|
+
</div>
|
|
156
|
+
|
|
157
|
+
<Drawer
|
|
158
|
+
title={null}
|
|
159
|
+
placement={"bottom"}
|
|
160
|
+
closable={false}
|
|
161
|
+
onClose={closeModal}
|
|
162
|
+
open={isOpen}
|
|
163
|
+
>
|
|
164
|
+
<CloseIcon
|
|
165
|
+
onClick={closeModal}
|
|
166
|
+
className="absolute top-2 right-2 [&>path]:stroke-[#202020]"
|
|
167
|
+
/>
|
|
168
|
+
<div className="w-full h-full flex flex-col items-center gap-4 pt-10">
|
|
169
|
+
<Image
|
|
170
|
+
src={
|
|
171
|
+
"https://storage.googleapis.com/assets-fygito/images/user_id/1732279688-Huế.jpg"
|
|
172
|
+
}
|
|
173
|
+
alt={name}
|
|
174
|
+
className=""
|
|
175
|
+
width={100}
|
|
176
|
+
height={100}
|
|
177
|
+
/>
|
|
178
|
+
<div className="text-sm w-full text-center leading-normal text-[#202020]">
|
|
179
|
+
Trung tâm Bảo tồn Di tích Cố đô Huế là đơn vị xác thực cho
|
|
180
|
+
các sản phẩm thuộc phạm vi dự án, là các sản phẩm được chứng
|
|
181
|
+
thực F1 của các cổ vật, bảo vật đang được trưng bày và quản
|
|
182
|
+
lý tại Trung tâm
|
|
183
|
+
</div>
|
|
184
|
+
</div>
|
|
185
|
+
</Drawer>
|
|
186
|
+
</>
|
|
187
|
+
</div>
|
|
188
|
+
</div>
|
|
189
|
+
</SectionFullScreen>
|
|
190
|
+
</>
|
|
191
|
+
);
|
|
192
|
+
};
|
|
193
|
+
|
|
194
|
+
export default KhaoCoKyHomeSection;
|