Update src/app/page.tsx

This commit is contained in:
2026-03-23 11:18:25 +00:00
parent e1f3295602
commit b1933ea819

View File

@@ -16,7 +16,7 @@ export default function HomePage() {
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
>
{/* No components rendered due to empty component and section registries. */}
<></>
</ThemeProvider>
);
}