website: update title, description and intro paragraph

- Title now mentions Chrome extension, CLI, and agents
- First paragraph rewritten to lead with what Playwriter is instead of 'You want your agent to...'
- Meta description updated to match new voice
This commit is contained in:
Tommy D. Rossi
2026-02-22 22:02:01 +01:00
parent f87b0243cd
commit e27c8ccdf2
+5 -5
View File
@@ -23,9 +23,9 @@ import {
import placeholderScreenshot from '../assets/placeholders/placeholder-screenshot@2x.png' import placeholderScreenshot from '../assets/placeholders/placeholder-screenshot@2x.png'
export const meta: MetaFunction = () => { 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 = 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' const image = 'https://playwriter.dev/og-image.png'
return [ return [
{ title }, { title },
@@ -63,9 +63,9 @@ export default function IndexPage() {
return ( return (
<EditorialPage toc={tocItems} logo='playwriter'> <EditorialPage toc={tocItems} logo='playwriter'>
<P> <P>
You want your agent to control the browser. <strong>Your actual Chrome</strong> {' \u2014 '} with logins, A Chrome extension and CLI that let your agents control <strong>your actual browser</strong> {' \u2014 '} with
extensions, and cookies already there. Not a headless instance that gets blocked by every captcha and bot logins, extensions, and cookies already there. No headless instance, no bot detection, no extra memory.{' '}
detector. <A href='https://github.com/remorses/playwriter'>Star on GitHub</A>. <A href='https://github.com/remorses/playwriter'>Star on GitHub</A>.
</P> </P>
<div className='bleed' style={{ display: 'flex', justifyContent: 'center' }}> <div className='bleed' style={{ display: 'flex', justifyContent: 'center' }}>