import { QRCodeSVG } from "qrcode.react"; import { Link } from "wouter"; import { Diamond, ArrowRight } from "lucide-react"; import { Button } from "@/components/ui/button"; import { LandingHeader } from "@/components/landing-header"; const REFERRAL_URL = "https://replit.com/refer/Jcazer"; export default function Home() { return (
); }