images, title updated
65
components/sections/Banner1-old.js
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
|
||||||
|
|
||||||
|
export default function Banner1() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<section className="single_banner style_one">
|
||||||
|
<div className="image_bg">
|
||||||
|
<img src="/assets/images/slider/banner-single-4-bg.png" className="img-fluid" alt="img" />
|
||||||
|
</div>
|
||||||
|
<div className="content_box">
|
||||||
|
<div className="large-container">
|
||||||
|
<div className="row align-items-center">
|
||||||
|
<div className="col-lg-5">
|
||||||
|
<div className="section_title type_one">
|
||||||
|
<div className="title_whole">
|
||||||
|
<h2 className="title">
|
||||||
|
Need it Moved Today?
|
||||||
|
</h2>
|
||||||
|
<h2 className="title" style={{ color: "#ff6600" }}>
|
||||||
|
Done!
|
||||||
|
</h2>
|
||||||
|
</div>
|
||||||
|
<h3>
|
||||||
|
Same day pick & delivery across <br />southern Ontario!
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
{/* <div className="newsteller_simple">
|
||||||
|
<div className="input_group">
|
||||||
|
<form method="post">
|
||||||
|
<input type="email" name="EMAIL" placeholder="Your email address" required />
|
||||||
|
<input type="submit" value="Sign up" />
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div> */}
|
||||||
|
{/* <div className="review_box d-flex align-items-center">
|
||||||
|
<div className="rimage">
|
||||||
|
<img src="/assets/images/slider/review-girls.png" className="img-fluid" alt="img" />
|
||||||
|
</div>
|
||||||
|
<div className="section_title type_one">
|
||||||
|
<div className="title_whole">
|
||||||
|
<h2 className="title"> Excellent 12,534+ reviews</h2>
|
||||||
|
</div>
|
||||||
|
<p>4.8 of 5 <small><i className="fa fa-star" /> <i className="fa fa-star" /> <i className="fa fa-star" /> <i className="fa fa-star" /> <i className="fa fa-star" /></small></p>
|
||||||
|
</div>
|
||||||
|
</div> */}
|
||||||
|
</div>
|
||||||
|
<div className="col-lg-1" />
|
||||||
|
<div className="col-lg-6">
|
||||||
|
<div className="image">
|
||||||
|
<img src="/assets/images/slider/banner-single-4-1.jpg" className="img-fluid" alt="img" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="section_title abso type_one">
|
||||||
|
<div className="title_whole">
|
||||||
|
<h2 className="title">#ZIPVan</h2>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
@ -1,65 +1,165 @@
|
|||||||
|
import { Swiper, SwiperSlide } from "swiper/react";
|
||||||
|
import { Autoplay, Pagination } from "swiper";
|
||||||
|
import "swiper/css";
|
||||||
|
import "swiper/css/pagination";
|
||||||
|
|
||||||
export default function Banner1() {
|
export default function Banner1() {
|
||||||
return (
|
return (
|
||||||
<>
|
<Swiper
|
||||||
<section className="single_banner style_one">
|
modules={[Autoplay, Pagination]}
|
||||||
<div className="image_bg">
|
slidesPerView={1}
|
||||||
<img src="/assets/images/slider/banner-single-4-bg.png" className="img-fluid" alt="img" />
|
spaceBetween={0}
|
||||||
</div>
|
loop={true}
|
||||||
<div className="content_box">
|
autoplay={{
|
||||||
<div className="large-container">
|
delay: 3000,
|
||||||
<div className="row align-items-center">
|
disableOnInteraction: false,
|
||||||
<div className="col-lg-5">
|
}}
|
||||||
<div className="section_title type_one">
|
pagination={{ clickable: true }}
|
||||||
<div className="title_whole">
|
className="banner-swiper"
|
||||||
<h2 className="title">
|
>
|
||||||
Need it Moved Today?
|
{/* Banner 1 */}
|
||||||
</h2>
|
<SwiperSlide>
|
||||||
<h2 className="title" style={{ color: "#ff6600" }}>
|
<section className="single_banner style_one">
|
||||||
Done!
|
<div className="image_bg">
|
||||||
</h2>
|
<img
|
||||||
</div>
|
src="/assets/images/slider/banner-single-4-bg.png"
|
||||||
<h3>
|
className="img-fluid"
|
||||||
Same day pick & delivery across <br />southern Ontario!
|
alt="img"
|
||||||
</h3>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{/* <div className="newsteller_simple">
|
<div className="content_box">
|
||||||
<div className="input_group">
|
<div className="large-container">
|
||||||
<form method="post">
|
<div className="row align-items-center">
|
||||||
<input type="email" name="EMAIL" placeholder="Your email address" required />
|
<div className="col-lg-5">
|
||||||
<input type="submit" value="Sign up" />
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div> */}
|
|
||||||
{/* <div className="review_box d-flex align-items-center">
|
|
||||||
<div className="rimage">
|
|
||||||
<img src="/assets/images/slider/review-girls.png" className="img-fluid" alt="img" />
|
|
||||||
</div>
|
|
||||||
<div className="section_title type_one">
|
<div className="section_title type_one">
|
||||||
<div className="title_whole">
|
<div className="title_whole">
|
||||||
<h2 className="title"> Excellent 12,534+ reviews</h2>
|
<h2 className="title">Need it Moved Today?</h2>
|
||||||
|
<h2
|
||||||
|
className="title"
|
||||||
|
style={{ color: "#ff6600" }}
|
||||||
|
>
|
||||||
|
Done!
|
||||||
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<p>4.8 of 5 <small><i className="fa fa-star" /> <i className="fa fa-star" /> <i className="fa fa-star" /> <i className="fa fa-star" /> <i className="fa fa-star" /></small></p>
|
<h3>
|
||||||
|
Same day pick & delivery across <br />southern Ontario!
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="col-lg-1" />
|
||||||
|
<div className="col-lg-6">
|
||||||
|
<div className="image">
|
||||||
|
<img
|
||||||
|
src="/assets/images/home/banner/home-banner-1.webp"
|
||||||
|
className="img-fluid"
|
||||||
|
alt="img"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div> */}
|
|
||||||
</div>
|
|
||||||
<div className="col-lg-1" />
|
|
||||||
<div className="col-lg-6">
|
|
||||||
<div className="image">
|
|
||||||
<img src="/assets/images/slider/banner-single-4-1.jpg" className="img-fluid" alt="img" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div className="section_title abso type_one">
|
||||||
<div className="section_title abso type_one">
|
<div className="title_whole">
|
||||||
<div className="title_whole">
|
<h2 className="title">#ZIPVan</h2>
|
||||||
<h2 className="title">#ZIPVan</h2>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</section>
|
</SwiperSlide>
|
||||||
|
|
||||||
</>
|
{/* Banner 2 */}
|
||||||
)
|
<SwiperSlide>
|
||||||
|
<section className="single_banner style_one">
|
||||||
|
<div className="image_bg">
|
||||||
|
<img
|
||||||
|
src="/assets/images/slider/banner-single-4-bg.png"
|
||||||
|
className="img-fluid"
|
||||||
|
alt="img"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div className="content_box">
|
||||||
|
<div className="large-container">
|
||||||
|
<div className="row align-items-center">
|
||||||
|
<div className="col-lg-5">
|
||||||
|
<div className="section_title type_one">
|
||||||
|
<div className="title_whole">
|
||||||
|
<h2 className="title">Packing Worries?</h2>
|
||||||
|
<h2 className="title" style={{ color: "#ff6600" }}>
|
||||||
|
Gone!
|
||||||
|
</h2>
|
||||||
|
</div>
|
||||||
|
<h3>
|
||||||
|
Professional packing and careful handling <br />so your items arrive safe & sound.
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="col-lg-1" />
|
||||||
|
<div className="col-lg-6">
|
||||||
|
<div className="image">
|
||||||
|
<img
|
||||||
|
src="/assets/images/home/banner/home-banner-2.webp"
|
||||||
|
className="img-fluid"
|
||||||
|
alt="img"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="section_title abso type_one">
|
||||||
|
<div className="title_whole">
|
||||||
|
<h2 className="title">#ZIPVan</h2>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</SwiperSlide>
|
||||||
|
|
||||||
|
{/* Banner 3 */}
|
||||||
|
<SwiperSlide>
|
||||||
|
<section className="single_banner style_one">
|
||||||
|
<div className="image_bg">
|
||||||
|
<img
|
||||||
|
src="/assets/images/slider/banner-single-4-bg.png"
|
||||||
|
className="img-fluid"
|
||||||
|
alt="img"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div className="content_box">
|
||||||
|
<div className="large-container">
|
||||||
|
<div className="row align-items-center">
|
||||||
|
<div className="col-lg-5">
|
||||||
|
<div className="section_title type_one">
|
||||||
|
<div className="title_whole">
|
||||||
|
<h2 className="title">Worried About Cost?</h2>
|
||||||
|
<h2 className="title" style={{ color: "#ff6600" }}>
|
||||||
|
Don’t Be!
|
||||||
|
</h2>
|
||||||
|
</div>
|
||||||
|
<h3>
|
||||||
|
Transparent pricing, no hidden fees, <br />and flexible options for every move.
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="col-lg-1" />
|
||||||
|
<div className="col-lg-6">
|
||||||
|
<div className="image">
|
||||||
|
<img
|
||||||
|
src="/assets/images/home/banner/home-banner-3.webp"
|
||||||
|
className="img-fluid"
|
||||||
|
alt="img"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="section_title abso type_one">
|
||||||
|
<div className="title_whole">
|
||||||
|
<h2 className="title">#ZIPVan</h2>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</SwiperSlide>
|
||||||
|
</Swiper>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,7 +7,7 @@ export default function Funfacts4() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<section className="fub-fact-section position-relative z_2 bg_op_1 overflow-hidden">
|
<section className="fub-fact-section position-relative z_2 bg_op_1 overflow-hidden">
|
||||||
{/* <section className="fub-fact-section position-relative z_2 bg_op_1 overflow-hidden" style={{ backgroundImage: 'url(assets/images/page-image-1-min.jpg)' }}> */}
|
{/* <section className="fub-fact-section position-relative z_2 bg_op_1 overflow-hidden" style={{ backgroundImage: 'url(assets/images/page-image-1-min.jpg)' }}> */}
|
||||||
{/*-============spacing==========-*/}
|
{/*-============spacing==========-*/}
|
||||||
<div className="pd_top_60" />
|
<div className="pd_top_60" />
|
||||||
{/*-============spacing==========-*/}
|
{/*-============spacing==========-*/}
|
||||||
@ -17,7 +17,11 @@ export default function Funfacts4() {
|
|||||||
<div className="col-lg-3 col-md-6 col-sm-12 col-xs-12">
|
<div className="col-lg-3 col-md-6 col-sm-12 col-xs-12">
|
||||||
<div className="fun_facts type_three">
|
<div className="fun_facts type_three">
|
||||||
<div className="icon trans">
|
<div className="icon trans">
|
||||||
<i className="color_white flaticon-satisfaction" />
|
<img
|
||||||
|
src="/assets/images/home/icons/customers-served.webp"
|
||||||
|
alt="Satisfaction Icon"
|
||||||
|
className="img-fluid"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<h4>
|
<h4>
|
||||||
@ -35,7 +39,11 @@ export default function Funfacts4() {
|
|||||||
<div className="col-lg-3 col-md-6 col-sm-6 col-xs-12">
|
<div className="col-lg-3 col-md-6 col-sm-6 col-xs-12">
|
||||||
<div className="fun_facts type_three">
|
<div className="fun_facts type_three">
|
||||||
<div className="icon trans">
|
<div className="icon trans">
|
||||||
<i className="color_white flaticon-business-people" />
|
<img
|
||||||
|
src="/assets/images/home/icons/cities.webp"
|
||||||
|
alt="Satisfaction Icon"
|
||||||
|
className="img-fluid"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<h4>
|
<h4>
|
||||||
@ -53,7 +61,11 @@ export default function Funfacts4() {
|
|||||||
<div className="col-lg-3 col-md-6 col-sm-6 col-xs-12">
|
<div className="col-lg-3 col-md-6 col-sm-6 col-xs-12">
|
||||||
<div className="fun_facts type_three">
|
<div className="fun_facts type_three">
|
||||||
<div className="icon trans">
|
<div className="icon trans">
|
||||||
<i className="color_white flaticon-reviews" />
|
<img
|
||||||
|
src="/assets/images/home/icons/vehicles.webp"
|
||||||
|
alt="Satisfaction Icon"
|
||||||
|
className="img-fluid"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<h4>
|
<h4>
|
||||||
@ -70,7 +82,11 @@ export default function Funfacts4() {
|
|||||||
<div className="col-lg-3 col-md-6 col-sm-6 col-xs-12">
|
<div className="col-lg-3 col-md-6 col-sm-6 col-xs-12">
|
||||||
<div className="fun_facts type_three">
|
<div className="fun_facts type_three">
|
||||||
<div className="icon trans">
|
<div className="icon trans">
|
||||||
<i className="color_white flaticon-trophy" />
|
<img
|
||||||
|
src="/assets/images/home/icons/experience.webp"
|
||||||
|
alt="Satisfaction Icon"
|
||||||
|
className="img-fluid"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<h4>
|
<h4>
|
||||||
|
|||||||
@ -63,7 +63,7 @@ export default function Offer1() {
|
|||||||
<div className="row align-items-end">
|
<div className="row align-items-end">
|
||||||
<div className="col-lg-12 col-md-12">
|
<div className="col-lg-12 col-md-12">
|
||||||
<div className="section_title type_four text-center">
|
<div className="section_title type_four text-center">
|
||||||
<h4 className="sm_title"> What We Offer</h4>
|
<h4 className="sm_title">Smooth Journey</h4>
|
||||||
<div className="title_whole">
|
<div className="title_whole">
|
||||||
<h2 className="title">How It Works</h2>
|
<h2 className="title">How It Works</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -12,9 +12,9 @@ export default function Process3() {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-lg-12">
|
<div className="col-lg-12">
|
||||||
<div className="section_title text-center type_five">
|
<div className="section_title text-center type_five">
|
||||||
<h4 className="sm_title"> Our performance</h4>
|
<h4 className="sm_title">Move Smarter, Stress Less</h4>
|
||||||
<div className="title_whole">
|
<div className="title_whole">
|
||||||
<h2 className="title"> How To Get Online Insurance Loan</h2>
|
<h2 className="title">Fast, Reliable & Hassle-Free Moves</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -26,7 +26,7 @@ export default function Process3() {
|
|||||||
<div className="col-lg-4 col-md-6 col-sm-6 col-xs-12">
|
<div className="col-lg-4 col-md-6 col-sm-6 col-xs-12">
|
||||||
<div className="process_box type_four color_two">
|
<div className="process_box type_four color_two">
|
||||||
<div className="icon trans">
|
<div className="icon trans">
|
||||||
<img src="/assets/images/home-6-icon-1.png" className="img-fluid" alt="img" />
|
<img src="/assets/images/home/icons/step-1.webp" className="img-fluid" alt="img" />
|
||||||
<p className="step bg_2">1</p>
|
<p className="step bg_2">1</p>
|
||||||
<svg width={123} height={16} viewBox="0 0 123 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width={123} height={16} viewBox="0 0 123 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path opacity="0.2" d="M122.354 8.35355C122.549 8.15829 122.549 7.84171 122.354 7.64645L119.172 4.46447C118.976 4.2692 118.66 4.2692 118.464 4.46447C118.269 4.65973 118.269 4.97631 118.464 5.17157L121.293 8L118.464 10.8284C118.269 11.0237 118.269 11.3403 118.464 11.5355C118.66 11.7308 118.976 11.7308 119.172 11.5355L122.354 8.35355ZM0 8.5H3.05V7.5H0V8.5ZM9.15 8.5H15.25V7.5H9.15V8.5ZM21.35 8.5H27.45V7.5H21.35V8.5ZM33.55 8.5H39.65V7.5H33.55V8.5ZM45.75 8.5H51.85V7.5H45.75V8.5ZM57.95 8.5H64.05V7.5H57.95V8.5ZM70.15 8.5H76.25V7.5H70.15V8.5ZM82.35 8.5H88.45V7.5H82.35V8.5ZM94.55 8.5H100.65V7.5H94.55V8.5ZM106.75 8.5H112.85V7.5H106.75V8.5ZM118.95 8.5H122V7.5H118.95V8.5ZM122.707 8.70711C123.098 8.31658 123.098 7.68342 122.707 7.29289L116.343 0.928932C115.953 0.538408 115.319 0.538408 114.929 0.928932C114.538 1.31946 114.538 1.95262 114.929 2.34315L120.586 8L114.929 13.6569C114.538 14.0474 114.538 14.6805 114.929 15.0711C115.319 15.4616 115.953 15.4616 116.343 15.0711L122.707 8.70711ZM0 9H3.05V7H0V9ZM9.15 9H15.25V7H9.15V9ZM21.35 9H27.45V7H21.35V9ZM33.55 9H39.65V7H33.55V9ZM45.75 9H51.85V7H45.75V9ZM57.95 9H64.05V7H57.95V9ZM70.15 9H76.25V7H70.15V9ZM82.35 9H88.45V7H82.35V9ZM94.55 9H100.65V7H94.55V9ZM106.75 9H112.85V7H106.75V9ZM118.95 9H122V7H118.95V9Z" fill="#181818" />
|
<path opacity="0.2" d="M122.354 8.35355C122.549 8.15829 122.549 7.84171 122.354 7.64645L119.172 4.46447C118.976 4.2692 118.66 4.2692 118.464 4.46447C118.269 4.65973 118.269 4.97631 118.464 5.17157L121.293 8L118.464 10.8284C118.269 11.0237 118.269 11.3403 118.464 11.5355C118.66 11.7308 118.976 11.7308 119.172 11.5355L122.354 8.35355ZM0 8.5H3.05V7.5H0V8.5ZM9.15 8.5H15.25V7.5H9.15V8.5ZM21.35 8.5H27.45V7.5H21.35V8.5ZM33.55 8.5H39.65V7.5H33.55V8.5ZM45.75 8.5H51.85V7.5H45.75V8.5ZM57.95 8.5H64.05V7.5H57.95V8.5ZM70.15 8.5H76.25V7.5H70.15V8.5ZM82.35 8.5H88.45V7.5H82.35V8.5ZM94.55 8.5H100.65V7.5H94.55V8.5ZM106.75 8.5H112.85V7.5H106.75V8.5ZM118.95 8.5H122V7.5H118.95V8.5ZM122.707 8.70711C123.098 8.31658 123.098 7.68342 122.707 7.29289L116.343 0.928932C115.953 0.538408 115.319 0.538408 114.929 0.928932C114.538 1.31946 114.538 1.95262 114.929 2.34315L120.586 8L114.929 13.6569C114.538 14.0474 114.538 14.6805 114.929 15.0711C115.319 15.4616 115.953 15.4616 116.343 15.0711L122.707 8.70711ZM0 9H3.05V7H0V9ZM9.15 9H15.25V7H9.15V9ZM21.35 9H27.45V7H21.35V9ZM33.55 9H39.65V7H33.55V9ZM45.75 9H51.85V7H45.75V9ZM57.95 9H64.05V7H57.95V9ZM70.15 9H76.25V7H70.15V9ZM82.35 9H88.45V7H82.35V9ZM94.55 9H100.65V7H94.55V9ZM106.75 9H112.85V7H106.75V9ZM118.95 9H122V7H118.95V9Z" fill="#181818" />
|
||||||
@ -45,7 +45,7 @@ export default function Process3() {
|
|||||||
<div className="col-lg-4 col-md-6 col-sm-6 col-xs-12">
|
<div className="col-lg-4 col-md-6 col-sm-6 col-xs-12">
|
||||||
<div className="process_box type_four color_two">
|
<div className="process_box type_four color_two">
|
||||||
<div className="icon trans">
|
<div className="icon trans">
|
||||||
<img src="/assets/images/home-6-icon-2.png" className="img-fluid" alt="img" />
|
<img src="/assets/images/home/icons/step-2.webp" className="img-fluid" alt="img" />
|
||||||
<p className="step bg_15">2</p>
|
<p className="step bg_15">2</p>
|
||||||
<svg width={123} height={16} viewBox="0 0 123 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width={123} height={16} viewBox="0 0 123 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path opacity="0.2" d="M122.354 8.35355C122.549 8.15829 122.549 7.84171 122.354 7.64645L119.172 4.46447C118.976 4.2692 118.66 4.2692 118.464 4.46447C118.269 4.65973 118.269 4.97631 118.464 5.17157L121.293 8L118.464 10.8284C118.269 11.0237 118.269 11.3403 118.464 11.5355C118.66 11.7308 118.976 11.7308 119.172 11.5355L122.354 8.35355ZM0 8.5H3.05V7.5H0V8.5ZM9.15 8.5H15.25V7.5H9.15V8.5ZM21.35 8.5H27.45V7.5H21.35V8.5ZM33.55 8.5H39.65V7.5H33.55V8.5ZM45.75 8.5H51.85V7.5H45.75V8.5ZM57.95 8.5H64.05V7.5H57.95V8.5ZM70.15 8.5H76.25V7.5H70.15V8.5ZM82.35 8.5H88.45V7.5H82.35V8.5ZM94.55 8.5H100.65V7.5H94.55V8.5ZM106.75 8.5H112.85V7.5H106.75V8.5ZM118.95 8.5H122V7.5H118.95V8.5ZM122.707 8.70711C123.098 8.31658 123.098 7.68342 122.707 7.29289L116.343 0.928932C115.953 0.538408 115.319 0.538408 114.929 0.928932C114.538 1.31946 114.538 1.95262 114.929 2.34315L120.586 8L114.929 13.6569C114.538 14.0474 114.538 14.6805 114.929 15.0711C115.319 15.4616 115.953 15.4616 116.343 15.0711L122.707 8.70711ZM0 9H3.05V7H0V9ZM9.15 9H15.25V7H9.15V9ZM21.35 9H27.45V7H21.35V9ZM33.55 9H39.65V7H33.55V9ZM45.75 9H51.85V7H45.75V9ZM57.95 9H64.05V7H57.95V9ZM70.15 9H76.25V7H70.15V9ZM82.35 9H88.45V7H82.35V9ZM94.55 9H100.65V7H94.55V9ZM106.75 9H112.85V7H106.75V9ZM118.95 9H122V7H118.95V9Z" fill="#181818" />
|
<path opacity="0.2" d="M122.354 8.35355C122.549 8.15829 122.549 7.84171 122.354 7.64645L119.172 4.46447C118.976 4.2692 118.66 4.2692 118.464 4.46447C118.269 4.65973 118.269 4.97631 118.464 5.17157L121.293 8L118.464 10.8284C118.269 11.0237 118.269 11.3403 118.464 11.5355C118.66 11.7308 118.976 11.7308 119.172 11.5355L122.354 8.35355ZM0 8.5H3.05V7.5H0V8.5ZM9.15 8.5H15.25V7.5H9.15V8.5ZM21.35 8.5H27.45V7.5H21.35V8.5ZM33.55 8.5H39.65V7.5H33.55V8.5ZM45.75 8.5H51.85V7.5H45.75V8.5ZM57.95 8.5H64.05V7.5H57.95V8.5ZM70.15 8.5H76.25V7.5H70.15V8.5ZM82.35 8.5H88.45V7.5H82.35V8.5ZM94.55 8.5H100.65V7.5H94.55V8.5ZM106.75 8.5H112.85V7.5H106.75V8.5ZM118.95 8.5H122V7.5H118.95V8.5ZM122.707 8.70711C123.098 8.31658 123.098 7.68342 122.707 7.29289L116.343 0.928932C115.953 0.538408 115.319 0.538408 114.929 0.928932C114.538 1.31946 114.538 1.95262 114.929 2.34315L120.586 8L114.929 13.6569C114.538 14.0474 114.538 14.6805 114.929 15.0711C115.319 15.4616 115.953 15.4616 116.343 15.0711L122.707 8.70711ZM0 9H3.05V7H0V9ZM9.15 9H15.25V7H9.15V9ZM21.35 9H27.45V7H21.35V9ZM33.55 9H39.65V7H33.55V9ZM45.75 9H51.85V7H45.75V9ZM57.95 9H64.05V7H57.95V9ZM70.15 9H76.25V7H70.15V9ZM82.35 9H88.45V7H82.35V9ZM94.55 9H100.65V7H94.55V9ZM106.75 9H112.85V7H106.75V9ZM118.95 9H122V7H118.95V9Z" fill="#181818" />
|
||||||
@ -64,7 +64,7 @@ export default function Process3() {
|
|||||||
<div className="col-lg-4 col-md-6 col-sm-6 col-xs-12">
|
<div className="col-lg-4 col-md-6 col-sm-6 col-xs-12">
|
||||||
<div className="process_box type_four">
|
<div className="process_box type_four">
|
||||||
<div className="icon trans">
|
<div className="icon trans">
|
||||||
<img src="/assets/images/home-6-icon-3.png" className="img-fluid" alt="img" />
|
<img src="/assets/images/home/icons/step-3.webp" className="img-fluid" alt="img" />
|
||||||
<p className="step bg_14">3</p>
|
<p className="step bg_14">3</p>
|
||||||
{/* <svg width={123} height={16} viewBox="0 0 123 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
{/* <svg width={123} height={16} viewBox="0 0 123 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path opacity="0.2" d="M122.354 8.35355C122.549 8.15829 122.549 7.84171 122.354 7.64645L119.172 4.46447C118.976 4.2692 118.66 4.2692 118.464 4.46447C118.269 4.65973 118.269 4.97631 118.464 5.17157L121.293 8L118.464 10.8284C118.269 11.0237 118.269 11.3403 118.464 11.5355C118.66 11.7308 118.976 11.7308 119.172 11.5355L122.354 8.35355ZM0 8.5H3.05V7.5H0V8.5ZM9.15 8.5H15.25V7.5H9.15V8.5ZM21.35 8.5H27.45V7.5H21.35V8.5ZM33.55 8.5H39.65V7.5H33.55V8.5ZM45.75 8.5H51.85V7.5H45.75V8.5ZM57.95 8.5H64.05V7.5H57.95V8.5ZM70.15 8.5H76.25V7.5H70.15V8.5ZM82.35 8.5H88.45V7.5H82.35V8.5ZM94.55 8.5H100.65V7.5H94.55V8.5ZM106.75 8.5H112.85V7.5H106.75V8.5ZM118.95 8.5H122V7.5H118.95V8.5ZM122.707 8.70711C123.098 8.31658 123.098 7.68342 122.707 7.29289L116.343 0.928932C115.953 0.538408 115.319 0.538408 114.929 0.928932C114.538 1.31946 114.538 1.95262 114.929 2.34315L120.586 8L114.929 13.6569C114.538 14.0474 114.538 14.6805 114.929 15.0711C115.319 15.4616 115.953 15.4616 116.343 15.0711L122.707 8.70711ZM0 9H3.05V7H0V9ZM9.15 9H15.25V7H9.15V9ZM21.35 9H27.45V7H21.35V9ZM33.55 9H39.65V7H33.55V9ZM45.75 9H51.85V7H45.75V9ZM57.95 9H64.05V7H57.95V9ZM70.15 9H76.25V7H70.15V9ZM82.35 9H88.45V7H82.35V9ZM94.55 9H100.65V7H94.55V9ZM106.75 9H112.85V7H106.75V9ZM118.95 9H122V7H118.95V9Z" fill="#181818" />
|
<path opacity="0.2" d="M122.354 8.35355C122.549 8.15829 122.549 7.84171 122.354 7.64645L119.172 4.46447C118.976 4.2692 118.66 4.2692 118.464 4.46447C118.269 4.65973 118.269 4.97631 118.464 5.17157L121.293 8L118.464 10.8284C118.269 11.0237 118.269 11.3403 118.464 11.5355C118.66 11.7308 118.976 11.7308 119.172 11.5355L122.354 8.35355ZM0 8.5H3.05V7.5H0V8.5ZM9.15 8.5H15.25V7.5H9.15V8.5ZM21.35 8.5H27.45V7.5H21.35V8.5ZM33.55 8.5H39.65V7.5H33.55V8.5ZM45.75 8.5H51.85V7.5H45.75V8.5ZM57.95 8.5H64.05V7.5H57.95V8.5ZM70.15 8.5H76.25V7.5H70.15V8.5ZM82.35 8.5H88.45V7.5H82.35V8.5ZM94.55 8.5H100.65V7.5H94.55V8.5ZM106.75 8.5H112.85V7.5H106.75V8.5ZM118.95 8.5H122V7.5H118.95V8.5ZM122.707 8.70711C123.098 8.31658 123.098 7.68342 122.707 7.29289L116.343 0.928932C115.953 0.538408 115.319 0.538408 114.929 0.928932C114.538 1.31946 114.538 1.95262 114.929 2.34315L120.586 8L114.929 13.6569C114.538 14.0474 114.538 14.6805 114.929 15.0711C115.319 15.4616 115.953 15.4616 116.343 15.0711L122.707 8.70711ZM0 9H3.05V7H0V9ZM9.15 9H15.25V7H9.15V9ZM21.35 9H27.45V7H21.35V9ZM33.55 9H39.65V7H33.55V9ZM45.75 9H51.85V7H45.75V9ZM57.95 9H64.05V7H57.95V9ZM70.15 9H76.25V7H70.15V9ZM82.35 9H88.45V7H82.35V9ZM94.55 9H100.65V7H94.55V9ZM106.75 9H112.85V7H106.75V9ZM118.95 9H122V7H118.95V9Z" fill="#181818" />
|
||||||
|
|||||||
@ -307,7 +307,7 @@ export default function ZipvanQuote() {
|
|||||||
<div className="zip-wrap" style={{ maxWidth: 1100, margin: "0 auto" }}>
|
<div className="zip-wrap" style={{ maxWidth: 1100, margin: "0 auto" }}>
|
||||||
<div className="pd_top_90" />
|
<div className="pd_top_90" />
|
||||||
<div className="section_title type_four text-center">
|
<div className="section_title type_four text-center">
|
||||||
<h4 className="sm_title"> What We Offer</h4>
|
<h4 className="sm_title">Fast Checkout</h4>
|
||||||
<div className="title_whole">
|
<div className="title_whole">
|
||||||
<h2 className="title">See Your All-In Price in 10 Seconds</h2>
|
<h2 className="title">See Your All-In Price in 10 Seconds</h2>
|
||||||
<p>Enter pickup & drop-off. Your price is locked—no fuel or weekend fees.</p>
|
<p>Enter pickup & drop-off. Your price is locked—no fuel or weekend fees.</p>
|
||||||
|
|||||||
@ -13,7 +13,7 @@ export default function AboutUs() {
|
|||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Layout breadcrumbTitle="About Us" footerStyle={2}>
|
<Layout breadcrumbTitle="About Us" footerStyle={2} background="/assets/images/about-us/about-banner.webp">
|
||||||
{/*-about*/}
|
{/*-about*/}
|
||||||
<section className="about-section position-relative">
|
<section className="about-section position-relative">
|
||||||
{/*-============spacing==========-*/}
|
{/*-============spacing==========-*/}
|
||||||
@ -85,15 +85,15 @@ export default function AboutUs() {
|
|||||||
Experience</h6>
|
Experience</h6>
|
||||||
</div>
|
</div>
|
||||||
<div className="m_image">
|
<div className="m_image">
|
||||||
<img src="/assets/images/about/about-1-min.png" alt="img" className="img-fluid" />
|
<img src="/assets/images/about-us/about-company.webp" alt="img" className="img-fluid" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-lg-6 col-md-12 col-sm-12 pd_left_80">
|
<div className="col-lg-6 col-md-12 col-sm-12 pd_left_80">
|
||||||
<div className="section_title type_one">
|
<div className="section_title type_one">
|
||||||
<h4 className="sm_title"> About Company</h4>
|
<h4 className="sm_title"> About Us</h4>
|
||||||
<div className="title_whole">
|
<div className="title_whole">
|
||||||
<h2 className="title"> We’re a Trusted and Professional Insurance Company </h2>
|
<h2 className="title"> Your Hassle-Free Moving Partner</h2>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
At Zip Van, we’re rewriting the way people think about moving.
|
At Zip Van, we’re rewriting the way people think about moving.
|
||||||
@ -161,9 +161,9 @@ export default function AboutUs() {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-lg-9 pd_right_70">
|
<div className="col-lg-9 pd_right_70">
|
||||||
<div className="section_title type_two">
|
<div className="section_title type_two">
|
||||||
<h4 className="sm_title"> Why Choose Us</h4>
|
<h4 className="sm_title"> We Handle Everything</h4>
|
||||||
<div className="title_whole">
|
<div className="title_whole">
|
||||||
<h2 className="title"> What We Do</h2>
|
<h2 className="title">Furniture, Appliances, Small Moves & More</h2>
|
||||||
</div>
|
</div>
|
||||||
{/*-============spacing==========-*/}
|
{/*-============spacing==========-*/}
|
||||||
<div className="pd_bottom_20" />
|
<div className="pd_bottom_20" />
|
||||||
@ -215,15 +215,15 @@ export default function AboutUs() {
|
|||||||
<div className="col-lg-4 mr_left_minus_240">
|
<div className="col-lg-4 mr_left_minus_240">
|
||||||
<div className="image_box_only type_one mr_top_minus_10">
|
<div className="image_box_only type_one mr_top_minus_10">
|
||||||
<svg width={584} height={361} viewBox="0 0 584 361" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width={584} height={361} viewBox="0 0 584 361" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path d="M511.94 27.9446C450.328 34.2751 426.172 86.6367 388.192 42.1471C376.849 28.8672 369.496 15.8049 356.881 7.85635C320.869 -14.8308 288.183 39.7147 254.098 21.6142C232.361 10.0692 201.495 -12.2949 160.749 11.4556C139.809 23.6643 131.75 43.9955 121.113 68.4992C98.9077 119.645 51.9621 120.301 18.0526 171.855C-10.8735 215.844 -1.72306 261.738 34.5651 282.861C76.3006 307.166 118.003 290.991 175.305 284.117C225.771 278.064 241.38 321.316 288.013 349.769C320.203 369.405 356.398 361.394 387.85 339.164C428.965 310.102 443.933 276.977 463.164 237.902C484.401 194.736 514.067 182.433 539.686 166.375C618.882 116.728 578.36 21.1282 511.94 27.9446Z" fill="#2D947A" />
|
<path d="M511.94 27.9446C450.328 34.2751 426.172 86.6367 388.192 42.1471C376.849 28.8672 369.496 15.8049 356.881 7.85635C320.869 -14.8308 288.183 39.7147 254.098 21.6142C232.361 10.0692 201.495 -12.2949 160.749 11.4556C139.809 23.6643 131.75 43.9955 121.113 68.4992C98.9077 119.645 51.9621 120.301 18.0526 171.855C-10.8735 215.844 -1.72306 261.738 34.5651 282.861C76.3006 307.166 118.003 290.991 175.305 284.117C225.771 278.064 241.38 321.316 288.013 349.769C320.203 369.405 356.398 361.394 387.85 339.164C428.965 310.102 443.933 276.977 463.164 237.902C484.401 194.736 514.067 182.433 539.686 166.375C618.882 116.728 578.36 21.1282 511.94 27.9446Z" fill="#ff6600" />
|
||||||
</svg>
|
</svg>
|
||||||
<div className="image one">
|
<div className="image one">
|
||||||
<img src="https://themepanthers.com/wp/vankine/v1/wp-content/uploads/2022/12/choose-1-min.png" width={375} height={490} decoding="async" data-src="https://themepanthers.com/wp/vankine/v1/wp-content/uploads/2022/12/choose-1-min.png" alt="img" data-ll-status="loaded" className="entered litespeed-loaded" /><noscript><img width="375" height="490"
|
<img src="/assets/images/about-us/why-choose-us-left.webp" width={375} height={490} decoding="async" data-src="https://themepanthers.com/wp/vankine/v1/wp-content/uploads/2022/12/choose-1-min.png" alt="img" data-ll-status="loaded" className="entered litespeed-loaded" /><noscript><img width="375" height="490"
|
||||||
decoding="async"
|
decoding="async"
|
||||||
src="https://themepanthers.com/wp/vankine/v1/wp-content/uploads/2022/12/choose-1-min.png"
|
src="https://themepanthers.com/wp/vankine/v1/wp-content/uploads/2022/12/choose-1-min.png"
|
||||||
alt="img" /></noscript></div>
|
alt="img" /></noscript></div>
|
||||||
<div className="image two">
|
<div className="image two">
|
||||||
<img src="https://themepanthers.com/wp/vankine/v1/wp-content/uploads/2022/12/service-8-min.jpg" width={648} height={648} decoding="async" data-src="https://themepanthers.com/wp/vankine/v1/wp-content/uploads/2022/12/service-8-min.jpg" alt="img" data-ll-status="loaded" className="entered litespeed-loaded" /><noscript><img width="648" height="648"
|
<img src="/assets/images/about-us/why-choose-us-right.webp" width={648} height={648} decoding="async" data-src="https://themepanthers.com/wp/vankine/v1/wp-content/uploads/2022/12/service-8-min.jpg" alt="img" data-ll-status="loaded" className="entered litespeed-loaded" /><noscript><img width="648" height="648"
|
||||||
decoding="async"
|
decoding="async"
|
||||||
src="https://themepanthers.com/wp/vankine/v1/wp-content/uploads/2022/12/service-8-min.jpg"
|
src="https://themepanthers.com/wp/vankine/v1/wp-content/uploads/2022/12/service-8-min.jpg"
|
||||||
alt="img" /></noscript></div>
|
alt="img" /></noscript></div>
|
||||||
@ -250,7 +250,7 @@ export default function AboutUs() {
|
|||||||
<img src="/assets/images/Graphics.png" className="img-fluid" alt="img" />
|
<img src="/assets/images/Graphics.png" className="img-fluid" alt="img" />
|
||||||
</div>
|
</div>
|
||||||
<div className="m_image">
|
<div className="m_image">
|
||||||
<img src="/assets/images/about/about-h-6-min.png" className="img-fluid" alt="img" />
|
<img src="/assets/images/about-us/amazing-company.webp" className="img-fluid" alt="img" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/*-============spacing==========-*/}
|
{/*-============spacing==========-*/}
|
||||||
@ -259,9 +259,9 @@ export default function AboutUs() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="col-lg-6 col-md-12">
|
<div className="col-lg-6 col-md-12">
|
||||||
<div className="section_title type_one">
|
<div className="section_title type_one">
|
||||||
<h4 className="sm_title"> Amazing Company</h4>
|
<h4 className="sm_title"> Why Choose Us</h4>
|
||||||
<div className="title_whole">
|
<div className="title_whole">
|
||||||
<h2 className="title"> What Sets Us Apart</h2>
|
<h2 className="title">Safe, Simple, Fast, Flexible</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/*-============spacing==========-*/}
|
{/*-============spacing==========-*/}
|
||||||
@ -330,9 +330,9 @@ export default function AboutUs() {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-lg-6">
|
<div className="col-lg-6">
|
||||||
<div className="section_title type_one">
|
<div className="section_title type_one">
|
||||||
<h4 className="sm_title"> Why Choose Us</h4>
|
<h4 className="sm_title"> Our mission</h4>
|
||||||
<div className="title_whole">
|
<div className="title_whole">
|
||||||
<h2 className="title"> Our Mission</h2>
|
<h2 className="title"> Making Moving Simple for Everyone</h2>
|
||||||
</div>
|
</div>
|
||||||
<p>We make moving easy, affordable, and stress-free for everyday people. No hidden costs, no complicated rentals, no waiting weeks for store delivery. Just reliable vans, helpful drivers, and a simple booking process.</p>
|
<p>We make moving easy, affordable, and stress-free for everyday people. No hidden costs, no complicated rentals, no waiting weeks for store delivery. Just reliable vans, helpful drivers, and a simple booking process.</p>
|
||||||
<p>At Zip Van, we believe moving should fit your life — not the other way around.</p>
|
<p>At Zip Van, we believe moving should fit your life — not the other way around.</p>
|
||||||
@ -355,7 +355,7 @@ export default function AboutUs() {
|
|||||||
<img src="/assets/images/Graphics.png" className="img-fluid" alt="img" />
|
<img src="/assets/images/Graphics.png" className="img-fluid" alt="img" />
|
||||||
</div>
|
</div>
|
||||||
<div className="image_box_only type_ten mr_bottom_minus_100">
|
<div className="image_box_only type_ten mr_bottom_minus_100">
|
||||||
<img src="/assets/images/home-tese-min.jpg" className="img-fluid" alt="img" />
|
<img src="/assets/images/about-us/our-mission.webp" className="img-fluid" alt="img" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/*-============spacing==========-*/}
|
{/*-============spacing==========-*/}
|
||||||
@ -384,9 +384,9 @@ export default function AboutUs() {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-lg-12">
|
<div className="col-lg-12">
|
||||||
<div className="section_title text-center color_white type_one">
|
<div className="section_title text-center color_white type_one">
|
||||||
<h4 className="sm_title">Company Statistics Analysis</h4>
|
<h4 className="sm_title">Achievements at a Glance</h4>
|
||||||
<div className="title_whole">
|
<div className="title_whole">
|
||||||
<h2 className="title">Great Achievement For Insurance</h2>
|
<h2 className="title">Delivering With Care</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -400,7 +400,12 @@ export default function AboutUs() {
|
|||||||
<div className="fun_facts type_one color_white">
|
<div className="fun_facts type_one color_white">
|
||||||
<div className="icon trans">
|
<div className="icon trans">
|
||||||
<div className="icon_in trans">
|
<div className="icon_in trans">
|
||||||
<i className=" flaticon-satisfaction" /></div>
|
<img
|
||||||
|
src="/assets/images/about-us/icons/customers-served.webp"
|
||||||
|
alt="Satisfaction Icon"
|
||||||
|
className="img-fluid"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4>
|
<h4>
|
||||||
|
|
||||||
@ -417,7 +422,12 @@ export default function AboutUs() {
|
|||||||
<div className="fun_facts type_one color_white">
|
<div className="fun_facts type_one color_white">
|
||||||
<div className="icon trans">
|
<div className="icon trans">
|
||||||
<div className="icon_in trans">
|
<div className="icon_in trans">
|
||||||
<i className=" flaticon-business-people" /></div>
|
<img
|
||||||
|
src="/assets/images/about-us/icons/cities.webp"
|
||||||
|
alt="Satisfaction Icon"
|
||||||
|
className="img-fluid"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4>
|
<h4>
|
||||||
|
|
||||||
@ -434,7 +444,12 @@ export default function AboutUs() {
|
|||||||
<div className="fun_facts type_one color_white">
|
<div className="fun_facts type_one color_white">
|
||||||
<div className="icon trans">
|
<div className="icon trans">
|
||||||
<div className="icon_in trans">
|
<div className="icon_in trans">
|
||||||
<i className=" flaticon-presenter" /></div>
|
<img
|
||||||
|
src="/assets/images/about-us/icons/vehicles.webp"
|
||||||
|
alt="Satisfaction Icon"
|
||||||
|
className="img-fluid"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4>
|
<h4>
|
||||||
|
|
||||||
@ -451,7 +466,12 @@ export default function AboutUs() {
|
|||||||
<div className="fun_facts type_one color_white">
|
<div className="fun_facts type_one color_white">
|
||||||
<div className="icon trans">
|
<div className="icon trans">
|
||||||
<div className="icon_in trans">
|
<div className="icon_in trans">
|
||||||
<i className=" flaticon-trophy" /></div>
|
<img
|
||||||
|
src="/assets/images/about-us/icons/experience.webp"
|
||||||
|
alt="Satisfaction Icon"
|
||||||
|
className="img-fluid"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4>
|
<h4>
|
||||||
|
|
||||||
|
|||||||
BIN
public/assets/images/about-us/about-banner.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/assets/images/about-us/about-company.webp
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/assets/images/about-us/amazing-company.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/assets/images/about-us/icons/cities.webp
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/assets/images/about-us/icons/customers-served.webp
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/assets/images/about-us/icons/experience.webp
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/assets/images/about-us/icons/vehicles.webp
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/assets/images/about-us/our-mission.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
public/assets/images/about-us/why-choose-us-left.webp
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/assets/images/about-us/why-choose-us-right.webp
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
public/assets/images/home/banner/home-banner-1.webp
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
public/assets/images/home/banner/home-banner-2.webp
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
public/assets/images/home/banner/home-banner-3.webp
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
public/assets/images/home/icons/cities.webp
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
public/assets/images/home/icons/customers-served.webp
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/assets/images/home/icons/experience.webp
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/assets/images/home/icons/step-1.webp
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/assets/images/home/icons/step-2.webp
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/assets/images/home/icons/step-3.webp
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/assets/images/home/icons/vehicles.webp
Normal file
|
After Width: | Height: | Size: 1.6 KiB |