favicon and mail address updated
This commit is contained in:
parent
4292c4bde2
commit
11993a630e
@ -33,7 +33,7 @@ const Contactpage = () => {
|
||||
</div>
|
||||
<div className="office-info-text">
|
||||
<h2>Email Us</h2>
|
||||
<p>Politian@gmail.com</p>
|
||||
<p>info@janahanlaw.com</p>
|
||||
<p>helloyou@gmail.com</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -28,7 +28,7 @@ const HeaderTopbar = () => {
|
||||
</div>
|
||||
<div className="info-text">
|
||||
<span>E-mail Now:</span>
|
||||
<p>politian@gmail.com</p>
|
||||
<p>info@janahanlaw.com</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="contact-info">
|
||||
|
||||
@ -69,9 +69,9 @@ const Footer = (props) => {
|
||||
<div className="widget about-widget">
|
||||
<ul className="info">
|
||||
<li>Phone: 111-222-333-2155</li>
|
||||
<li>Email: contact@mail.com</li>
|
||||
<li>Address: 22/1 Melborane city austria,
|
||||
human resoerch, Canada</li>
|
||||
<Link href="mailto:info@janahanlaw.com"> <li>Email: info@janahanlaw.com </li></Link>
|
||||
{/* <li>Address: 22/1 Melborane city austria,
|
||||
human resoerch, Canada</li> */}
|
||||
</ul>
|
||||
<div className="social">
|
||||
<ul>
|
||||
@ -113,7 +113,7 @@ const Footer = (props) => {
|
||||
<div className="row text-center align-items-center">
|
||||
<div className="col col-lg-12 col-md-12 col-12">
|
||||
<ul>
|
||||
<li>Copyright {new Date().getFullYear()} © Janahan Law. Powered by <a href="https://metatroncubesolutions.com/">MetatronCube</a>. All Right Reserved.{new Date().getFullYear()}</li>
|
||||
<li>Copyright {new Date().getFullYear()} © Janahan Law. Powered by <a href="https://metatroncubesolutions.com/">MetatronCube</a>. All Right Reserved.{new Date().getFullYear()}</li>
|
||||
</ul>
|
||||
</div>
|
||||
{/* <div className="col col-lg-6 col-md-12 col-12">
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 4.2 KiB |
@ -595,8 +595,8 @@
|
||||
|
||||
.wpo-service-item {
|
||||
padding: 40px 30px;
|
||||
background: $white;
|
||||
box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
|
||||
background: #102548;
|
||||
// box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
|
||||
border-radius: 10px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
@ -651,16 +651,16 @@
|
||||
}
|
||||
|
||||
a {
|
||||
color: $dark-gray;
|
||||
color: $white;
|
||||
|
||||
&:hover {
|
||||
color: $theme-primary-color;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
color: $text-color;
|
||||
color: $white;
|
||||
margin-bottom: 0;
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
.features-wrap {
|
||||
.feature-item {
|
||||
padding: 44px 50px;
|
||||
background: rgb(215 58 62 / 24%);
|
||||
box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
|
||||
background: #d73a3e3d;
|
||||
// box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
|
||||
border-radius: 20px;
|
||||
text-align: center;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user