diff --git a/website/src/routes/_index.tsx b/website/src/routes/_index.tsx index 55c8bc0..d8c91fe 100644 --- a/website/src/routes/_index.tsx +++ b/website/src/routes/_index.tsx @@ -23,9 +23,9 @@ import { import placeholderScreenshot from '../assets/placeholders/placeholder-screenshot@2x.png' export const meta: MetaFunction = () => { - const title = 'Playwriter - Control your Chrome with Playwright API' + const title = 'Playwriter - Chrome extension & CLI that lets agents use your real browser' const description = - 'Chrome extension + CLI for browser automation. Full Playwright API on your existing browser. No new windows, no flags, no context bloat.' + 'Chrome extension and CLI that let your agents control your actual browser. Your logins, extensions, cookies — already there. No headless instance, no bot detection.' const image = 'https://playwriter.dev/og-image.png' return [ { title }, @@ -63,9 +63,9 @@ export default function IndexPage() { return (

- You want your agent to control the browser. Your actual Chrome {' \u2014 '} with logins, - extensions, and cookies already there. Not a headless instance that gets blocked by every captcha and bot - detector. Star on GitHub. + A Chrome extension and CLI that let your agents control your actual browser {' \u2014 '} with + logins, extensions, and cookies already there. No headless instance, no bot detection, no extra memory.{' '} + Star on GitHub.