picsart-mod-landing
Version:
A modern, responsive React landing page for PicsArt MOD APK with AI features unlocked
462 lines (452 loc) • 28.4 kB
JavaScript
import { useState, useEffect } from 'react';
import { jsxs, jsx } from 'react/jsx-runtime';
function _arrayLikeToArray(r, a) {
(null == a || a > r.length) && (a = r.length);
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
return n;
}
function _arrayWithHoles(r) {
if (Array.isArray(r)) return r;
}
function _iterableToArrayLimit(r, l) {
var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
if (null != t) {
var e,
n,
i,
u,
a = [],
f = true,
o = false;
try {
if (i = (t = t.call(r)).next, 0 === l) ; else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
} catch (r) {
o = true, n = r;
} finally {
try {
if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
} finally {
if (o) throw n;
}
}
return a;
}
}
function _nonIterableRest() {
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}
function _slicedToArray(r, e) {
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
}
function _unsupportedIterableToArray(r, a) {
if (r) {
if ("string" == typeof r) return _arrayLikeToArray(r, a);
var t = {}.toString.call(r).slice(8, -1);
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
}
}
function styleInject(css, ref) {
if ( ref === void 0 ) ref = {};
var insertAt = ref.insertAt;
if (typeof document === 'undefined') { return; }
var head = document.head || document.getElementsByTagName('head')[0];
var style = document.createElement('style');
style.type = 'text/css';
if (insertAt === 'top') {
if (head.firstChild) {
head.insertBefore(style, head.firstChild);
} else {
head.appendChild(style);
}
} else {
head.appendChild(style);
}
if (style.styleSheet) {
style.styleSheet.cssText = css;
} else {
style.appendChild(document.createTextNode(css));
}
}
var css_248z = "*{box-sizing:border-box;font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#f8f9fa;color:#333;line-height:1.6}.app-container{overflow-x:hidden;width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}section{margin:0 auto;max-width:1200px;padding:80px 20px}h2{color:#333;font-size:2.5rem;margin-bottom:30px;text-align:center}header{align-items:center;background-color:hsla(0,0%,100%,.9);box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;justify-content:space-between;padding:20px 40px;position:sticky;top:0;z-index:100}.logo-container{display:flex;flex-direction:column}.logo-container h1{font-size:2rem;font-weight:700;letter-spacing:-1px}.highlight{color:#ff5c8d;font-weight:800}.domain{color:#777;font-size:.8rem;margin-top:-5px}.main-nav ul{display:flex;gap:30px}.main-nav li a{font-weight:500;transition:color .3s}.main-nav li a:hover{color:#ff5c8d}.menu-icon{cursor:pointer;display:none;flex-direction:column;height:21px;justify-content:space-between;width:30px}.bar{background-color:#333;border-radius:10px;height:3px;transition:all .3s ease;width:100%}.hero{align-items:center;background:linear-gradient(135deg,#f9f9f9,#efefef);display:flex;justify-content:space-between;min-height:calc(100vh - 80px);padding:40px}.hero-content{flex:1;max-width:500px}.hero-content h2{background:linear-gradient(90deg,#333,#ff5c8d);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:3rem;line-height:1.2;margin-bottom:20px;text-align:left}.hero-content p{color:#666;font-size:1.2rem;margin-bottom:30px}.cta-button{background:linear-gradient(90deg,#ff5c8d,#ff8c8c);border-radius:30px;box-shadow:0 4px 15px rgba(255,92,141,.3);color:#fff;display:inline-block;font-weight:600;letter-spacing:1px;padding:15px 30px;transition:transform .3s,box-shadow .3s}.cta-button:hover{box-shadow:0 8px 20px rgba(255,92,141,.4);transform:translateY(-3px)}.hero-image{align-items:center;display:flex;flex:1;justify-content:center}.phone-mockup{background-color:#111;border:8px solid #333;border-radius:40px;box-shadow:0 25px 50px rgba(0,0,0,.2);height:600px;padding:15px;width:300px}.phone-mockup,.phone-screen{overflow:hidden;position:relative}.phone-screen{background-color:#fff;border-radius:25px;height:100%;width:100%}.screen-content{background:linear-gradient(180deg,#ff5c8d,#ff8c8c);height:100%;padding:10px;width:100%}.app-interface{background-color:#fff;border-radius:15px;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.app-header{background-color:#fafafa;border-bottom:1px solid #eee;height:60px;padding:0 20px}.app-header,.app-tools{align-items:center;display:flex}.app-tools{background-color:#f5f5f5;height:50px;justify-content:space-around;padding:0 10px}.app-tools:after,.app-tools:before{background-color:#ddd;border-radius:50%;content:\"\";height:30px;width:30px}.app-tools:after{background-color:#ccc;border-radius:5px;height:10px;width:40px}.app-canvas{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm48 25a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm-43-7a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm63 31a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM34 90a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm56-76a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21a2 2 0 1 0 .001-3.999A2 2 0 0 0 80 29zM60 91a2 2 0 1 0 .001-3.999A2 2 0 0 0 60 91zM35 41a2 2 0 1 0 .001-3.999A2 2 0 0 0 35 41zM12 60a2 2 0 1 0 .001-3.999A2 2 0 0 0 12 60z' fill='%23f3f3f3' fill-opacity='.2' fill-rule='evenodd'/%3E%3C/svg%3E\");flex:1;position:relative}.app-canvas:before{animation:pulse 3s infinite alternate;background:linear-gradient(135deg,#ff5c8d50,#ff8c8c50);border-radius:20px;content:\"\";height:150px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:150px}@keyframes pulse{0%{opacity:.8;transform:translate(-50%,-50%) scale(.8)}to{opacity:.4;transform:translate(-50%,-50%) scale(1.2)}}.ai-feature{background-color:#fff;padding:100px 20px}.feature-showcase{display:flex;gap:40px}.feature-list{display:flex;flex:1;flex-direction:column;gap:20px}.feature-item{align-items:center;background-color:#f9f9f9;border-radius:12px;cursor:pointer;display:flex;padding:20px;position:relative;transition:all .3s}.feature-item.active{background-color:#fff;box-shadow:0 5px 20px rgba(0,0,0,.1);transform:scale(1.02)}.feature-item.active:before{background:linear-gradient(180deg,#ff5c8d,#ff8c8c);border-radius:5px 0 0 5px;content:\"\";height:100%;left:0;position:absolute;top:0;width:5px}.feature-icon{align-items:center;background-color:#f0f0f0;border-radius:50%;display:flex;font-size:2.5rem;height:60px;justify-content:center;margin-right:20px;transition:all .3s;width:60px}.feature-item.active .feature-icon{background:linear-gradient(90deg,#ff5c8d,#ff8c8c);box-shadow:0 5px 15px rgba(255,92,141,.3);transform:scale(1.1)}.feature-text h3{font-size:1.2rem;margin-bottom:5px}.feature-text p{color:#666;font-size:.9rem}.feature-preview{align-items:center;display:flex;flex:1;justify-content:center}.preview-container{background-color:#fff;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.1);display:flex;flex-direction:column;height:500px;overflow:hidden;width:400px}.preview-header{align-items:center;background-color:#f5f5f5;display:flex;gap:10px;height:60px;padding:0 20px}.preview-dot{background-color:#ddd;border-radius:50%;height:15px;width:15px}.preview-dot:first-child{background-color:#ff5c8d}.preview-content{align-items:center;display:flex;flex:1;flex-direction:column;padding:30px}.preview-content h3{font-size:1.5rem;margin-bottom:30px;text-align:center}.preview-image{align-items:center;background-color:#f9f9f9;border-radius:15px;display:flex;flex:1;justify-content:center;overflow:hidden;width:100%}.feature-animation{animation:floating 3s ease-in-out infinite alternate;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1));font-size:8rem}@keyframes floating{0%{transform:translateY(-10px)}to{transform:translateY(10px)}}.premium-benefits{background:linear-gradient(135deg,#f9f9f9,#efefef);position:relative}.premium-benefits:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40 40 0H20L0 20m40 20V20L20 40' fill='%23ff5c8d' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E\");content:\"\";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.benefits-container{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));position:relative;z-index:1}.benefit-card{background-color:#fff;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.05);padding:30px;text-align:center;transition:transform .3s,box-shadow .3s}.benefit-card:hover{box-shadow:0 15px 30px rgba(0,0,0,.1);transform:translateY(-10px)}.benefit-icon{font-size:3rem;margin-bottom:20px}.benefit-card h3{color:#333;font-size:1.2rem;margin-bottom:15px}.benefit-card p{color:#666;font-size:.9rem}.download-section{background-color:#fff;text-align:center}.download-section p{color:#666;font-size:1.1rem;margin-bottom:40px}.download-options{display:flex;justify-content:center;margin-bottom:50px}.download-button{align-items:center;background:linear-gradient(90deg,#ff5c8d,#ff8c8c);border-radius:10px;box-shadow:0 5px 15px rgba(255,92,141,.3);color:#fff;display:flex;font-weight:600;padding:15px 30px;transition:transform .3s,box-shadow .3s}.download-button:hover{box-shadow:0 10px 25px rgba(255,92,141,.4);transform:translateY(-5px)}.button-icon{font-size:2rem;margin-right:15px}.button-text{align-items:flex-start;display:flex;flex-direction:column;line-height:1.2}.file-size{font-size:.8rem;opacity:.8}.download-steps{background-color:#f9f9f9;border-radius:15px;margin:0 auto;max-width:500px;padding:30px;text-align:left}.download-steps h3{font-size:1.2rem;margin-bottom:15px}.download-steps ol{padding-left:20px}.download-steps li{color:#555;margin-bottom:10px}.faq-section{background:linear-gradient(135deg,#f9f9f9,#efefef)}.faq-container{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:800px}.faq-item{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.05);padding:20px 30px}.faq-item h3{color:#333;font-size:1.1rem;margin-bottom:10px;padding-left:25px;position:relative}.faq-item h3:before{color:#ff5c8d;content:\"Q:\";font-weight:700;left:0;position:absolute}.faq-item p{color:#666;font-size:.95rem;padding-left:25px;position:relative}.faq-item p:before{color:#666;content:\"A:\";font-weight:700;left:0;position:absolute}.about-section{background-color:#fff}.about-section p{color:#666;font-size:1rem;margin:0 auto 40px;max-width:800px;text-align:center}.disclaimer{background-color:#f9f9f9;border-left:4px solid #ff5c8d;border-radius:15px;margin:0 auto;max-width:800px;padding:30px}.disclaimer h3{font-size:1.2rem;margin-bottom:15px}.disclaimer p{color:#777;font-size:.9rem;margin-bottom:0;text-align:left}footer{background-color:#222;color:#fff;padding:60px 40px 20px}.footer-content{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin:0 auto 40px;max-width:1200px}.footer-logo h2{font-size:1.8rem;margin-bottom:10px;text-align:left}.footer-logo p{color:#aaa}.footer-contact h3,.footer-links h3{font-size:1.2rem;margin-bottom:20px;padding-bottom:10px;position:relative}.footer-contact h3:after,.footer-links h3:after{background:linear-gradient(90deg,#ff5c8d,#ff8c8c);bottom:0;content:\"\";height:3px;left:0;position:absolute;width:50px}.footer-links ul{display:flex;flex-direction:column;gap:10px}.footer-links a{color:#aaa;transition:color .3s}.footer-links a:hover{color:#ff5c8d}.footer-contact p{color:#aaa}.copyright{border-top:1px solid #333;color:#777;font-size:.9rem;padding-top:20px;text-align:center}@media (max-width:1024px){.hero{flex-direction:column;gap:50px;text-align:center}.hero-content{max-width:100%}.hero-content h2{text-align:center}.feature-showcase{flex-direction:column}.preview-container{max-width:400px;width:100%}}@media (max-width:768px){header{padding:15px 20px}.menu-icon{display:flex}.main-nav{background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.1);left:0;padding:20px;position:fixed;top:80px;transform:translateY(-150%);transition:transform .3s ease;width:100%}.main-nav.open{transform:translateY(0)}.main-nav ul{align-items:center;flex-direction:column;gap:20px}.bar.open:first-child{transform:translateY(9px) rotate(45deg)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:translateY(-9px) rotate(-45deg)}section{padding:60px 20px}h2{font-size:2rem}.benefits-container{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:30px}}@media (max-width:480px){.hero-content h2{font-size:2.2rem}.phone-mockup{height:500px;width:250px}.download-button{padding:12px 20px}.button-icon{font-size:1.5rem}}";
styleInject(css_248z,{"insertAt":"top"});
function PicsArtModLanding(_ref) {
var _ref$domain = _ref.domain,
domain = _ref$domain === void 0 ? "w2.picsartmod.me" : _ref$domain,
_ref$onDownload = _ref.onDownload,
onDownload = _ref$onDownload === void 0 ? function () {
return console.log("Download clicked");
} : _ref$onDownload,
_ref$customFeatures = _ref.customFeatures,
customFeatures = _ref$customFeatures === void 0 ? null : _ref$customFeatures,
_ref$customBenefits = _ref.customBenefits,
customBenefits = _ref$customBenefits === void 0 ? null : _ref$customBenefits,
_ref$customFaq = _ref.customFaq,
customFaq = _ref$customFaq === void 0 ? null : _ref$customFaq;
var _useState = useState(false),
_useState2 = _slicedToArray(_useState, 2),
isMenuOpen = _useState2[0],
setIsMenuOpen = _useState2[1];
var _useState3 = useState(0),
_useState4 = _slicedToArray(_useState3, 2),
activeFeature = _useState4[0],
setActiveFeature = _useState4[1];
var defaultFeatures = [{
title: "AI Image Generator",
description: "Create stunning artwork with our advanced AI algorithms. Transform simple sketches into masterpieces with just one click.",
icon: "🎨"
}, {
title: "Premium Templates",
description: "Access thousands of premium templates for all your design needs. All templates unlocked in the MOD APK version.",
icon: "✨"
}, {
title: "Advanced Photo Editor",
description: "Professional-grade editing tools at your fingertips. Remove backgrounds, adjust lighting, and apply filters with precision.",
icon: "📷"
}, {
title: "Sticker Maker",
description: "Create custom stickers for your social media posts. All premium sticker packs unlocked and ready to use.",
icon: "🏷️"
}];
var defaultBenefits = [{
title: "All Premium Features",
description: "Access every premium feature without any subscription fees or restrictions.",
icon: "💯"
}, {
title: "AI Tools Unlocked",
description: "Use cutting-edge AI technology to enhance your photos and create digital art.",
icon: "🤖"
}, {
title: "Ad-Free Experience",
description: "Enjoy a completely ad-free experience for distraction-free creativity.",
icon: "🚫"
}, {
title: "Regular Updates",
description: "Get the latest features as they're released with our frequent updates.",
icon: "🔄"
}];
var defaultFaq = [{
question: "Is PicsArt MOD APK safe to use?",
answer: "Yes, our MOD APK is scanned for malware and viruses. We ensure it's safe for installation on your devices."
}, {
question: "Do I need to root my device?",
answer: "No, PicsArt MOD APK works on both rooted and non-rooted devices without any additional configuration."
}, {
question: "Will I get banned for using the MOD version?",
answer: "Our MOD APK is designed to avoid detection. However, use at your own discretion as we cannot guarantee account safety."
}, {
question: "How often is the MOD APK updated?",
answer: "We update our MOD APK shortly after official app updates to ensure you have access to the latest features."
}];
var features = customFeatures || defaultFeatures;
var benefits = customBenefits || defaultBenefits;
var faq = customFaq || defaultFaq;
useEffect(function () {
var interval = setInterval(function () {
setActiveFeature(function (prev) {
return (prev + 1) % features.length;
});
}, 5000);
return function () {
return clearInterval(interval);
};
}, [features.length]);
return /*#__PURE__*/jsxs("div", {
className: "app-container",
children: [/*#__PURE__*/jsxs("header", {
children: [/*#__PURE__*/jsxs("div", {
className: "logo-container",
children: [/*#__PURE__*/jsxs("h1", {
children: ["PicsArt", /*#__PURE__*/jsx("span", {
className: "highlight",
children: "MOD"
})]
}), /*#__PURE__*/jsx("p", {
className: "domain",
children: domain
})]
}), /*#__PURE__*/jsxs("div", {
className: "menu-icon",
onClick: function onClick() {
return setIsMenuOpen(!isMenuOpen);
},
children: [/*#__PURE__*/jsx("div", {
className: "bar ".concat(isMenuOpen ? "open" : "")
}), /*#__PURE__*/jsx("div", {
className: "bar ".concat(isMenuOpen ? "open" : "")
}), /*#__PURE__*/jsx("div", {
className: "bar ".concat(isMenuOpen ? "open" : "")
})]
}), /*#__PURE__*/jsx("nav", {
className: "main-nav ".concat(isMenuOpen ? "open" : ""),
children: /*#__PURE__*/jsxs("ul", {
children: [/*#__PURE__*/jsx("li", {
children: /*#__PURE__*/jsx("a", {
href: "#features",
children: "Features"
})
}), /*#__PURE__*/jsx("li", {
children: /*#__PURE__*/jsx("a", {
href: "#download",
children: "Download"
})
}), /*#__PURE__*/jsx("li", {
children: /*#__PURE__*/jsx("a", {
href: "#faq",
children: "FAQ"
})
}), /*#__PURE__*/jsx("li", {
children: /*#__PURE__*/jsx("a", {
href: "#about",
children: "About"
})
})]
})
})]
}), /*#__PURE__*/jsxs("section", {
className: "hero",
children: [/*#__PURE__*/jsxs("div", {
className: "hero-content",
children: [/*#__PURE__*/jsx("h2", {
children: "Unleash Your Creativity with PicsArt MOD APK"
}), /*#__PURE__*/jsx("p", {
children: "All Premium Features & AI Tools Unlocked"
}), /*#__PURE__*/jsx("a", {
href: "#download",
className: "cta-button",
children: "Download Now"
})]
}), /*#__PURE__*/jsx("div", {
className: "hero-image",
children: /*#__PURE__*/jsx("div", {
className: "phone-mockup",
children: /*#__PURE__*/jsx("div", {
className: "phone-screen",
children: /*#__PURE__*/jsx("div", {
className: "screen-content",
children: /*#__PURE__*/jsxs("div", {
className: "app-interface",
children: [/*#__PURE__*/jsx("div", {
className: "app-header"
}), /*#__PURE__*/jsx("div", {
className: "app-tools"
}), /*#__PURE__*/jsx("div", {
className: "app-canvas"
})]
})
})
})
})
})]
}), /*#__PURE__*/jsxs("section", {
className: "ai-feature",
id: "features",
children: [/*#__PURE__*/jsx("h2", {
children: "Advanced AI Features Unlocked"
}), /*#__PURE__*/jsxs("div", {
className: "feature-showcase",
children: [/*#__PURE__*/jsx("div", {
className: "feature-list",
children: features.map(function (feature, index) {
return /*#__PURE__*/jsxs("div", {
className: "feature-item ".concat(activeFeature === index ? "active" : ""),
onClick: function onClick() {
return setActiveFeature(index);
},
children: [/*#__PURE__*/jsx("div", {
className: "feature-icon",
children: feature.icon
}), /*#__PURE__*/jsxs("div", {
className: "feature-text",
children: [/*#__PURE__*/jsx("h3", {
children: feature.title
}), /*#__PURE__*/jsx("p", {
children: feature.description
})]
})]
}, index);
})
}), /*#__PURE__*/jsx("div", {
className: "feature-preview",
children: /*#__PURE__*/jsxs("div", {
className: "preview-container",
children: [/*#__PURE__*/jsxs("div", {
className: "preview-header",
children: [/*#__PURE__*/jsx("div", {
className: "preview-dot"
}), /*#__PURE__*/jsx("div", {
className: "preview-dot"
}), /*#__PURE__*/jsx("div", {
className: "preview-dot"
})]
}), /*#__PURE__*/jsxs("div", {
className: "preview-content",
children: [/*#__PURE__*/jsx("h3", {
children: features[activeFeature].title
}), /*#__PURE__*/jsx("div", {
className: "preview-image",
children: /*#__PURE__*/jsx("div", {
className: "feature-animation",
children: features[activeFeature].icon
})
})]
})]
})
})]
})]
}), /*#__PURE__*/jsxs("section", {
className: "premium-benefits",
children: [/*#__PURE__*/jsx("h2", {
children: "What's Included in the MOD APK?"
}), /*#__PURE__*/jsx("div", {
className: "benefits-container",
children: benefits.map(function (benefit, index) {
return /*#__PURE__*/jsxs("div", {
className: "benefit-card",
children: [/*#__PURE__*/jsx("div", {
className: "benefit-icon",
children: benefit.icon
}), /*#__PURE__*/jsx("h3", {
children: benefit.title
}), /*#__PURE__*/jsx("p", {
children: benefit.description
})]
}, index);
})
})]
}), /*#__PURE__*/jsxs("section", {
className: "download-section",
id: "download",
children: [/*#__PURE__*/jsx("h2", {
children: "Download PicsArt MOD APK"
}), /*#__PURE__*/jsx("p", {
children: "Latest Version: 22.3.5 | Updated: April 2025"
}), /*#__PURE__*/jsx("div", {
className: "download-options",
children: /*#__PURE__*/jsxs("a", {
href: "#",
className: "download-button",
onClick: function onClick(e) {
e.preventDefault();
onDownload();
},
children: [/*#__PURE__*/jsx("span", {
className: "button-icon",
children: "\uD83D\uDCF1"
}), /*#__PURE__*/jsxs("span", {
className: "button-text",
children: [/*#__PURE__*/jsx("span", {
children: "Download for Android"
}), /*#__PURE__*/jsx("span", {
className: "file-size",
children: "85 MB"
})]
})]
})
}), /*#__PURE__*/jsxs("div", {
className: "download-steps",
children: [/*#__PURE__*/jsx("h3", {
children: "Installation Guide:"
}), /*#__PURE__*/jsxs("ol", {
children: [/*#__PURE__*/jsx("li", {
children: "Download the APK file from the button above"
}), /*#__PURE__*/jsx("li", {
children: "Enable \"Install from Unknown Sources\" in your device settings"
}), /*#__PURE__*/jsx("li", {
children: "Open the APK file and tap \"Install\""
}), /*#__PURE__*/jsx("li", {
children: "Launch the app and enjoy all premium features"
})]
})]
})]
}), /*#__PURE__*/jsxs("section", {
className: "faq-section",
id: "faq",
children: [/*#__PURE__*/jsx("h2", {
children: "Frequently Asked Questions"
}), /*#__PURE__*/jsx("div", {
className: "faq-container",
children: faq.map(function (item, index) {
return /*#__PURE__*/jsxs("div", {
className: "faq-item",
children: [/*#__PURE__*/jsx("h3", {
children: item.question
}), /*#__PURE__*/jsx("p", {
children: item.answer
})]
}, index);
})
})]
}), /*#__PURE__*/jsxs("section", {
className: "about-section",
id: "about",
children: [/*#__PURE__*/jsx("h2", {
children: "About PicsArt MOD"
}), /*#__PURE__*/jsx("p", {
children: "We provide modified versions of popular apps to give users access to premium features without the cost. Our team works diligently to ensure the highest quality MODs with regular updates and security checks."
}), /*#__PURE__*/jsxs("div", {
className: "disclaimer",
children: [/*#__PURE__*/jsx("h3", {
children: "Disclaimer"
}), /*#__PURE__*/jsx("p", {
children: "This modified application is provided for educational purposes only. We are not affiliated with the original PicsArt application. Users should consider purchasing the official app to support the developers."
})]
})]
}), /*#__PURE__*/jsxs("footer", {
children: [/*#__PURE__*/jsxs("div", {
className: "footer-content",
children: [/*#__PURE__*/jsxs("div", {
className: "footer-logo",
children: [/*#__PURE__*/jsxs("h2", {
children: ["PicsArt", /*#__PURE__*/jsx("span", {
className: "highlight",
children: "MOD"
})]
}), /*#__PURE__*/jsx("p", {
children: "Unleash your creativity"
})]
}), /*#__PURE__*/jsxs("div", {
className: "footer-links",
children: [/*#__PURE__*/jsx("h3", {
children: "Quick Links"
}), /*#__PURE__*/jsxs("ul", {
children: [/*#__PURE__*/jsx("li", {
children: /*#__PURE__*/jsx("a", {
href: "#features",
children: "Features"
})
}), /*#__PURE__*/jsx("li", {
children: /*#__PURE__*/jsx("a", {
href: "#download",
children: "Download"
})
}), /*#__PURE__*/jsx("li", {
children: /*#__PURE__*/jsx("a", {
href: "#faq",
children: "FAQ"
})
}), /*#__PURE__*/jsx("li", {
children: /*#__PURE__*/jsx("a", {
href: "#about",
children: "About"
})
})]
})]
}), /*#__PURE__*/jsxs("div", {
className: "footer-contact",
children: [/*#__PURE__*/jsx("h3", {
children: "Contact"
}), /*#__PURE__*/jsxs("p", {
children: ["For support or inquiries: support@", domain]
})]
})]
}), /*#__PURE__*/jsx("div", {
className: "copyright",
children: /*#__PURE__*/jsxs("p", {
children: ["\xA9 2025 ", domain, " - All Rights Reserved"]
})
})]
})]
});
}
export { PicsArtModLanding as default };
//# sourceMappingURL=index.es.js.map