import { Button } from "./ui/button"; import { ArrowRight, Shield, RefreshCw } 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 */}

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
{/* 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
{/* Call to action buttons */} {/*
*/}
); }