6 Commits

Author SHA1 Message Date
a6da17c7c1 Merge version_3 into main
Merge version_3 into main
2026-04-24 06:50:01 +00:00
103f51751c Update src/app/page.tsx 2026-04-24 06:49:58 +00:00
0a3276595f Merge version_2 into main
Merge version_2 into main
2026-04-24 06:46:34 +00:00
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,21 @@ 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: "f2", title: "What formats?", content: "We support all standard web formats." },
{ id: "f3", title: "API support?", content: "Yes, we provide full API integration." },
{
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."