From 557afc32061abd30311e794a3874efa2e25442ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 08:24:13 +0000 Subject: [PATCH 1/3] build(deps): bump axios from 1.15.0 to 1.15.2 Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.15.0...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cdd060e62..ba34b1ad9 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 0f39d2d53..943b05a0d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" From 5d9e83b4fb2f7ee9e8d039988cffd429f1d088a5 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Mon, 11 May 2026 08:02:11 +0200 Subject: [PATCH 2/3] remove ai-detector --- src/components/layout/footers/Footer.tsx | 6 - src/pages/ai-detector.tsx | 166 ----------------------- 2 files changed, 172 deletions(-) delete mode 100644 src/pages/ai-detector.tsx diff --git a/src/components/layout/footers/Footer.tsx b/src/components/layout/footers/Footer.tsx index 2adfc7d86..82df3ccab 100644 --- a/src/components/layout/footers/Footer.tsx +++ b/src/components/layout/footers/Footer.tsx @@ -689,9 +689,6 @@ export default function Footer({ {textContent.FooterSection.sections.tools.metadataRemover} - - {textContent.FooterSection.sections.tools.aiDetector} - {textContent.FooterSection.sections.tools.fileCompressor} @@ -1689,9 +1686,6 @@ export default function Footer({ {textContent.FooterSection.sections.tools.metadataRemover} - - {textContent.FooterSection.sections.tools.aiDetector} - {textContent.FooterSection.sections.products.pricing} diff --git a/src/pages/ai-detector.tsx b/src/pages/ai-detector.tsx deleted file mode 100644 index 9fe0eb403..000000000 --- a/src/pages/ai-detector.tsx +++ /dev/null @@ -1,166 +0,0 @@ -import Script from 'next/script'; - -import Footer from '@/components/layout/footers/Footer'; -import Navbar from '@/components/layout/navbars/Navbar'; -import Layout from '@/components/layout/Layout'; -import HeroSection from '@/components/ai-detector/HeroSection'; -import FeaturesSection from '@/components/ai-detector/FeaturesSection'; -import CtaSection from '@/components/shared/CtaSection'; -import FAQSection from '@/components/shared/sections/FaqSection'; -import { ToolsSection } from '@/components/shared/sections/ToolsSection'; -import TryInternxtBanner from '@/components/banners/TryInternxtBanner'; - -import { sm_faq, sm_breadcrumb } from '@/components/utils/schema-markup-generator'; -import { - Files, - Fingerprint, - FileLock, - LockKey, - Student, - Briefcase, - MicrophoneStage, - Pen, - FileMagnifyingGlass, -} from '@phosphor-icons/react'; -import { getImage } from '@/lib/getImage'; -import { ShieldStar } from '@phosphor-icons/react'; -import FeaturesSliderImg from '@/components/ai-detector/FeatureSliderImg'; -import FeaturesSlider from '@/components/shared/FeaturesSlider'; - - -const AIDetector = ({ - metatagsDescriptions, - langJson, - toolsContent, - navbarLang, - footerLang, - lang, - bannerLang, -}): JSX.Element => { - const metatags = metatagsDescriptions.filter((desc) => desc.id === 'zerogpt-ai-checker'); - const CTA_URL = `/pricing`; - const cardInfo = [ - { - icon: FileMagnifyingGlass, - title: langJson.FeaturesSlider.info[0].title, - description: langJson.FeaturesSlider.info[0].description, - }, - { - icon: LockKey, - title: langJson.FeaturesSlider.info[1].title, - description: langJson.FeaturesSlider.info[1].description, - }, - { - icon: ShieldStar, - title: langJson.FeaturesSlider.info[2].title, - description: langJson.FeaturesSlider.info[2].description, - }, - { - icon: Files, - title: langJson.FeaturesSlider.info[3].title, - description: langJson.FeaturesSlider.info[3].description, - }, - { - icon: Fingerprint, - title: langJson.FeaturesSlider.info[4].title, - description: langJson.FeaturesSlider.info[4].description, - }, - { - icon: FileLock, - title: langJson.FeaturesSlider.info[5].title, - description: langJson.FeaturesSlider.info[5].description, - }, - ]; - const cardInfoImg = [ - { - icon: Student, - ...langJson.FeaturesSliderImg.info[0], - image: getImage('/images/AI_detector/students.webp'), - }, - { - icon: Briefcase, - ...langJson.FeaturesSliderImg.info[1], - image: getImage('/images/AI_detector/educators.webp'), - }, - { - icon: MicrophoneStage, - ...langJson.FeaturesSliderImg.info[2], - image: getImage('/images/AI_detector/journalists.webp'), - }, - { - icon: Pen, - ...langJson.FeaturesSliderImg.info[3], - image: getImage('/images/AI_detector/bloggers.webp'), - }, - ]; - return ( - <> - - - - - - - - - - - - - {langJson.CtaSection.description}

} - /> - - - - - - - - {langJson.CtaSection2.description}

} - /> - - - -