diff --git a/apps/web/app/s/[surveyId]/components/LinkSurveyWrapper.tsx b/apps/web/app/s/[surveyId]/components/LinkSurveyWrapper.tsx
index be4b00496b..b734fb6b6b 100644
--- a/apps/web/app/s/[surveyId]/components/LinkSurveyWrapper.tsx
+++ b/apps/web/app/s/[surveyId]/components/LinkSurveyWrapper.tsx
@@ -1,4 +1,5 @@
import { LegalFooter } from "@/app/s/[surveyId]/components/LegalFooter";
+import { SurveyLoadingAnimation } from "@/app/s/[surveyId]/components/SurveyLoadingAnimation";
import React from "react";
import { cn } from "@formbricks/lib/cn";
import { TProduct, TProductStyling } from "@formbricks/types/product";
@@ -44,12 +45,14 @@ export const LinkSurveyWrapper = ({
styling.cardArrangement?.linkSurveys === "straight" && "pt-6",
styling.cardArrangement?.linkSurveys === "casual" && "px-6 py-10"
)}>
+