123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358 |
- "use strict";
- (() => {
- var exports = {};
- exports.id = 8915;
- exports.ids = [8915];
- exports.modules = {
- 49198:
- ((module, __webpack_exports__, __webpack_require__) => {
- __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
- __webpack_require__.r(__webpack_exports__);
- __webpack_require__.d(__webpack_exports__, {
- "default": () => ( pageWrapperTemplate),
- "getServerSideProps": () => ( getServerSideProps),
- "getStaticProps": () => ( getStaticProps)
- });
- var _sentry_server_config_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(96270);
- var _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(58097);
- var _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1___default = __webpack_require__.n(_sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__);
- var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(20997);
- var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2___default = __webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__);
- var next_translate_Trans__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(74137);
- var next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default = __webpack_require__.n(next_translate_Trans__WEBPACK_IMPORTED_MODULE_3__);
- var next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(60866);
- var next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4___default = __webpack_require__.n(next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4__);
- var _contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(30089);
- var _contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default = __webpack_require__.n(_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9__);
- var _components_NextSeoWrapper__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(25869);
- var _components_PageContainer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(9234);
- var _utils_locale__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(24709);
- var _utils_navigation__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(57933);
- var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_utils_navigation__WEBPACK_IMPORTED_MODULE_8__]);
- _utils_navigation__WEBPACK_IMPORTED_MODULE_8__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
- const PATH = "/privacy";
- const PrivacyPage = ()=>{
- const { t , lang } = next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4___default()("privacy");
- return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.Fragment, {
- children: [
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_NextSeoWrapper__WEBPACK_IMPORTED_MODULE_5__ .Z, {
- title: t("privacy-header"),
- url: (0,_utils_navigation__WEBPACK_IMPORTED_MODULE_8__ .Z2)(lang, PATH),
- languageAlternates: (0,_utils_locale__WEBPACK_IMPORTED_MODULE_7__ .qc)(PATH)
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_PageContainer__WEBPACK_IMPORTED_MODULE_6__ .Z, {
- children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
- className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().contentPage),
- children: [
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h1", {
- children: t("privacy-header")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
- children: t("main-privacy-desc")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
- children: t("info-collection.title")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
- children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
- components: {
- br: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
- underline: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("span", {
- className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().underline)
- })
- },
- i18nKey: "privacy:info-collection.desc"
- })
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
- children: t("personal-info-use.title")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
- children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
- components: {
- br: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
- li: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {}),
- underline: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("span", {
- className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().underline)
- })
- },
- i18nKey: "privacy:personal-info-use.desc"
- })
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
- children: t("log-data.title")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
- children: t("log-data.desc")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
- children: t("communication.title")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
- children: t("communication.desc")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
- children: t("data-protection.title")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
- children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
- components: {
- br: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
- boldSpan: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("span", {
- className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().bold)
- }, 2)
- },
- i18nKey: "privacy:data-protection.desc"
- })
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
- children: t("data-security.title")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
- children: t("data-security.desc")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
- children: t("data-sharing.title")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
- children: t("data-sharing.desc")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
- children: t("data-analysis.title")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
- children: t("data-analysis.desc")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
- children: t("data-deletion.title")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
- children: t("data-deletion.desc")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
- children: t("cookies.title")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
- children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
- components: {
- br: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
- li: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {}),
- subLi: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
- className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().subListItem)
- }),
- underline: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("span", {
- className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().underline)
- })
- },
- i18nKey: "privacy:cookies.desc"
- })
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
- children: t("contact-us.title")
- }),
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
- children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
- components: {
- br: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
- li: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {}),
- underline: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("span", {
- className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().underline)
- }),
- 0: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("a", {
- href: "mailto:info@quran.foundation",
- target: "_blank",
- rel: "noreferrer"
- }, 0)
- },
- i18nKey: "privacy:contact-us.desc"
- })
- })
- ]
- })
- })
- ]
- });
- };
- var serverComponentModule = Object.freeze({
- __proto__: null,
- 'default': PrivacyPage
- });
- const userPageModule = serverComponentModule ;
- const pageComponent = userPageModule ? userPageModule.default : undefined;
- const origGetInitialProps = pageComponent ? pageComponent.getInitialProps : undefined;
- const origGetStaticProps = userPageModule ? userPageModule.getStaticProps : undefined;
- const origGetServerSideProps = userPageModule ? userPageModule.getServerSideProps : undefined;
- const getInitialPropsWrappers = {
- '/_app': _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapAppGetInitialPropsWithSentry,
- '/_document': _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapDocumentGetInitialPropsWithSentry,
- '/_error': _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapErrorGetInitialPropsWithSentry,
- };
- const getInitialPropsWrapper = getInitialPropsWrappers['/privacy'] || _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapGetInitialPropsWithSentry;
- if (pageComponent && typeof origGetInitialProps === 'function') {
- pageComponent.getInitialProps = getInitialPropsWrapper(origGetInitialProps) ;
- }
- const getStaticProps =
- typeof origGetStaticProps === 'function'
- ? _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapGetStaticPropsWithSentry(origGetStaticProps, '/privacy')
- : undefined;
- const getServerSideProps =
- typeof origGetServerSideProps === 'function'
- ? _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapGetServerSidePropsWithSentry(origGetServerSideProps, '/privacy')
- : undefined;
- const pageWrapperTemplate = pageComponent ? _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapPageComponentWithSentry(pageComponent ) : pageComponent;
- __webpack_async_result__();
- } catch(e) { __webpack_async_result__(e); } });
- }),
- 75184:
- ((module) => {
- module.exports = require("@reduxjs/toolkit");
- }),
- 58097:
- ((module) => {
- module.exports = require("@sentry/nextjs");
- }),
- 59606:
- ((module) => {
- module.exports = require("humps");
- }),
- 12372:
- ((module) => {
- module.exports = require("lodash/findKey");
- }),
- 98492:
- ((module) => {
- module.exports = require("lodash/groupBy");
- }),
- 35526:
- ((module) => {
- module.exports = require("lodash/random");
- }),
- 64042:
- ((module) => {
- module.exports = require("lodash/range");
- }),
- 16641:
- ((module) => {
- module.exports = require("next-seo");
- }),
- 74137:
- ((module) => {
- module.exports = require("next-translate/Trans");
- }),
- 60866:
- ((module) => {
- module.exports = require("next-translate/useTranslation");
- }),
- 16689:
- ((module) => {
- module.exports = require("react");
- }),
- 20997:
- ((module) => {
- module.exports = require("react/jsx-runtime");
- }),
- 88813:
- ((module) => {
- module.exports = import("firebase/compat/analytics");;
- }),
- 33773:
- ((module) => {
- module.exports = import("firebase/compat/app");;
- }),
- 63477:
- ((module) => {
- module.exports = require("querystring");
- })
- };
- ;
- var __webpack_require__ = require("../webpack-runtime.js");
- __webpack_require__.C(exports);
- var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
- var __webpack_exports__ = __webpack_require__.X(0, [96270,24709,57933,25869,57144], () => (__webpack_exec__(49198)));
- module.exports = __webpack_exports__;
- })();
|