This commit is contained in:
2023-04-08 13:28:54 -04:00
parent dfdb881db7
commit a9f382eef7
4 changed files with 6 additions and 236 deletions
+3 -103
View File
@@ -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'
}
+1 -1
View File
@@ -1166,6 +1166,6 @@ let subscribeSection = {
// Download Section
let downloadSection = {
header: 'Take your fleet to the next level',
header: 'Your Fleet in Full Speed Mode',
text: 'Augue egestas volutpat egestas augue purus cubilia laoreet and magna suscipit luctus dolor tempus'
}
+1 -48
View File
@@ -564,54 +564,7 @@ class FloatHome extends React.Component {
</div> {/* End row */}
</div> {/* End container */}
</section> {/* END CONTENT-13 */}
{/* BRANDS-1
============================================= */}
<div id="brands-1" className="bg_whitesmoke brands-section division">
<div className="container">
<div className="row">
<div className="col text-center pc-25">
<div className="owl-carousel brands-carousel">
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<img className="img-fluid" src="assets/images/brand-1.png" alt="brand-logo" />
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<img className="img-fluid" src="assets/images/brand-2.png" alt="brand-logo" />
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<img className="img-fluid" src="assets/images/brand-3.png" alt="brand-logo" />
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<img className="img-fluid" src="assets/images/brand-4.png" alt="brand-logo" />
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<img className="img-fluid" src="assets/images/brand-5.png" alt="brand-logo" />
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<img className="img-fluid" src="assets/images/brand-6.png" alt="brand-logo" />
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<img className="img-fluid" src="assets/images/brand-7.png" alt="brand-logo" />
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<img className="img-fluid" src="assets/images/brand-8.png" alt="brand-logo" />
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<img className="img-fluid" src="assets/images/brand-9.png" alt="brand-logo" />
</div>
</div>
</div>
</div> {/* End row */}
</div> {/* End container */}
</div> {/* END BRANDS-1 */}
{/* CONTENT-11
============================================= */}
<section id="content-11" className="wide-100 content-section division">
+1 -84
View File
@@ -637,90 +637,7 @@ class Users extends React.Component {
</div> {/* End row */}
</div> {/* End container */}
</section> {/* END CONTENT-1 */}
{/* BRANDS-2
============================================= */}
<section id="brands-2" className="pb-70 brands-section division">
<div className="container">
{/* BRANDS TITLE */}
<div className="row">
<div className="col-lg-8 offset-lg-2">
<div className="brands-title text-center">
<h4 className="h4-sm">{partners.title}</h4>
</div>
</div>
</div>
{/* BRANDS-2 WRAPPER */}
<div className="brands-2-wrapper">
<div className="row">
<div className="col-md-12">
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<a href="#">
<img className="img-fluid" src="assets/images/brand-1.png" alt="brand-logo" />
</a>
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<a href="#">
<img className="img-fluid" src="assets/images/brand-2.png" alt="brand-logo" />
</a>
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<a href="#">
<img className="img-fluid" src="assets/images/brand-3.png" alt="brand-logo" />
</a>
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<a href="#">
<img className="img-fluid" src="assets/images/brand-4.png" alt="brand-logo" />
</a>
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<a href="#">
<img className="img-fluid" src="assets/images/brand-5.png" alt="brand-logo" />
</a>
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<a href="#">
<img className="img-fluid" src="assets/images/brand-6.png" alt="brand-logo" />
</a>
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<a href="#">
<img className="img-fluid" src="assets/images/brand-7.png" alt="brand-logo" />
</a>
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<a href="#">
<img className="img-fluid" src="assets/images/brand-8.png" alt="brand-logo" />
</a>
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<a href="#">
<img className="img-fluid" src="assets/images/brand-9.png" alt="brand-logo" />
</a>
</div>
{/* BRAND LOGO IMAGE */}
<div className="brand-logo">
<a href="#">
<img className="img-fluid" src="assets/images/brand-10.png" alt="brand-logo" />
</a>
</div>
</div>
</div>
</div> {/* END BRANDS-2 WRAPPER */}
</div> {/* End container */}
</section> {/* END BRANDS-2 */}
{/* SECTION DIVIDER
============================================= */}
<div className="divider-wrapper text-center"><div className="section-divider" /></div>
{/* BLOG-1
============================================= */}
<section id="blog-1" className="wide-60 blog-section division">