"use client"; import React from "react"; import Footer from "@/components/layouts/footer"; const PrivacyPolicy = () => { return (

Privacy Policy

Last Updated: December 30, 2025

1. Information We Collect

When you connect your Facebook or Instagram account to Social Buddy, we collect your basic profile information, media posts, and comments to provide our management services.

2. How We Use Your Information

We use the data to display your Instagram media library, allow you to reply to comments, and moderate your community through our dashboard.

3. Data Security

We implement industry-standard security measures to protect your access tokens and personal data.

4. Your Choices

You can disconnect your social accounts at any time through the "Connect" page, which will immediately revoke our access to your data.

); }; export default PrivacyPolicy;