Commit 036aaa0b by Ravindra Kanojiya

updated home page

1 parent 92b61b84
...@@ -12,7 +12,7 @@ const Footer = () => { ...@@ -12,7 +12,7 @@ const Footer = () => {
<Col lg={3} md={6} className="footer-cotent"> <Col lg={3} md={6} className="footer-cotent">
<Image <Image
src="/image/footer-logo.png" src="/image/footer-logo.svg"
alt="logo" alt="logo"
width={278} width={278}
height={51} height={51}
...@@ -22,8 +22,7 @@ const Footer = () => { ...@@ -22,8 +22,7 @@ const Footer = () => {
<li className="d-flex mb-3 gap-2 align-items-baseline"> <li className="d-flex mb-3 gap-2 align-items-baseline">
<i className="fa-solid fa-location-dot"></i> <i className="fa-solid fa-location-dot"></i>
<span> <span>
9th Floor, Nirmal Building, Nariman Point, Raghuvanshi Mill compound, 8A, Senapati<br /> Bapat Marg, Gandhi Nagar, Upper Worli,<br /> Lower Parel, Mumbai, Maharashtra 400013
<br /> Mumbai 400021, Maharashtra, India
</span> </span>
</li> </li>
<li className="d-flex align-items-center mb-3 gap-2"> <li className="d-flex align-items-center mb-3 gap-2">
...@@ -46,25 +45,25 @@ const Footer = () => { ...@@ -46,25 +45,25 @@ const Footer = () => {
<Row> <Row>
{/* Quick Links */} {/* Quick Links */}
<Col lg={4} xs={6} className="footer-cotent ps-md-4"> <Col lg={4} xs={6} className="footer-cotent ps-md-4">
<h6 className="fw-bold mb-3">Quick Links</h6> <h6 className="mb-3">Quick Links</h6>
<ul className="list-unstyled"> <ul className="list-unstyled">
<li className="mb-3"> <li className="mb-2">
<Link href="/about"> <Link href="/about">
About About
</Link> </Link>
</li> </li>
<li className="mb-3"> <li className="mb-2">
<Link href="/collections/kitchens"> <Link href="/collections/kitchens">
Collections Collections
</Link> </Link>
</li> </li>
<li className="mb-3"> <li className="mb-2">
<Link href="/brands/valcucine"> <Link href="/brands/valcucine">
Brands Brands
</Link> </Link>
</li> </li>
<li className="mb-3"> <li className="mb-2">
<Link href="/catalogue"> <Link href="/catalogue">
Catalogue Catalogue
</Link> </Link>
...@@ -79,29 +78,29 @@ const Footer = () => { ...@@ -79,29 +78,29 @@ const Footer = () => {
{/* Collections */} {/* Collections */}
<Col lg={4} xs={6} className="footer-cotent ps-md-4"> <Col lg={4} xs={6} className="footer-cotent ps-md-4">
<h6 className="fw-bold mb-3">Collections</h6> <h6 className="mb-3">Collections</h6>
<ul className="list-unstyled"> <ul className="list-unstyled">
<li className="mb-3"> <li className="mb-2">
<Link href="/collections/kitchens"> <Link href="/collections/kitchens">
Kitchens Kitchens
</Link> </Link>
</li> </li>
<li className="mb-3"> <li className="mb-2">
<Link href="/collections/wardrobes"> <Link href="/collections/wardrobes">
Wardrobes Wardrobes
</Link> </Link>
</li> </li>
<li className="mb-3"> <li className="mb-2">
<Link href="/collections/doors-and-partitions"> <Link href="/collections/doors-and-partitions">
Doors and Partitions Doors and Partitions
</Link> </Link>
</li> </li>
<li className="mb-3"> <li className="mb-2">
<Link href="/collections/furniture-accessories"> <Link href="/collections/furniture-accessories">
Furniture Accessories Furniture Accessories
</Link> </Link>
</li> </li>
<li className="mb-3"> <li className="mb-2">
<Link href="/collections/wall-panelling-and-shelving-system"> <Link href="/collections/wall-panelling-and-shelving-system">
Wall Panelling & Shelving System Wall Panelling & Shelving System
</Link> </Link>
...@@ -115,20 +114,20 @@ const Footer = () => { ...@@ -115,20 +114,20 @@ const Footer = () => {
</Col> </Col>
{/* Policies */} {/* Policies */}
<Col lg={4} md={6} className="ps-md-4"> <Col lg={4} md={6} className="footer-cotent ps-md-4">
<h6 className="fw-bold mb-3">Policies</h6> <h6 className="mb-3">Policies</h6>
<ul className="list-unstyled"> <ul className="list-unstyled">
<li className="mb-3"> <li className="mb-2">
<Link href="/privacy-policy"> <Link href="/privacy-policy">
Privacy Policy Privacy Policy
</Link> </Link>
</li> </li>
<li className="mb-3"> <li className="mb-2">
<Link href="/terms"> <Link href="/terms">
Terms and Conditions Terms and Conditions
</Link> </Link>
</li> </li>
<li className="mb-3"> <li className="mb-2">
<Link href="/cookie-policy"> <Link href="/cookie-policy">
Cookie Policy Cookie Policy
</Link> </Link>
......
This diff could not be displayed because it is too large.
...@@ -877,7 +877,16 @@ h2.heading>p{ ...@@ -877,7 +877,16 @@ h2.heading>p{
cursor: not-allowed; cursor: not-allowed;
opacity: 0.7; opacity: 0.7;
} }
footer .footer-cotent h6{
color: #0F0F0F;
font-weight: 400;
font-size: 14px;
}
footer a,
footer li {
color: #0F0F0F !important;
font-size: 14px;
}
@media only screen and (max-width: 1023px) { @media only screen and (max-width: 1023px) {
} }
/* ===== Mobile ===== */ /* ===== Mobile ===== */
......
...@@ -284,11 +284,7 @@ footer { ...@@ -284,11 +284,7 @@ footer {
footer h6 { footer h6 {
text-transform: uppercase; text-transform: uppercase;
} }
footer a,
footer li {
color: #0f0f0f !important;
font-size: 14px;
}
.social-icons a { .social-icons a {
color: #000 !important; color: #000 !important;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!