Join Our Affiliate Program & Start Earning Today!

Privacy Sidebar

Privacy Sidebar

import React, { useState } from 'react'; export default function PrivacySection() { const [activeButton, setActiveButton] = useState('privacy-policy'); const buttons = [ { id: 'privacy-policy', title: 'Privacy Policy', items: [ 'Information you provide to us', 'How we disclose your information' ] }, { id: 'state-notices', title: 'US State Privacy Notices', items: [] }, { id: 'privacy-request', title: 'Make a Privacy Request', items: [] }, { id: 'privacy-choices', title: 'Your Privacy Choices', hasIcon: true, items: [] } ]; const getActiveContent = () => { const active = buttons.find(btn => btn.id === activeButton); if (active && active.items.length > 0) { return active.items; } return [active?.title || '']; }; return (
{/* Header */}

INCREDI BUILD

{/* Left Sidebar */}
{buttons.map((button) => (
{button.items.length > 0 && activeButton === button.id && (
{button.items.map((item, index) => (

{item}

))}
)}
))}
{/* Right Content Area */}
{getActiveContent().map((content, index) => (

{content}

))}
); }
Privacy Policy

Privacy Policy

Information you provide to us

How we disclose your information

How We Disclose Your Information

Data Retention Policy

We retain personal information for as long as necessary to fulfill the purposes described in this Privacy Policy, unless a longer retention period is required or permitted by law.

Type of Data Retention Period
Cookies and online data we collect while you use our website, including Online Identifiers, Internet Activity, General location data We delete or anonymize data concerning your use of our website within 15 years of collecting it.
Data we collect to process and ship orders (Name, Email, Address, Payment info, etc.) We keep this data for as long as necessary to fulfill your order and for 15 years after your last purchase. We may keep anonymized data beyond that.
Customer support and inquiries (Name, Email, Phone, Account data, etc.) We retain correspondence for up to 15 years to respond to questions or complaints. Data may remain in anonymized form afterward.
Promotional and marketing communications (Name, Email, Online Identifiers, etc.) We keep your data until you opt out or request deletion, and maintain anonymized opt-out records to prevent future messages.
Reviews, surveys, and feedback (Name, Email, Purchases) We retain for up to 15 years after your last contact. Anonymized feedback may be retained longer for quality improvement.
Privacy requests (Name, Email, Online Identifiers) We retain related records as long as necessary to meet legal obligations, for a minimum of 24 months.

US State Privacy Notices

This section describes rights and disclosures applicable under specific state privacy laws.

Privacy Sidebar

Privacy Sidebar

import React, { useState } from 'react'; export default function PrivacySection() { const [activeButton, setActiveButton] = useState('privacy-policy'); const buttons = [ { id: 'privacy-policy', title: 'Privacy Policy', items: [ 'Information you provide to us', 'How we disclose your information' ] }, { id: 'state-notices', title: 'US State Privacy Notices', items: [] }, { id: 'privacy-request', title: 'Make a Privacy Request', items: [] }, { id: 'privacy-choices', title: 'Your Privacy Choices', hasIcon: true, items: [] } ]; const getActiveContent = () => { const active = buttons.find(btn => btn.id === activeButton); if (active && active.items.length > 0) { return active.items; } return [active?.title || '']; }; return (
{/* Header */}

INCREDI BUILD

{/* Left Sidebar */}
{buttons.map((button) => (
{button.items.length > 0 && activeButton === button.id && (
{button.items.map((item, index) => (

{item}

))}
)}
))}
{/* Right Content Area */}
{getActiveContent().map((content, index) => (

{content}

))}
); }
Document
Information You Provide To Us

Your information section content goes here...

How We Disclose Your Information

Data Retention Policy

We retain personal information for as long as necessary to fulfill the purposes described in this Privacy Policy, unless a longer retention period is required or permitted by law.

Type of Data Retention Period
Cookies and online data we collect while you use our website, including Online Identifiers, Internet Activity, General location data We delete or anonymize data concerning your use of our website within 15 years of collecting it.
Data we collect to process and ship orders (Name, Email, Address, Payment info, etc.) We keep this data for as long as necessary to fulfill your order and for 15 years after your last purchase. We may keep anonymized data beyond that.
Customer support and inquiries (Name, Email, Phone, Account data, etc.) We retain correspondence for up to 15 years to respond to questions or complaints. Data may remain in anonymized form afterward.
Promotional and marketing communications (Name, Email, Online Identifiers, etc.) We keep your data until you opt out or request deletion, and maintain anonymized opt-out records to prevent future messages.
Reviews, surveys, and feedback (Name, Email, Purchases) We retain for up to 15 years after your last contact. Anonymized feedback may be retained longer for quality improvement.
Privacy requests (Name, Email, Online Identifiers) We retain related records as long as necessary to meet legal obligations, for a minimum of 24 months.
Privacy Policy

Information you provide to us

How we disclose your information

How We Disclose Your Information

Data Retention Policy

We retain personal information for as long as necessary to fulfill the purposes described in this Privacy Policy, unless a longer retention period is required or permitted by law.

Type of Data Retention Period
Cookies and online data we collect while you use our website, including Online Identifiers, Internet Activity, General location data We delete or anonymize data concerning your use of our website within 15 years of collecting it.
Data we collect to process and ship orders (Name, Email, Address, Payment info, etc.) We keep this data for as long as necessary to fulfill your order and for 15 years after your last purchase. We may keep anonymized data beyond that.
Customer support and inquiries (Name, Email, Phone, Account data, etc.) We retain correspondence for up to 15 years to respond to questions or complaints. Data may remain in anonymized form afterward.
Promotional and marketing communications (Name, Email, Online Identifiers, etc.) We keep your data until you opt out or request deletion, and maintain anonymized opt-out records to prevent future messages.
Reviews, surveys, and feedback (Name, Email, Purchases) We retain for up to 15 years after your last contact. Anonymized feedback may be retained longer for quality improvement.
Privacy requests (Name, Email, Online Identifiers) We retain related records as long as necessary to meet legal obligations, for a minimum of 24 months.

US State Privacy Notices

This section describes rights and disclosures applicable under specific state privacy laws.