--- import '../styles/global.css'; import { Header } from '../components/Header'; import { Hero } from '../components/Hero'; import { Features } from '../components/Features'; import { Screenshots } from '../components/Screenshots'; import { Installation } from '../components/Installation'; import { CTA } from '../components/CTA'; import { Footer } from '../components/Footer'; const siteUrl = 'https://gitea-mirror.com'; const title = 'Gitea Mirror - Automated GitHub to Gitea Repository Mirroring & Backup'; const description = 'Automatically mirror and backup your GitHub repositories to self-hosted Gitea. Keep your code safe with scheduled syncing, bulk operations, and real-time monitoring. Free and open source.'; const keywords = 'github backup, gitea mirror, repository sync, github to gitea, git mirror, code backup, self-hosted git, repository migration, github mirror tool, gitea sync, automated backup, github repository backup, git repository mirror, self-hosted backup solution'; // Structured data for SEO const structuredData = { "@context": "https://schema.org", "@type": "SoftwareApplication", "name": "Gitea Mirror", "applicationCategory": "DeveloperApplication", "operatingSystem": "Linux, macOS, Windows", "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }, "description": description, "url": siteUrl, "author": { "@type": "Organization", "name": "RayLabs", "url": "https://github.com/RayLabsHQ" }, "softwareVersion": "2.22.0", "screenshot": [ `${siteUrl}/assets/dashboard.png`, `${siteUrl}/assets/repositories.png`, `${siteUrl}/assets/organisation.png` ], "featureList": [ "Automated repository mirroring", "Bulk organization sync", "Real-time monitoring", "Self-hosted solution", "Open source" ], "softwareRequirements": "Docker or Bun runtime" }; --- {title}