diff --git a/apps/public/components/sections/features.tsx b/apps/public/components/sections/features.tsx index 48e9e1f4..1c62234f 100644 --- a/apps/public/components/sections/features.tsx +++ b/apps/public/components/sections/features.tsx @@ -155,7 +155,8 @@ export function Features() { icon={} title="Own your own data" content={[ - 'Own your data, no vendor lock-in. Export your all your data or delete it any time', + 'Own your data, no vendor lock-in. Export all your data with our export API.', + 'Self-host it on your own infrastructure to have complete control.', ]} /> diff --git a/apps/public/content/articles/introduction-to-openpanel.mdx b/apps/public/content/articles/introduction-to-openpanel.mdx index 6813e82d..301eb295 100644 --- a/apps/public/content/articles/introduction-to-openpanel.mdx +++ b/apps/public/content/articles/introduction-to-openpanel.mdx @@ -10,7 +10,7 @@ Welcome to OpenPanel, the open-source analytics platform designed to be a robust ## Why Open Source? -At OpenPanel, we are committed to the principles of open-source software. By making our code publicly available, we invite a community of developers and users to contribute to and enhance our platform. This collaborative approach not only fosters innovation but also ensures transparency in how data is managed and processed—a crucial consideration in today's data-driven world. You can explore our code and contribute on [GitHub](https://github.com/openpanel/openpanel). +At OpenPanel, we are committed to the principles of open-source software. By making our code publicly available, we invite a community of developers and users to contribute to and enhance our platform. This collaborative approach not only fosters innovation but also ensures transparency in how data is managed and processed—a crucial consideration in today's data-driven world. You can explore our code and contribute on [GitHub](https://git.new/openpanel). ## Why Choose OpenPanel?