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