From 103f51751c24af49c49b444b57746837a5b1fd98 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 06:49:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc41e44..c2cef33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,9 +123,21 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { 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: "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." }, + { + id: "f1", + title: "How does it work?", + content: "Our engine utilizes a multi-stage transformer-based architecture. It first segments the foreground using a deep semantic mask, followed by a refinement model that specifically handles hair and fine features. Finally, it applies a light-weight edge correction filter that intelligently blends the pixel boundary, achieving sub-pixel accuracy that retains translucency." + }, + { + id: "f2", + title: "What formats?", + content: "We support high-fidelity exports including PNG with transparency, TIFF, and WebP, alongside batch processing capabilities that maintain metadata and color profiles during conversion." + }, + { + id: "f3", + title: "API support?", + content: "Our production-ready REST API provides async processing, multi-image batch job management, and customizable background replacement parameters. Developers can utilize native SDKs, JWT authentication, and automated error handling, ensuring seamless integration into large-scale cloud workflows." + }, ]} title="Common Questions" description="Everything you need to know about our AI editing." -- 2.49.1