From 13fdf7471d647914b36ecc3ce7b9b0481b5b2bb0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:22:47 +0000 Subject: [PATCH] Update src/app/legal/privacy/page.tsx --- src/app/legal/privacy/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/legal/privacy/page.tsx b/src/app/legal/privacy/page.tsx index bbe2232..f6f4547 100644 --- a/src/app/legal/privacy/page.tsx +++ b/src/app/legal/privacy/page.tsx @@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function PrivacyPolicyPage() { return ( - +
@@ -18,7 +18,11 @@ export default function PrivacyPolicyPage() { sections={[{ heading: "Data Collection", content: { type: "paragraph", text: "We collect minimal data necessary for order fulfillment and scientific communication. Your information is never sold to third parties." } }]} />
- +
)