texts RM
This commit is contained in:
+3
-103
@@ -112,108 +112,8 @@ class About extends React.Component {
|
||||
</div> {/* END BUTTON */}
|
||||
</div> {/* End container */}
|
||||
</div> {/* END ABOUT-2 */}
|
||||
{/* TESTIMONIALS-1
|
||||
============================================= */}
|
||||
<section id="reviews-1" className="rel bg_whitesmoke wide-100 reviews-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="row">
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-60">
|
||||
<p>{testimonials.tag}</p>
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">{testimonials.title}</h2>
|
||||
{/* Text */}
|
||||
{/* <p className="p-xl">Our Team is as vibrating and diversified as your urban life. */}
|
||||
{/* </p> */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* TESTIMONIALS CONTENT */}
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
<div className="owl-carousel owl-theme reviews-1-wrapper">
|
||||
{Testimonial.map(({title, desc, name, image}, idx) => (
|
||||
<>
|
||||
{/* TESTIMONIAL #1 */}
|
||||
<div className="review-1 radius-08" key={idx}>
|
||||
{/* App Rating */}
|
||||
{/* <div className="app-rating ico-20 yellow-color">
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
</div> */}
|
||||
<div style={{
|
||||
width: '50px',
|
||||
marginInline: 'auto',
|
||||
padding: 3,
|
||||
}}>
|
||||
<img src={image} style={{
|
||||
borderRadius: '100%'
|
||||
}} />
|
||||
</div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">{title}</h5>
|
||||
{/* Testimonial Text */}
|
||||
<div className="review-1-txt">
|
||||
{/* Text */}
|
||||
<p className="p-lg grey-color">{desc}
|
||||
</p>
|
||||
{/* Testimonial Author */}
|
||||
<h5 className="h5-xs">{name}</h5>
|
||||
</div>
|
||||
</div> {/* END TESTIMONIAL #1 */}
|
||||
</>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End container */}
|
||||
</section> {/* END TESTIMONIALS-1 */}
|
||||
{/* CONTENT-2
|
||||
============================================= */}
|
||||
<section id="content-2" className="wide-50 content-section division">
|
||||
<div className="container">
|
||||
<div className="row d-flex align-items-center">
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="col-md-5 col-lg-6">
|
||||
<div className="img-block left-column pc-20 mb-40 wow fadeInRight" data-wow-delay="0.6s">
|
||||
<img className="img-fluid" src="assets/images/about-annouce.jpg" alt="content-image" />
|
||||
</div>
|
||||
</div>
|
||||
{/* TEXT BLOCK */}
|
||||
<div className="col-md-7 col-lg-6">
|
||||
<div className="txt-block right-column mb-40 wow fadeInLeft" data-wow-delay="0.6s">
|
||||
{/* Section ID */}
|
||||
<span className="section-id grey-color">{valueInfo.id}</span>
|
||||
<div>
|
||||
{/* Title */}
|
||||
<h3 className="h2-xs">{valueInfo.title1}</h3>
|
||||
{/* Text */}
|
||||
<p className="p-lg">{valueInfo.text1}</p>
|
||||
</div>
|
||||
<div>
|
||||
{/* Title */}
|
||||
<h3 className="h2-xs">{valueInfo.title2}</h3>
|
||||
{/* Text */}
|
||||
<p className="p-lg">{valueInfo.text2}</p>
|
||||
</div>
|
||||
<div>
|
||||
{/* Title */}
|
||||
<h3 className="h2-xs">{valueInfo.title3}</h3>
|
||||
{/* Text */}
|
||||
<p className="p-lg">{valueInfo.text3}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-2 */}
|
||||
{/* SECTION DIVIDER
|
||||
============================================= */}
|
||||
<div className="divider-wrapper text-center"><div className="section-divider" /></div>
|
||||
|
||||
|
||||
{/* TEAM-1
|
||||
============================================= */}
|
||||
<section id="team-1" className="wide-60 team-section division">
|
||||
@@ -336,7 +236,7 @@ let aboutDesc = {
|
||||
|
||||
// Testimonials Section
|
||||
let testimonials = {
|
||||
tag: 'MADE FOR US',
|
||||
tag: 'MADE FROM US',
|
||||
title:'Created from urbanists'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user