import React from 'react'; import { Button } from './ui/button'; import { ArrowRight, Github, Shield, RefreshCw } from 'lucide-react'; export function Hero() { return (
{/* Background gradients */}
Gitea Mirror Logo

Keep Your Code
Safe & Synced

Automatically mirror your GitHub repositories to self-hosted Gitea. Never lose access to your code with continuous backup and synchronization.

Self-Hosted
Auto-Sync
Open Source
); }