3 Commits

Author SHA1 Message Date
d8beb91af5 Update src/app/page.tsx 2026-04-24 06:46:28 +00:00
d3a98b313f Merge version_1 into main
Merge version_1 into main
2026-04-24 06:43:26 +00:00
c934e0fe52 Merge version_1 into main
Merge version_1 into main
2026-04-24 06:43:02 +00:00

View File

@@ -123,9 +123,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ 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: "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" title="Common Questions"
description="Everything you need to know about our AI editing." description="Everything you need to know about our AI editing."