From d8beb91af573cd345b4c887acfcf148883b1f9d1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 06:46:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." -- 2.49.1