From c8ff9c1e6375c564ea912910bc6f68eb7bc503d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:33:57 +0000 Subject: [PATCH] Update src/app/privacy-policy/page.tsx --- src/app/privacy-policy/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index ab56d1b..e2b45f1 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -37,13 +37,16 @@ export default function PrivacyPolicyPage() { subtitle="Last updated: May 2024" sections={[ { - heading: "Information We Collect", content: { type: "paragraph", text: "We collect information you provide directly to us, including your name, email address, phone number, and delivery address when you place an order." } + heading: "Information We Collect", + content: { type: "paragraph", text: "We collect information you provide directly to us, including your name, email address, phone number, and delivery address when you place an order." } }, { - heading: "How We Use Your Data", content: { type: "list", items: ["To process and deliver your orders", "To communicate about your order status", "To send you promotional offers and updates", "To improve our service and platform"] } + heading: "How We Use Your Data", + content: { type: "list", items: ["To process and deliver your orders", "To communicate about your order status", "To send you promotional offers and updates", "To improve our service and platform"] } }, { - heading: "Your Rights", content: { type: "numbered-list", items: ["The right to access your personal data", "The right to request correction of your data", "The right to request deletion of your data"] } + heading: "Your Rights", + content: { type: "list", items: ["The right to access your personal data", "The right to request correction of your data", "The right to request deletion of your data"] } } ]} /> @@ -58,4 +61,4 @@ export default function PrivacyPolicyPage() { ); -} +} \ No newline at end of file