diff --git a/app/contacts/page.tsx b/app/contacts/page.tsx
index 0aae46a1..54aae814 100644
--- a/app/contacts/page.tsx
+++ b/app/contacts/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,19 +13,16 @@ export default async function Page() {
return (
-
diff --git a/app/diary/page.tsx b/app/diary/page.tsx
index 9a9f3218..b65e907b 100644
--- a/app/diary/page.tsx
+++ b/app/diary/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,19 +13,16 @@ export default async function Page() {
return (
-
diff --git a/app/drive/page.tsx b/app/drive/page.tsx
index f0c7877f..841e5459 100644
--- a/app/drive/page.tsx
+++ b/app/drive/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,19 +13,16 @@ export default async function Page() {
return (
-