From 1c5ec1a2715c441bf82c88c86e8572f0cd05b9a4 Mon Sep 17 00:00:00 2001 From: Unchained Date: Tue, 31 Mar 2026 13:22:45 +0200 Subject: [PATCH] fix: remove framer-motion from HeroVideo for instant content visibility --- src/app/[locale]/layout.tsx | 4 +- src/app/globals.css | 19 ++++++++ src/components/home/HeroVideo.tsx | 73 ++++++++++++------------------- 3 files changed, 48 insertions(+), 48 deletions(-) diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index 164197c..fdd8c66 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -54,8 +54,8 @@ export default async function LocaleLayout({ clientId={process.env.NEXT_PUBLIC_OPENPANEL_CLIENT_ID || ""} trackScreenViews={true} trackOutgoingLinks={true} - apiUrl="https://op.nodecrew.me/api" - scriptUrl="https://op.nodecrew.me/op1.js" + apiUrl="/api/op" + scriptUrl="/api/op1" />