diff --git a/app/[lang]/(live-current)/layout.tsx b/app/[lang]/(live-current)/layout.tsx
index 2eba00169..11fd404e3 100644
--- a/app/[lang]/(live-current)/layout.tsx
+++ b/app/[lang]/(live-current)/layout.tsx
@@ -8,7 +8,7 @@ import SkipToMainContent from "@/components/SkipToMainContent"
import type { Metadata } from "next"
import type { LangParams, LayoutArgs } from "@/types/params"
-import VwoScript from "@/components/Current/VwoScript"
+import VwoScript from "@/components/Current/NewVWOScript"
export const fetchCache = "default-no-store"
diff --git a/components/Current/NewVWOScript.tsx b/components/Current/NewVWOScript.tsx
new file mode 100644
index 000000000..e489cc630
--- /dev/null
+++ b/components/Current/NewVWOScript.tsx
@@ -0,0 +1,317 @@
+import Script from "next/script"
+
+export default function VWOScript() {
+ return (
+ <>
+ {/* */}
+
+
+ {/* */}
+ >
+ )
+}