Commit 242f1461 by Ravindra Kanojiya

updated footer menu

1 parent a9bf162a
...@@ -54,23 +54,24 @@ const Footer = () => { ...@@ -54,23 +54,24 @@ const Footer = () => {
</Link> </Link>
</li> </li>
<li className="mb-3"> <li className="mb-3">
<Link href="/collections"> <Link href="/collections/kitchens">
Collections Collections
</Link> </Link>
</li> </li>
<li className="mb-3"> <li className="mb-3">
<Link href="/brands"> <Link href="/brands/valcucine">
Brands Brands
</Link> </Link>
</li> </li>
<li className="mb-3"> <li className="mb-3">
<Link href="/products"> <Link href="/catalogue">
Products Catalogue
</Link> </Link>
</li> </li>
<li> <li className="">
<Link href="/projects"> <Link href="/contacts">
Projects Contacts
</Link> </Link>
</li> </li>
</ul> </ul>
...@@ -87,11 +88,26 @@ const Footer = () => { ...@@ -87,11 +88,26 @@ const Footer = () => {
</li> </li>
<li className="mb-3"> <li className="mb-3">
<Link href="/collections/wardrobes"> <Link href="/collections/wardrobes">
Wardrobes and Systems Wardrobes
</Link>
</li>
<li className="mb-3">
<Link href="/collections/doors-and-partitions">
Doors and Partitions
</Link>
</li>
<li className="mb-3">
<Link href="/collections/furniture-accessories">
Furniture Accessories
</Link>
</li>
<li className="mb-3">
<Link href="/collections/wall-panelling-and-shelving-system">
Wall Panelling & Shelving System
</Link> </Link>
</li> </li>
<li> <li>
<Link href="/collections/surface"> <Link href="/collections/surfaces">
Surface Surface
</Link> </Link>
</li> </li>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!