Use Next.js 14 Metadata API to add SEO and Open Graph tags to all pages.
Per page:
- Home: title 'BOXMEOUT - Boxing Prediction Market', description 'Bet on boxing matches with XLM on Stellar.'
- Market detail: dynamic title '{FighterA} vs {FighterB} | BOXMEOUT' with fight date in description
- Create: title 'Create Market | BOXMEOUT'
- Portfolio: title 'My Portfolio | BOXMEOUT'
All pages: og:title, og:description, og:type Open Graph tags.
Acceptance Criteria:
Use Next.js 14 Metadata API to add SEO and Open Graph tags to all pages.
Per page:
All pages: og:title, og:description, og:type Open Graph tags.
Acceptance Criteria: