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." } }]} />
- +
)