Privacy policy 2

Privacy Policy - 2 renders a vertical list of privacy policy sections with headings and descriptions using Material-UI layout and styling.

All available props for the Privacy Policy - 2 component are defined and handled within Component usage path file. This allows for easy modifications to the content of the other section.

Component path: src/blocks/privacy-policy/privacy-policy2.tsx

Component usage path: src/app/blocks/privacy-policy/privacy-policy2/page.tsx

Preview link: https://www.saasable.io/blocks/privacy-policy/privacy-policy2

privacy-policy2.tsx

// @project
import { PrivacyPolicy2 } from '@/blocks/privacy-policy';

/***************************  BLOCK - PRIVACY POLICY 2  ***************************/

export default function BlockPrivacyPolicy2() {
  return <PrivacyPolicy2 />;
}

Last updated