"use client"; import React from "react"; const TermsOfService = () => { return (

Terms of Use

Last Updated: December 30, 2025

1. Acceptance of Terms

By using Social Buddy, you agree to comply with these terms and all applicable Meta Developer Policies.

2. Use of Service

You must provide accurate information when connecting your social media accounts. You are responsible for all actions taken through your connected accounts.

3. Third-Party Services

Social Buddy integrates with Meta (Facebook/Instagram). Your use is also subject to Meta's Terms of Service and Privacy Policies.

4. Termination

We reserve the right to suspend or terminate your access if you violate these terms or any platform policies.

); }; export default TermsOfService;