import { Button } from "./ui/button"; import { ArrowRight, Shield, RefreshCw, HardDrive } from "lucide-react"; import { GitHubLogoIcon } from "@radix-ui/react-icons"; import React, { Suspense } from 'react'; const Spline = React.lazy(() => import('@splinetool/react-spline')); export function Hero() { return (
{/* spline object */}
Gitea Mirror hero image
Gitea Mirror hero logo
}>
{/* div to avoid clipping in lower screen heights */}

Backup Your GitHub
To Self-Hosted Gitea

Automatic, private, and free. Own your code history forever. Preserve issues, PRs, releases, and wiki in your own Gitea server.

Self-Hosted Backup
Automated Syncing
$0/month
{/* Product Hunt Badge */}
Gitea Mirror - Automated github to gitea repository mirroring & backup | Product Hunt Gitea Mirror - Automated github to gitea repository mirroring & backup | Product Hunt
); }