diff --git a/src/app/page.tsx b/src/app/page.tsx index 466b35d..75f85a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,6 +119,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} /> +
+ Registration QR Code +
@@ -156,4 +159,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}