import { Alert, SimpleText } from "@codex-storage/marketplace-ui-components"; import "./Welcome.css"; import { Link } from "@tanstack/react-router"; import { ChevronRight } from "lucide-react"; export function Welcome() { return (

Welcome to Codex Marketplace

Begin your journey with Codex by uploading new files for testing. Experience the power of our decentralized data storage platform and explore its features. Your feedback is invaluable as we continue to improve!
Explore more content
); }