Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/pmb/src/components/service/ drwxrwxrwx | |
| Viewing file: Select action/file-type: function Partner() {
const style = {
para: { color: "#7e7e7e", fontWeight: 400, fontSize: "16px" },
para2: { fontWeight: 700, fontSize: "24px" },
withTitle: {
fontSize: "20px",
fontWeight: 700,
lineHeight: "1.1em",
color: "#E91A2F",
},
title: {
fontSize: "40px",
fontWeight: 800,
lineHeight: "1.1em",
color: "#343940",
},
};
return (
<>
<section className="section mb-4">
<div className="container">
<div className="row">
<div className="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div
className="card catagories text-center rounded border-0"
data-aos="fade-up"
data-aos-duration="1000"
>
<div className="card-body">
<img
src="images/icon/chat.svg"
className="avatar avatar-small mb-3"
alt=""
/>
<h5>
<a href="javascript:void(0)" className="text-dark">
Fast Speed
</a>
</h5>
<p class="text-muted para-desc">
Start working with{" "}
<span class="text-danger font-weight-bold">PMB</span> that
can provide everything you need to generate awareness, drive
traffic, connect.
</p>
</div>
</div>
</div>
<div className="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div
className="card catagories text-center rounded border-0"
data-aos="fade-up"
data-aos-duration="1300"
>
<div className="card-body">
<img
src="images/icon/customer-service.svg"
className="avatar avatar-small mb-3"
alt=""
/>
<h5>
<a href="javascript:void(0)" className="text-dark">
Flexible Tariff Plans
</a>
</h5>
<p class="text-muted para-desc">
Start working with{" "}
<span class="text-danger font-weight-bold">PMB</span> that
can provide everything you need to generate awareness, drive
traffic, connect.
</p>
</div>
</div>
</div>
<div className="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div
className="card catagories text-center rounded border-0"
data-aos="fade-up"
data-aos-duration="1600"
>
<div className="card-body">
<img
src="images/icon/user.svg"
className="avatar avatar-small mb-3"
alt=""
/>
<h5>
<a href="javascript:void(0)" className="text-dark">
24/7 Support
</a>
</h5>
<p class="text-muted para-desc">
Start working with{" "}
<span class="text-danger font-weight-bold">PMB</span> that
can provide everything you need to generate awareness, drive
traffic, connect.
</p>
</div>
</div>
</div>
<div className="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div
className="card catagories text-center rounded border-0"
data-aos="fade-up"
data-aos-duration="1900"
>
<div className="card-body">
<img
src="images/icon/call.svg"
className="avatar avatar-small mb-3"
alt=""
/>
<h5>
<a href="javascript:void(0)" className="text-dark">
MANAGE IT SERVICE
</a>
</h5>
<p class="text-muted para-desc">
Start working with{" "}
<span class="text-danger font-weight-bold">PMB</span> that
can provide everything you need to generate awareness, drive
traffic, connect.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</>
);
}
export default Partner;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0831 ]-- |