Update src/app/privacy-policy/page.tsx
This commit is contained in:
@@ -27,35 +27,33 @@ export default function PrivacyPolicyPage() {
|
||||
{ name: "Deals", id: "/#deals" },
|
||||
{ name: "Locations", id: "/#locations" },
|
||||
{ name: "App", id: "/#app" },
|
||||
{ name: "Privacy Policy", id: "/privacy-policy" }
|
||||
{ name: "Privacy", id: "/privacy-policy" },
|
||||
]}
|
||||
brandName="FastBite"
|
||||
/>
|
||||
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Privacy Policy"
|
||||
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: "Data Collection", content: { type: "paragraph", 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: "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: "paragraph", text: "We use your data to process orders, improve our service, and communicate with you." }
|
||||
},
|
||||
{
|
||||
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: ["Right to access your data", "Right to delete your account", "Right to opt-out of marketing"] }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }] },
|
||||
{ title: "Brand", items: [{ label: "About Us", href: "/#about" }, { label: "Careers", href: "#" }] },
|
||||
]}
|
||||
columns={[]}
|
||||
bottomLeftText="© 2024 FastBite Brand."
|
||||
bottomRightText="Privacy Policy"
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user