docs: wording

This commit is contained in:
Simon
2025-10-23 15:37:22 +08:00
parent 9b1131ce13
commit e6e8ebf4e3
3 changed files with 5 additions and 5 deletions

View File

@@ -8,10 +8,10 @@
href="https://img.alicdn.com/imgextra/i3/O1CN01uo9VaC20mamWNM2Zn_!!6000000006892-55-tps-64-64.svg" href="https://img.alicdn.com/imgextra/i3/O1CN01uo9VaC20mamWNM2Zn_!!6000000006892-55-tps-64-64.svg"
/> />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PageAgent - AI-powered GUI Agent in Your Webpage</title> <title>PageAgent - The GUI Agent Living in Your Webpage</title>
<meta <meta
name="description" name="description"
content="PageAgent.js: One-line CDN import, add intelligent GUI Agent to any website. Modern web AI automation with minimal integration." content="PageAgent.js: Intelligent GUI Agent for any website. Modern web AI automation with minimal integration."
/> />
<meta <meta
name="keywords" name="keywords"

View File

@@ -1,8 +1,8 @@
export default { export default {
hero: { hero: {
badge: 'GUI Agent in your webpage', badge: 'GUI Agent in your webpage',
title_line1: 'An AI Operator', title_line1: 'The AI Operator',
title_line2: 'Living in Your Web Apps', title_line2: 'Living in Your Web App',
subtitle_emoji: '🪄 One line of CDN', subtitle_emoji: '🪄 One line of CDN',
subtitle_main: ' adds intelligent GUI Agents to your website.', subtitle_main: ' adds intelligent GUI Agents to your website.',
subtitle_detail: 'Users give natural language commands, AI handles the rest.', subtitle_detail: 'Users give natural language commands, AI handles the rest.',

View File

@@ -92,7 +92,7 @@ export default function HomePage() {
<h1 <h1
id="hero-heading" id="hero-heading"
className="text-5xl lg:text-7xl font-bold mb-8 bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent" className="text-5xl lg:text-7xl font-bold mb-8 bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent pb-1"
> >
{t('home:hero.title_line1')} {t('home:hero.title_line1')}
<br /> <br />