Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-04-28 03:29:11 +00:00

View File

@@ -37,13 +37,13 @@ export default function PrivacyPolicyPage() {
subtitle="Last updated: May 2024"
sections={[
{
heading: "Information We Collect", content: { 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: { 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: { 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>
);
}
}