Update src/app/privacy-policy/page.tsx
This commit is contained in:
@@ -43,7 +43,7 @@ export default function PrivacyPolicyPage() {
|
||||
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 +58,4 @@ export default function PrivacyPolicyPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user