favicon and mail address updated

This commit is contained in:
Alaguraj0361 2025-08-14 14:36:29 +05:30
parent 4292c4bde2
commit 11993a630e
6 changed files with 13 additions and 13 deletions

View File

@ -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>

View File

@ -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">

View File

@ -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

View File

@ -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;

View File

@ -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;