Commit 036aaa0b by Ravindra Kanojiya

updated home page

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