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/ drwxrwxrwx | |
| Viewing file: Select action/file-type: function ServiceFeature() {
const style = {
withTitle: {
fontSize: "20px",
fontWeight: 700,
lineHeight: "1.1em",
color: "#E91A2F",
},
title: {
fontSize: "40px",
fontWeight: 800,
lineHeight: "1.1em",
color: "#343940",
},
};
return (
<>
<section
className="section"
style={{
paddingTop: "50px !important",
paddingBottom: "0px !important",
backgroundImage: `url('images/divers.jpg')`,
}}
>
<div className="container">
<div className="row justify-content-center">
<div className="col-12 text-center">
<div className="section-title mb-4 pb-2">
<h2 className="" style={style.withTitle}>
PMB SERVICE FEATURES
</h2>
<h2 className="title mx-auto mb-0" style={style.title}>
The Communication Service <br /> (SMS & VOICE) Provider
Company
</h2>
</div>
</div>
</div>
<div className="row">
<div className="col-xl-3 col-lg-3 col-md-6 col-sm-6 mt-4 pt-2">
<div
className="card work-process border-0 rounded service-card"
style={{
boxShadow: "0px 0px 10px 0px rgba(0, 0, 0, 0.28)",
}}
>
<div className="card-body">
<span class="h1 icon2 text-primary">
<i class="uil uil-comment-alt-chart-lines"></i>
</span>
<h4
className="display-6 font-weight-bold"
style={{ color: "rgb(90 98 125)" }}
>
SMS <br />
HUBBING
</h4>
<p className="text-black para">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy.
</p>
{/* <a href="javascript:void(0)" className="text-primary">
Read more <i className="mdi mdi-chevron-right"></i>
</a>
<ul className="list-unstyled d-flex justify-content-between mb-0 mt-2">
<li className="step h1 mb-0 font-weight-bold">Step 01.</li>
<li className="step-icon">
<i className="mdi mdi-chevron-double-right mdi-36px"></i>
</li>
</ul> */}
</div>
</div>
</div>
<div className="col-xl-3 col-lg-3 col-md-6 col-sm-6 mt-4 pt-2">
<div
className="card work-process service-card border-0 rounded"
style={{
boxShadow: "0px 0px 10px 0px rgba(0, 0, 0, 0.28)",
}}
>
<div className="card-body">
<span class="h1 icon2 text-primary">
<i class="uil uil-laptop-cloud"></i>
</span>
<h4
className="display-6 font-weight-bold"
style={{ color: "rgb(90 98 125)" }}
>
A2Z <br />
TERMINATIONS
</h4>
<p className="text-black para">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy.
</p>
{/* <a href="javascript:void(0)" className="text-primary">
Read more <i className="mdi mdi-chevron-right"></i>
</a>
<ul className="list-unstyled d-flex justify-content-between mb-0 mt-2">
<li className="step h1 mb-0 font-weight-bold">Step 01.</li>
<li className="step-icon">
<i className="mdi mdi-chevron-double-right mdi-36px"></i>
</li>
</ul> */}
</div>
</div>
</div>
<div className="col-xl-3 col-lg-3 col-md-6 col-sm-6 mt-4 pt-2">
<div
className="card work-process border-0 rounded service-card"
style={{
boxShadow: "0px 0px 10px 0px rgba(0, 0, 0, 0.28)",
}}
>
<div className="card-body">
<span class="h1 icon2 text-primary">
<i class="uil uil-desktop"></i>
</span>
<h4
className="display-6 font-weight-bold"
style={{ color: "rgb(90 98 125)" }}
>
TOPUP <br />
INTERNATIONAL
</h4>
<p className="text-black para">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy.
</p>
{/* <a href="javascript:void(0)" className="text-primary">
Read more <i className="mdi mdi-chevron-right"></i>
</a> */}
{/* <ul className="list-unstyled d-flex justify-content-between mb-0 mt-2">
<li className="step h1 mb-0 font-weight-bold">Step 02.</li>
<li className="step-icon">
<i className="mdi mdi-chevron-double-right mdi-36px"></i>
</li>
</ul> */}
</div>
</div>
</div>
<div className="col-xl-3 col-lg-3 col-md-6 col-sm-6 mt-4 pt-2">
<div
className="card work-process border-0 rounded service-card"
style={{
boxShadow: "0px 0px 10px 0px rgba(0, 0, 0, 0.28)",
}}
>
<div className="card-body">
<span class="h1 icon2 text-primary">
<i class="uil uil-wifi-router"></i>
</span>
<h4
className="display-6 font-weight-bold"
style={{ color: "rgb(90 98 125)" }}
>
MANAGE <br />
IT SERVICE
</h4>
<p className="text-black para">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy.
</p>
{/* <a href="javascript:void(0)" className="text-primary">
Read more <i className="mdi mdi-chevron-right"></i>
</a>
<ul className="list-unstyled d-flex justify-content-between mb-0 mt-2">
<li className="step h1 mb-0 font-weight-bold">Step 03.</li>
<li className="step-icon">
<i className="mdi mdi-check-all mdi-36px"></i>
</li>
</ul> */}
</div>
</div>
</div>
</div>
</div>
</section>
</>
);
}
export default ServiceFeature;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0054 ]-- |