/* Loops — FAQ + Final CTA + Footer */
const FAQS = [
{
q: "I've tried a lot of apps for ADHD, and they overwhelm me. How is Loops different?",
a: "Loops was made by people who coach others with ADHD, live with ADHD themselves, and know goal setting inside out. Everything they've learned about what really helps has gone into the app.\n\nLoops works in layers, each one there to help you succeed at what matters most, now and in the future.\n\nIt starts by breaking your goals into small, doable commitments, with every one moving you towards something bigger.\n\nOnce those are in place, staying accountable to people who matter keeps you going, through gentle encouragement rather than pressure. And because the ADHD brain responds well to rewards, you get frequent ones that actually mean something.\n\nThen there's the part that feels a little magical. An AI you can talk to that truly gets ADHD, and that's been trained to offer Loop ideas and support whenever you need them.",
},
{
q: "What are AI credits and what if I run out of credits?",
a: "AI uses credits to give you advice. The longer the conversations and the more context you have added to Loops, which includes previous chats, your Loops and Goals, the more credits you consume in computing power. We hope that you will have enough for what you need in your plan. If you run out and need more, you can top up. To save on credits, start new chats for new topics, and manage what AI is remembering about you — something that is available to you at all times.",
},
{
q: "Is there a free trial?",
a: "You can try Loops for 7 days for free.",
},
{
q: "Can I cancel any time?",
a: "Yes. Cancel any time, no questions, no friction. Annual plans cancelled in the first 30 days get a full refund.",
},
{
q: "Will my data be used to train AI?",
a: "No. Your conversations, journal entries, and personal data are never used to train AI models. They're used to coach you. You can see and delete what the AI is learning about you in your admin at any time. Total transparency, that's the whole architecture.",
},
{
q: "How does AI compare to human coaching?",
a: "Loops is not a replacement for professional therapy or the right human coach. Loops has been trained to understand ADHD and the ADHD mind, along with the best ways to pursue and achieve common goals set by users. That combination is going to be very useful for you. It has also been trained to know where the boundaries are and when you need to talk to someone.",
},
{
q: "Is there an Android version?",
a: "It's coming soon, promise.",
},
];
const FAQItem = ({ q, a, defaultOpen = false }) => {
// Use details/summary for accessible, JS-free accordion behaviour
return (
{q}
{a}
);
};
const FAQSection = () => (
FAQ
Questions, calmly answered.
Couldn't find what you needed? Contact us. A real person will reply.