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} /> } { footer && <FooterComponent config={footer} /> }
<AosComponent /> <AosComponent />
<BootstrapComponent /> <BootstrapComponent />
{header?.headerIType && <ITypedComponent text={header.headerIType} /> }
</> </>
); );

View File

@ -10,6 +10,7 @@ const MainHeaderComponent = ({ config: {
header, header,
description, description,
button, button,
headerIType
}}: Props) => { }}: Props) => {
@ -40,7 +41,7 @@ const MainHeaderComponent = ({ config: {
<div className="col-lg-6 col-md-6 col-sm-12 col-xs-12 text-md-left text-center"> <div className="col-lg-6 col-md-6 col-sm-12 col-xs-12 text-md-left text-center">
<div className="banner-section-content"> <div className="banner-section-content">
<h5>{title}</h5> <h5>{title}</h5>
<h1 data-aos="fade-up">{header} <span className="ityped"></span></h1> <h1 data-aos="fade-up">{header} <span className="{}">{headerIType}</span></h1>
<p data-aos="fade-right">{description}</p> <p data-aos="fade-right">{description}</p>
<div className="btn_wrapper" data-aos="fade-up"> <div className="btn_wrapper" data-aos="fade-up">
{button && <a className="text-decoration-none getstarted_btn" href={button.link}>{button.label}</a> } {button && <a className="text-decoration-none getstarted_btn" href={button.link}>{button.label}</a> }