Rebrand to WARIO SYNTH

- Update site title, h1, taglines across all pages
- OpenGraph/Twitter meta tags now use wario.png
- FAQ updated to "What is WARIO SYNTH?"
- All references to "Motif engine" → "Wario Synthesis Engine"
- Share links now branded as WARIO SYNTH

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
b1rdmania
2025-12-29 10:34:31 +00:00
parent b48fb4b7de
commit 679afbfa65
5 changed files with 41 additions and 41 deletions
+4 -4
View File
@@ -217,13 +217,13 @@ app.get('/s/:code', async (req, res) => {
const origin = getOrigin(req);
const shortUrl = origin ? `${origin}/s/${encodeURIComponent(code)}` : `/s/${encodeURIComponent(code)}`;
const playUrl = origin ? `${origin}${dest}` : dest;
const imageUrl = origin ? `${origin}/chiptune_blog_piece_1000x.webp` : '/chiptune_blog_piece_1000x.webp';
const imageUrl = origin ? `${origin}/wario.png` : '/wario.png';
const sharedTitle = (payload.title || '').trim();
const ogTitle = sharedTitle ? `Check out this Gameboy tune: ${sharedTitle}` : 'Check out this Gameboy tune';
const ogTitle = sharedTitle ? `WARIO SYNTH: ${sharedTitle}` : 'WARIO SYNTH';
const ogDescription = sharedTitle
? `Someone shared ${sharedTitle} with you. Tap to play it through the Wario synthesis engine — then generate your own.`
: 'Someone shared a song with you. Tap to play it through the Wario synthesis engine — then generate your own.';
? `Someone shared "${sharedTitle}" with you. Tap to play it through the Wario Synthesis Engine — then generate your own.`
: 'Someone shared a song with you. Tap to play it through the Wario Synthesis Engine — then generate your own.';
const html = `<!doctype html>
<html lang="en">