diff --git a/.changeset/tall-suns-applaud.md b/.changeset/tall-suns-applaud.md
new file mode 100644
index 0000000000..6406e23ce1
--- /dev/null
+++ b/.changeset/tall-suns-applaud.md
@@ -0,0 +1,5 @@
+---
+'website-new': patch
+---
+
+updating deprecation status for nextjs
diff --git a/apps/website-new/docs/en/guide/framework/nextjs.mdx b/apps/website-new/docs/en/guide/framework/nextjs.mdx
index 352ec9f27d..20abc7fddd 100644
--- a/apps/website-new/docs/en/guide/framework/nextjs.mdx
+++ b/apps/website-new/docs/en/guide/framework/nextjs.mdx
@@ -1,11 +1,11 @@
import { Badge } from '@theme';
-
+
# Next.js
-:::danger Project Deprecation
-Support for Next.js is ending [read more](https://github.com/module-federation/core/issues/3153)
+:::info Project Updates
+Support for Next.js 15 is current marked as work in progress
:::
This plugin enables Module Federation on Next.js
diff --git a/apps/website-new/docs/en/practice/frameworks/next/index.mdx b/apps/website-new/docs/en/practice/frameworks/next/index.mdx
index 3284a74915..3f50bfcdc4 100644
--- a/apps/website-new/docs/en/practice/frameworks/next/index.mdx
+++ b/apps/website-new/docs/en/practice/frameworks/next/index.mdx
@@ -6,8 +6,8 @@ title: "Basic Example"
import {Steps, Tabs, Tab, Badge, SourceCode} from '@theme';
-:::danger Project Deprecation
-Support for Next.js is ending [read more](https://github.com/module-federation/core/issues/3153)
+:::info Project Updates
+Support for Next.js 15 is current marked as work in progress
:::