From dd2ac5ffda4803fbe02cc4ae6e7f2baf03e43cc2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 13:48:34 +0000 Subject: [PATCH] Switch to version 2: remove src/app/privacy-policy/page.tsx --- src/app/privacy-policy/page.tsx | 57 --------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 src/app/privacy-policy/page.tsx diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx deleted file mode 100644 index 39006cd..0000000 --- a/src/app/privacy-policy/page.tsx +++ /dev/null @@ -1,57 +0,0 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import LegalSection from '@/components/legal/LegalSection'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; - -export default function PrivacyPolicyPage() { - return ( - - - - - - - - ); -} \ No newline at end of file