Updated packages
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user