diff --git a/web/app/[locale]/page.tsx b/web/app/[locale]/page.tsx index e5d36f0..dc40a36 100644 --- a/web/app/[locale]/page.tsx +++ b/web/app/[locale]/page.tsx @@ -8,7 +8,6 @@ import { getTranslation } from "../../utils/translationHelper"; import { StrapiBaseType } from "../../utils/models"; import PageContinue from "./PageContinue"; import React from 'react' -import { ShaderGradientCanvas, ShaderGradient } from '@shadergradient/react' export const dynamic = "force-dynamic"; type FrontPageFields = StrapiBaseType<{ bodyText: string; diff --git a/web/components/BackgroundCanvas.tsx b/web/components/BackgroundCanvas.tsx index 940a3eb..80d8498 100644 --- a/web/components/BackgroundCanvas.tsx +++ b/web/components/BackgroundCanvas.tsx @@ -6,18 +6,22 @@ import {Suspense} from "react"; const BackGroundCanvas = () => { return ( - - - + +
event.stopPropagation()}> + + + +
); };