Privacy policy 1

Privacy Policy - 1 displays a scrollspy privacy policy page with a sticky sidebar and section highlights using Material-UI.

All available props for the Privacy Policy - 1 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-policy1.tsx

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

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

privacy-policy1.tsx

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

/***************************  BLOCK - PRIVACY POLICY 1  ***************************/

export default function BlockPrivacyPolicy1() {
  return <PrivacyPolicy1 />;
}

Last updated