Updated packages

This commit is contained in:
Christian Anetzberger
2023-01-27 18:16:21 +01:00
parent 22736073da
commit b4811c5d43
13 changed files with 1225 additions and 973 deletions

View File

@@ -8,19 +8,20 @@ export default function Productpage(props) {
<div className="container-fluid products-container navbar-spacing">
<div className="row align-items-center min-height-100">
<div
className={`align-self-stretch background-image d-flex flex-column justify-content-center products-img-shadow products-img ${
props.reversed ? "order-lg-1" : ""
} ${props.smallbg ? "col-lg-5" : "col-lg-6"}`}
className={`align-self-stretch background-image d-flex flex-column justify-content-center products-img-shadow products-img ${props.reversed ? "order-lg-1" : ""
} ${props.smallbg ? "col-lg-5" : "col-lg-6"}`}
style={{ backgroundImage: `url(${props.bgurl})` }}
>
<div className="center-icon">
<Image src={props.iconurl} width={300} height={300} />
{props.iconurl &&
<Image src={props.iconurl} width={300} height={300} alt={""} />
}
</div>
</div>
<div
className={`col-lg-6 pl-0 align-self-center p-5 mb-5 h-100 ${
props.smallbg ? "col-lg-7" : "col-lg-6"
}`}
className={`col-lg-6 pl-0 align-self-center p-5 mb-5 h-100 ${props.smallbg ? "col-lg-7" : "col-lg-6"
}`}
>
<h1 className="mainheading">{props.title}</h1>
<div className="description">