Archived
products images added
This commit is contained in:
@@ -39,8 +39,8 @@ const Footer = () => {
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/commander" className="text-bakery-200 hover:text-white transition">
|
||||
Commander
|
||||
<Link href="/contact" className="text-bakery-200 hover:text-white transition">
|
||||
Contact
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -9,7 +9,6 @@ const Header = () => {
|
||||
const navItems = [
|
||||
{ label: 'Nos Produits', href: '/produits' },
|
||||
{ label: 'Notre Histoire', href: '/notre-histoire' },
|
||||
{ label: 'Commander', href: '/commander' },
|
||||
{ label: 'Contact', href: '/contact' },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user