79 lines
3.1 KiB
TypeScript
79 lines
3.1 KiB
TypeScript
export default {
|
|
hero: {
|
|
badge: 'GUI Agent in your webpage',
|
|
title_line1: 'An AI Operator',
|
|
title_line2: 'Living in Your Web Apps',
|
|
subtitle_emoji: '🪄 One line of CDN',
|
|
subtitle_main: ' adds intelligent GUI Agents to your website.',
|
|
subtitle_detail: 'Users give natural language commands, AI handles the rest.',
|
|
tab_try: '🚀 Try It Now',
|
|
tab_other: '🌐 Try on Other Sites',
|
|
input_placeholder: 'Describe what you want AI to do...',
|
|
execute_button: 'Run',
|
|
default_task: 'Navigate to docs, find data masking section, and summarize in markdown',
|
|
},
|
|
try_other: {
|
|
step1_title: 'Step 1:',
|
|
step1_content: 'Show your bookmarks bar',
|
|
step2_title: 'Step 2:',
|
|
step2_content: 'Drag this button to your bookmarks',
|
|
step3_title: 'Step 3:',
|
|
step3_content: 'Click the bookmark on any site to activate',
|
|
notice_title: '⚠️ Heads Up',
|
|
notice_items: {
|
|
item1: 'Demo only—link may expire without notice',
|
|
item2: 'This free demo uses DeepSeek API (see their terms and privacy policy)',
|
|
item3: 'Some sites block script injection (CSP policies)',
|
|
item4: 'Works on single-page apps only—reload required after navigation',
|
|
item5: 'Text-only understanding—no image recognition or drag-and-drop',
|
|
item6_prefix: 'Full limitations in',
|
|
item6_link: 'Docs',
|
|
},
|
|
},
|
|
benefits: {
|
|
no_backend: 'Zero Backend',
|
|
private_model: 'Your Own Models',
|
|
data_masking: 'Built-in Privacy',
|
|
open_source: 'MIT Open Source',
|
|
},
|
|
features: {
|
|
section_title: 'Why PageAgent',
|
|
dom_understanding: {
|
|
title: 'Smart DOM Analysis',
|
|
desc: 'Analyzes page structure without screenshots or vision models. Pure text understanding for fast, accurate automation.',
|
|
},
|
|
secure_integration: {
|
|
title: 'Secure by Design',
|
|
desc: 'Control what AI can access with allowlists, data masking, and custom knowledge injection. Your rules, your data.',
|
|
},
|
|
zero_backend: {
|
|
title: 'Zero Backend Setup',
|
|
desc: 'Just drop in a script tag. Works with any LLM provider—OpenAI, Anthropic, or your own models.',
|
|
},
|
|
accessible: {
|
|
title: 'Natural Language UI',
|
|
desc: 'Transform complex admin panels into chat interfaces. Make powerful tools accessible to everyone, not just experts.',
|
|
},
|
|
},
|
|
use_cases: {
|
|
section_title: 'Where It Shines',
|
|
section_subtitle: 'From simple forms to complex workflows, AI understands and executes',
|
|
case1: {
|
|
title: 'Supercharge Support Bots',
|
|
desc: 'Stop telling users where to click—let AI do it for them. Turn your chatbot from a guide into an operator that actually completes tasks.',
|
|
},
|
|
case2: {
|
|
title: 'Modernize Legacy Apps',
|
|
desc: 'Add AI superpowers to old software without rebuilding. One script tag transforms complex enterprise tools into chat-driven interfaces.',
|
|
},
|
|
case3: {
|
|
title: 'Interactive Walkthroughs',
|
|
desc: "Show, don't tell. Let AI demonstrate workflows in real-time—perfect for onboarding or training new users on complex systems.",
|
|
},
|
|
case4: {
|
|
title: 'Accessibility First',
|
|
desc: 'Make web apps accessible through natural language. Perfect for screen readers, voice control, or users who find traditional interfaces challenging.',
|
|
},
|
|
},
|
|
}
|