/* @component-map * App — Main container, renders background effects and invite card * InviteCard — Displays the invitation card with dynamic content based on promo data * @end-component-map */ import { InviteCard } from './components/InviteCard.jsx'; function App() { return (
Powered by Deplixo
); } ReactDOM.createRoot(document.getElementById("root")).render();