diff --git a/src/app/page.tsx b/src/app/page.tsx index 79f63de..bc41e44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,9 +123,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "f1", title: "How does it work?", content: "Our AI segments subjects with extreme precision." }, + { id: "f1", title: "How does it work?", content: "Our proprietary neural networks perform multi-pass segmentation, identifying subject boundaries in pixel-perfect detail, including semi-transparent textures like glass or hair, and automatically generating a refined alpha matte for seamless compositing." }, { id: "f2", title: "What formats?", content: "We support all standard web formats." }, - { id: "f3", title: "API support?", content: "Yes, we provide full API integration." }, + { id: "f3", title: "API support?", content: "We offer a robust RESTful API with low-latency endpoints, comprehensive webhooks for status updates, and language-specific SDKs to integrate background removal directly into your existing production pipelines." }, ]} title="Common Questions" description="Everything you need to know about our AI editing."