Text Image


A Text + Image Block Component is used to create engaging content sections that combine text with visuals. It is commonly used in landing pages, feature sections, about pages, and promotional areas.

Text Image Left

Lorem Ipsum is simply dummy text

Lorem Ipsum is simply dummy text

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Lorem Ipsum is simply dummy text
<div class="text-image-cntr">
    <section class="commonPY commonPB commonPT">
       <div class="container">
          <div class="row d-flex justify-content-between">
             <div class="col-xl-5 col-lg-6 d-flex align-items-center image-cntr">
                <img alt="Lorem Ipsum is simply dummy text " sizes="100vw" src="./assets/component-images/certificate-size.svg" style="position:absolute; height:100%; width:100%; left:0; top:0; right:0; bottom:0; color:transparent;">
             </div>
             <div class="col justify-content-center d-flex flex-column">
                <h4 class="mb-4 fw-bold large-text-3 text-h2">Lorem Ipsum is simply dummy text </h4>
                <div class="d-flex flex-column align-items-baseline text-cntr">
                   <div class="lp-colored--list para--two">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
                   </div>
                </div>
                <div class='outro-txt disclaimer-txt'>Lorem Ipsum is simply dummy text</div>
                <div class="text-image-btn">
                   <div class="mt-3 d-flex">
                      <button class="btn col-lg-4 col-md-6 col-12 btn--primary fw-bold height-control" type="button">Button</button>
                   </div>
                </div>
             </div>
          </div>
       </div>
    </section>
 </div>

Text Image Right

Lorem Ipsum is simply dummy text

Lorem Ipsum is simply dummy text

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Lorem Ipsum is simply dummy text
<div class="text-image-cntr">
    <section class="commonPY commonPB commonPT">
       <div class="container reverse-order">
          <div class="row d-flex justify-content-between">
             <div class="col-xl-5 col-lg-6 d-flex align-items-center justify-content-end image-cntr">
                <img alt="Lorem Ipsum is simply dummy text " sizes="100vw" src="./assets/component-images/certificate-size.svg" style="position:absolute; height:100%; width:100%; left:0; top:0; right:0; bottom:0; color:transparent;"/>
             </div>
             <div class="col justify-content-center d-flex flex-column">
                <h4 class="mb-4 fw-bold large-text-3 text-h2">Lorem Ipsum is simply dummy text </h4>
                <div class="d-flex flex-column align-items-baseline text-cntr">
                   <div class="lp-colored--list para--two"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
                   </div>
                </div>
                <div class='outro-txt disclaimer-txt'>Lorem Ipsum is simply dummy text</div>
                <div class="text-image-btn">
                   <div class="mt-3 d-flex">
                     <button class="btn col-lg-4 col-md-6 col-12 btn--primary fw-bold height-control" type="button">Button</button>
                   </div>
                </div>
             </div>
          </div>
       </div>
    </section>
 </div>