Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/offscreencanvas": "^2019.7.3",
"aos": "^2.3.4",
"autoprefixer": "^10.0.2",
"axios": "^1.15.0",
"axios": "^1.15.2",
"browser-image-compression": "^2.0.2",
"bytes": "^3.1.0",
"clamscan": "^2.0.1",
Expand Down
6 changes: 0 additions & 6 deletions src/components/layout/footers/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,6 @@ export default function Footer({
<Link href="/metadata-remover" locale={lang} passHref className="items-center hover:text-primary">
{textContent.FooterSection.sections.tools.metadataRemover}
</Link>
<Link href="/ai-detector" locale={lang} passHref className="items-center hover:text-primary">
{textContent.FooterSection.sections.tools.aiDetector}
</Link>
<Link href="/file-compressor" locale={lang} passHref className="items-center hover:text-primary">
{textContent.FooterSection.sections.tools.fileCompressor}
</Link>
Expand Down Expand Up @@ -1689,9 +1686,6 @@ export default function Footer({
<Link href="/metadata-remover" locale={lang} passHref legacyBehavior>
{textContent.FooterSection.sections.tools.metadataRemover}
</Link>
<Link href="/ai-detector" locale={lang} passHref>
{textContent.FooterSection.sections.tools.aiDetector}
</Link>
<Link href="/pricing" locale={lang} passHref className="hover:text-primary">
{textContent.FooterSection.sections.products.pricing}
</Link>
Expand Down
4 changes: 3 additions & 1 deletion src/hooks/useSpecialOfferConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,15 @@ export const ALLOWED_PATHS = [
'marcocreativo',
'alexziskind',
'cocadmin',
'einfach',
];
export const ALTERNATE_RECOMENDATED_PLAN_PATHS = new Set<string>([]);
export const DARK_MODE_PATHS = new Set<string>(['oscar', 'rimembah', 'believemy', 'ghareeb']);
export const ALTERNATIVE_IMAGES_PATHS = new Set<string>(['baity']);
export const ONLY_ULTIMATE_PLANS_PATHS = new Set<string>(['ultimate']);
export const ULTIMATE_PREMIUM_PLANS_PATHS = new Set<string>([]);
export const ANNUAL_PLANS_PATHS = new Set<string>(['annual', 'ultimate']);
export const LIFETIME_PLANS_PATHS = new Set<string>(['lifetime']);
export const LIFETIME_PLANS_PATHS = new Set<string>(['lifetime', 'einfach']);

export const COUPON_CODES = {
baity: PromoCodeName.BaityBait,
Expand Down Expand Up @@ -135,6 +136,7 @@ export const COUPON_CODES = {
marcocreativo: PromoCodeName.marcocreativo,
alexziskind: PromoCodeName.alexziskind,
cocadmin: PromoCodeName.cocadmin,
einfach: PromoCodeName.einfach,
};

interface OfferConfig {
Expand Down
1 change: 1 addition & 0 deletions src/lib/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ export enum PromoCodeName {
marcocreativo = 'MARCOCREATIVO',
alexziskind = 'ALEXZISKIND',
cocadmin = 'COCADMIN',
einfach = 'EINFACH',
}

export interface PromoCodeProps {
Expand Down
166 changes: 0 additions & 166 deletions src/pages/ai-detector.tsx

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3097,10 +3097,10 @@ axe-core@=4.7.0:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf"
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==

axios@^1.12.2, axios@^1.15.0, axios@^1.6.0:
version "1.15.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f"
integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==
axios@^1.12.2, axios@^1.15.2, axios@^1.6.0:
version "1.15.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b"
integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==
dependencies:
follow-redirects "^1.15.11"
form-data "^4.0.5"
Expand Down
Loading