Update src/app/privacy/page.tsx
This commit is contained in:
@@ -26,35 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
href: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "Categories",
|
||||
id: "categories",
|
||||
href: "/categories",
|
||||
},
|
||||
name: "Categories", id: "/categories"},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "offers",
|
||||
href: "#offers",
|
||||
},
|
||||
name: "Offers", id: "#offers"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="CaseBuddy"
|
||||
bottomLeftText="Upgrade Your Style"
|
||||
@@ -69,100 +51,59 @@ export default function LandingPage() {
|
||||
subtitle="Last Updated: October 26, 2024"
|
||||
sections={[
|
||||
{
|
||||
heading: "1. Introduction",
|
||||
content: [
|
||||
heading: "1. Introduction", content: [
|
||||
{
|
||||
type: "paragraph",
|
||||
text: "Welcome to CaseBuddy! This Privacy Policy describes how CaseBuddy collects, uses, and shares your personal information when you visit or make a purchase from our website (the 'Site').",
|
||||
type: "paragraph", text: "Welcome to CaseBuddy! This Privacy Policy describes how CaseBuddy collects, uses, and shares your personal information when you visit or make a purchase from our website (the 'Site')."},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "2. Information We Collect", content: [
|
||||
{
|
||||
type: "paragraph", text: "We collect information you provide directly to us, such as when you create an account, place an order, sign up for our newsletter, or contact customer support. This may include:"},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Name, email address, postal address, phone number.", "Payment information (processed securely by third-party payment processors).", "Order details and purchase history."],
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "We also collect some information automatically when you visit the Site, such as your IP address, browser type, operating system, referring URLs, and how you interact with our Site."},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "3. How We Use Your Information", content: [
|
||||
{
|
||||
type: "paragraph", text: "We use the information we collect to:"},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Process and fulfill your orders.", "Communicate with you about your orders, products, services, and promotions.", "Provide customer support and respond to your inquiries.", "Improve our website, products, and services.", "Send marketing and promotional communications (if you have opted in).", "Prevent fraud and ensure the security of our Site."],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "2. Information We Collect",
|
||||
content: [
|
||||
heading: "4. Sharing Your Information", content: [
|
||||
{
|
||||
type: "paragraph",
|
||||
text: "We collect information you provide directly to us, such as when you create an account, place an order, sign up for our newsletter, or contact customer support. This may include:",
|
||||
type: "paragraph", text: "We may share your information with third parties for the following purposes:"},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Service Providers: To help us operate our business (e.g., payment processing, shipping, marketing, data analysis).", "Legal Compliance: When required by law or to protect our rights and property.", "Business Transfers: In connection with a merger, acquisition, or sale of assets."],
|
||||
},
|
||||
{
|
||||
type: "list",
|
||||
items: [
|
||||
"Name, email address, postal address, phone number.",
|
||||
"Payment information (processed securely by third-party payment processors).",
|
||||
"Order details and purchase history.",
|
||||
],
|
||||
},
|
||||
type: "paragraph", text: "We do not sell your personal information to third parties."},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "5. Your Choices", content: [
|
||||
{
|
||||
type: "paragraph",
|
||||
text: "We also collect some information automatically when you visit the Site, such as your IP address, browser type, operating system, referring URLs, and how you interact with our Site.",
|
||||
type: "paragraph", text: "You have certain rights regarding your personal information, including:"},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Access: You can request access to the personal data we hold about you.", "Correction: You can request correction of inaccurate or incomplete data.", "Opt-out: You can opt-out of receiving marketing communications at any time."],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "3. How We Use Your Information",
|
||||
content: [
|
||||
heading: "6. Contact Us", content: [
|
||||
{
|
||||
type: "paragraph",
|
||||
text: "We use the information we collect to:",
|
||||
},
|
||||
{
|
||||
type: "list",
|
||||
items: [
|
||||
"Process and fulfill your orders.",
|
||||
"Communicate with you about your orders, products, services, and promotions.",
|
||||
"Provide customer support and respond to your inquiries.",
|
||||
"Improve our website, products, and services.",
|
||||
"Send marketing and promotional communications (if you have opted in).",
|
||||
"Prevent fraud and ensure the security of our Site.",
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "4. Sharing Your Information",
|
||||
content: [
|
||||
{
|
||||
type: "paragraph",
|
||||
text: "We may share your information with third parties for the following purposes:",
|
||||
},
|
||||
{
|
||||
type: "list",
|
||||
items: [
|
||||
"Service Providers: To help us operate our business (e.g., payment processing, shipping, marketing, data analysis).",
|
||||
"Legal Compliance: When required by law or to protect our rights and property.",
|
||||
"Business Transfers: In connection with a merger, acquisition, or sale of assets.",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "paragraph",
|
||||
text: "We do not sell your personal information to third parties.",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "5. Your Choices",
|
||||
content: [
|
||||
{
|
||||
type: "paragraph",
|
||||
text: "You have certain rights regarding your personal information, including:",
|
||||
},
|
||||
{
|
||||
type: "list",
|
||||
items: [
|
||||
"Access: You can request access to the personal data we hold about you.",
|
||||
"Correction: You can request correction of inaccurate or incomplete data.",
|
||||
"Opt-out: You can opt-out of receiving marketing communications at any time.",
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "6. Contact Us",
|
||||
content: [
|
||||
{
|
||||
type: "paragraph",
|
||||
text: "If you have any questions or concerns about this Privacy Policy or our data practices, please contact us at support@casebuddy.com or visit our Contact Us page.",
|
||||
},
|
||||
type: "paragraph", text: "If you have any questions or concerns about this Privacy Policy or our data practices, please contact us at support@casebuddy.com or visit our Contact Us page."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -173,16 +114,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "cell-wave",
|
||||
}}
|
||||
variant: "cell-wave"}}
|
||||
tag="Your Privacy Matters"
|
||||
title="Questions About Our Policy?"
|
||||
description="If you have any concerns or require further clarification regarding our privacy practices, please contact us."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Privacy Team",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Privacy Team", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -191,83 +129,49 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "iPhone Cases",
|
||||
href: "/categories#iphone",
|
||||
},
|
||||
label: "iPhone Cases", href: "/categories#iphone"},
|
||||
{
|
||||
label: "Samsung Cases",
|
||||
href: "/categories#samsung",
|
||||
},
|
||||
label: "Samsung Cases", href: "/categories#samsung"},
|
||||
{
|
||||
label: "OnePlus Cases",
|
||||
href: "/categories#oneplus",
|
||||
},
|
||||
label: "OnePlus Cases", href: "/categories#oneplus"},
|
||||
{
|
||||
label: "All Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "All Products", href: "/products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Order Tracking",
|
||||
href: "/order-tracking",
|
||||
},
|
||||
label: "Order Tracking", href: "/order-tracking"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Returns & Refunds",
|
||||
href: "/returns",
|
||||
},
|
||||
label: "Returns & Refunds", href: "/returns"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/casebuddy",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/casebuddy"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/casebuddy",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/casebuddy"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/casebuddy",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com/casebuddy"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user