remove ityped

This commit is contained in:
Schneider Roland
2025-04-21 22:14:40 +02:00
parent 98df36d4e5
commit a5fe5c22d1
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ export default async function Home() {
{ footer && <FooterComponent config={footer} /> }
<AosComponent />
<BootstrapComponent />
{header?.headerIType && <ITypedComponent text={header.headerIType} /> }
</>
);