Retune the brand descriptor and base/route meta to the live EROS advert voice — 'pink-and-UV-orange-haired transfem game dev', 'Cali bimbo', 'from San Francisco' (origin; current city comes from the tour-aware path). Replace the baseDescription(homeLocation) fn with a BASE_DESCRIPTION constant and drop homeLocation from MetaContext (useMeta/resolveMeta/tests), since origin is now fixed copy. 'Gamedev' → 'Game Dev' throughout; index.html fallback kept in sync.
35 lines
1.6 KiB
HTML
35 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#0a0a0f" />
|
|
|
|
<!-- Search engines: index. AI training: opt out. -->
|
|
<meta name="robots" content="index, follow, noai, noimageai" />
|
|
|
|
<!-- Privacy -->
|
|
<meta name="referrer" content="no-referrer" />
|
|
|
|
<title>Quinn — Cali Bimbo Trans Escort & Game Dev</title>
|
|
<meta name="description" content="Quinn — pink-and-UV-orange-haired transfem game dev and Cali bimbo. Trans companion from San Francisco, touring nationwide. Bookings by text only." />
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:type" content="profile" />
|
|
<meta property="og:title" content="Quinn — Cali Bimbo Trans Escort & Game Dev" />
|
|
<meta property="og:description" content="Pink-and-UV-orange-haired transfem game dev and Cali bimbo. From San Francisco, touring nationwide." />
|
|
<meta property="og:image" content="https://transquinnftw.com/og-image.jpg" />
|
|
|
|
<!-- Default canonical — useMeta overwrites per route after JS hydration -->
|
|
<link rel="canonical" href="https://transquinnftw.com/" />
|
|
|
|
<!-- Preload heading font — hero name renders in Playfair on first paint -->
|
|
<link rel="preload" as="font" type="font/woff2" crossorigin href="/fonts/PlayfairDisplay-Bold.woff2">
|
|
|
|
<!-- No structured data — anti-scraping -->
|
|
</head>
|
|
<body style="background-color: #0a0a0f;">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|