diff --git a/app/calculation/page.tsx b/app/calculation/page.tsx
index 4cf9ffc1..5c2c2840 100644
--- a/app/calculation/page.tsx
+++ b/app/calculation/page.tsx
@@ -1,6 +1,7 @@
import { getServerSession } from "next-auth/next";
import { authOptions } from "@/app/api/auth/[...nextauth]/route";
import { redirect } from "next/navigation";
+import { ResponsiveIframe } from "@/app/components/responsive-iframe";
export default async function Page() {
const session = await getServerSession(authOptions);
@@ -12,14 +13,9 @@ export default async function Page() {
return (
-
diff --git a/app/crm/page.tsx b/app/crm/page.tsx
index e0e2ee82..49cbe24d 100644
--- a/app/crm/page.tsx
+++ b/app/crm/page.tsx
@@ -1,6 +1,7 @@
import { getServerSession } from "next-auth/next";
import { authOptions } from "@/app/api/auth/[...nextauth]/route";
import { redirect } from "next/navigation";
+import { ResponsiveIframe } from "@/app/components/responsive-iframe";
export default async function Page() {
const session = await getServerSession(authOptions);
@@ -11,12 +12,10 @@ export default async function Page() {
return (
-
-
diff --git a/app/flow/page.tsx b/app/flow/page.tsx
index f07d95e7..bc81211c 100644
--- a/app/flow/page.tsx
+++ b/app/flow/page.tsx
@@ -12,7 +12,7 @@ export default async function Page() {
return (
-
+
-
diff --git a/app/learn/page.tsx b/app/learn/page.tsx
index 27b87a65..0138503f 100644
--- a/app/learn/page.tsx
+++ b/app/learn/page.tsx
@@ -1,6 +1,7 @@
import { getServerSession } from "next-auth/next";
import { authOptions } from "@/app/api/auth/[...nextauth]/route";
import { redirect } from "next/navigation";
+import { ResponsiveIframe } from "@/app/components/responsive-iframe";
export default async function Page() {
const session = await getServerSession(authOptions);
@@ -12,14 +13,9 @@ export default async function Page() {
return (
-
diff --git a/app/parole/page.tsx b/app/parole/page.tsx
index 5ba8313d..95b44c3e 100644
--- a/app/parole/page.tsx
+++ b/app/parole/page.tsx
@@ -1,6 +1,7 @@
import { getServerSession } from "next-auth/next";
import { authOptions } from "@/app/api/auth/[...nextauth]/route";
import { redirect } from "next/navigation";
+import { ResponsiveIframe } from "@/app/components/responsive-iframe";
export default async function Page() {
const session = await getServerSession(authOptions);
@@ -12,14 +13,9 @@ export default async function Page() {
return (
-