From ccd89a1123f6094dc1c28f6bb2acf20d057f3387 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:38:23 +0000 Subject: [PATCH] Update src/app/privacy-policy/page.tsx --- src/app/privacy-policy/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index cc37c24..8153f48 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -37,13 +37,13 @@ export default function PrivacyPolicyPage() { title="Privacy Policy" sections={[ { - heading: "Data Collection", content: { type: "paragraph", text: "We collect information you provide directly to us when you make an order or contact support." } + heading: "Data Collection", content: { text: "We collect information you provide directly to us when you make an order or contact support." } }, { - heading: "How We Use Your Data", content: { type: "paragraph", text: "We use your data to process orders, improve our service, and communicate with you." } + heading: "How We Use Your Data", content: { text: "We use your data to process orders, improve our service, and communicate with you." } }, { - heading: "Your Rights", content: { type: "list", items: ["Right to access your data", "Right to delete your account", "Right to opt-out of marketing"] } + heading: "Your Rights", content: { items: ["Right to access your data", "Right to delete your account", "Right to opt-out of marketing"] } } ]} /> -- 2.49.1