diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fc1665..4340936 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,6 +196,8 @@ export default function LandingPage() { faqs={[ { id: "1", title: "How does this connect to my Upwork account?", content: "We connect via Upwork's official OAuth. You authorize our app to access your proposals, invoices, and project data—nothing else. Your login details never leave Upwork. Setup takes 60 seconds."}, + { + id: "6", title: "Is my Upwork data secure?", content: "Yes. All data is encrypted end-to-end. We never store payment information or passwords. We're SOC 2 Type II compliant and GDPR certified. Your Upwork reputation is our priority."}, { id: "2", title: "Will Upwork know my proposals are AI-assisted?", content: "No. Our AI creates genuinely personalized proposals based on your style and past wins. Every proposal reads naturally and can be edited before sending. They're indistinguishable from manually written ones."}, { @@ -204,8 +206,6 @@ export default function LandingPage() { id: "4", title: "What if I have multiple Upwork profiles?", content: "Professional plans support 2 profiles, Agency plans support unlimited. Manage all profiles from one dashboard. Perfect for solopreneurs with multiple specialties or agencies with separate Upwork teams."}, { id: "5", title: "How accurate are the earnings projections?", content: "Our estimates are based on industry benchmarks and your profile data. If you save 30 hours/month and earn $75/hour, that's $2,250 in reclaimed capacity. Your actual results depend on how you reinvest that time."}, - { - id: "6", title: "Is my Upwork data secure?", content: "Yes. All data is encrypted end-to-end. We never store payment information or passwords. We're SOC 2 Type II compliant and GDPR certified. Your Upwork reputation is our priority."}, { id: "7", title: "Can I stop using it anytime?", content: "Yes. No contracts, no lock-in, no penalties. Cancel anytime from your dashboard. You keep access through your billing period. Your Upwork account remains unaffected."}, {