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/about/ drwxrwxrwx | |
| Viewing file: Select action/file-type: import { Link } from "react-router-dom";
function Banner() {
return (
<>
<section
className="bg-half bg-light d-table w-100"
style={{
paddingTop: "50px !important",
paddingBottom: "0px !important",
backgroundImage: `url('images/contact/about_top.jpg')`,
}}
>
<div className="bg-overlay"></div>
<div className="container">
<div className="row justify-content-center">
<div className="col-lg-12 text-center">
<div className="page-next-level">
<h4 className="title text-white">About Us</h4>
<div className="page-next">
<nav aria-label="breadcrumb" className="d-inline-block">
<ul className="breadcrumb bg-white rounded shadow mb-0">
<li className="breadcrumb-item">
<Link to="/">Home</Link>
</li>
<li className="breadcrumb-item active">About US</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</section>
<div className="position-relative">
<div className="shape overflow-hidden text-white">
<svg
viewBox="0 0 2880 48"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0 48H1437.5H2880V0H2160C1442.5 52 720 0 720 0H0V48Z"
fill="currentColor"
></path>
</svg>
</div>
</div>
</>
);
}
export default Banner;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0052 ]-- |