Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-23 23:30:18 +00:00

View File

@@ -71,8 +71,8 @@ export default function LandingPage() {
description="From simple contact forms to complex multi-step workflows, our platform scales with your business needs."
textboxLayout="split"
features={[
{ id: "1", title: "Drag-and-Drop Builder", descriptions: ["Visually design beautiful forms."], imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-cyber-particles-design_1048-13025.jpg" },
{ id: "2", title: "Headless API", descriptions: ["Seamless backend endpoints."], imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-cyber-particles-design_1048-13025.jpg" }
{ id: "1", title: "Drag-and-Drop Builder", descriptions: ["Visually design beautiful forms."], imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-cyber-particles-design_1048-13025.jpg?_wi=1" },
{ id: "2", title: "Headless API", descriptions: ["Seamless backend endpoints."], imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-cyber-particles-design_1048-13025.jpg?_wi=2" }
]}
useInvertedBackground={true}
/>
@@ -85,8 +85,8 @@ export default function LandingPage() {
description="Need help debugging an API call or optimizing your form fields? Our integrated AI assistant is available 24/7."
textboxLayout="split"
features={[
{ id: "ai-1", title: "Field Suggestions", descriptions: ["Context-aware suggestions."], imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg" },
{ id: "ai-2", title: "Workflow Automation", descriptions: ["Automate data processing."], imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg" }
{ id: "ai-1", title: "Field Suggestions", descriptions: ["Context-aware suggestions."], imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg?_wi=1" },
{ id: "ai-2", title: "Workflow Automation", descriptions: ["Automate data processing."], imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg?_wi=2" }
]}
useInvertedBackground={false}
/>