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:
@@ -3,13 +3,13 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<title>Check out this Gameboy tune — MOTIF</title>
|
||||
<meta name="description" content="Someone shared a song with you. Press play to hear it reimagined as classic game-console music — then generate your own." />
|
||||
<title>Check out this Gameboy tune — WARIO SYNTH</title>
|
||||
<meta name="description" content="Someone shared a song with you. Press play to hear it through the Wario Synthesis Engine — then generate your own." />
|
||||
|
||||
<!-- OpenGraph / Social Media Preview -->
|
||||
<meta property="og:title" content="Check out this Gameboy tune" />
|
||||
<meta property="og:description" content="Someone shared a song with you. Press play to hear it reimagined as classic game-console music — then generate your own." />
|
||||
<meta property="og:image" content="https://motif-self.vercel.app/chiptune_blog_piece_1000x.webp" />
|
||||
<meta property="og:title" content="Check out this Gameboy tune — WARIO SYNTH" />
|
||||
<meta property="og:description" content="Someone shared a song with you. Press play to hear it through the Wario Synthesis Engine — then generate your own." />
|
||||
<meta property="og:image" content="https://motif-self.vercel.app/wario.png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
<meta property="og:type" content="website" />
|
||||
@@ -17,9 +17,9 @@
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Check out this Gameboy tune" />
|
||||
<meta name="twitter:description" content="Someone shared a song with you. Press play to hear it reimagined as classic game-console music — then generate your own." />
|
||||
<meta name="twitter:image" content="https://motif-self.vercel.app/chiptune_blog_piece_1000x.webp" />
|
||||
<meta name="twitter:title" content="Check out this Gameboy tune — WARIO SYNTH" />
|
||||
<meta name="twitter:description" content="Someone shared a song with you. Press play to hear it through the Wario Synthesis Engine — then generate your own." />
|
||||
<meta name="twitter:image" content="https://motif-self.vercel.app/wario.png" />
|
||||
<style>
|
||||
:root {
|
||||
--color-bg: #0a0a0a;
|
||||
@@ -360,7 +360,7 @@
|
||||
<!-- 5/6. Metadata (quiet block) -->
|
||||
<div class="meta-block" id="metaBlock">
|
||||
Procedural playback from MIDI structure.<br />
|
||||
Rendered using Motif’s Wario game-console engine.
|
||||
Rendered using the Wario Synthesis Engine.
|
||||
</div>
|
||||
|
||||
<!-- 7. Primary CTA (single) -->
|
||||
|
||||
Reference in New Issue
Block a user