products images added

This commit is contained in:
Paul Fresnel
2024-11-09 17:22:56 +01:00
parent d391dcf24e
commit fb1c4406f2
11 changed files with 151 additions and 3 deletions
+2 -2
View File
@@ -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>
-1
View File
@@ -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' },
];