card form added

This commit is contained in:
Paul Fresnel
2024-11-09 16:46:49 +01:00
parent df3268f494
commit d391dcf24e
3 changed files with 218 additions and 85 deletions
+8 -2
View File
@@ -26,7 +26,7 @@ const Header = () => {
height={60}
className="h-12 w-auto"
/>
<span className="ml-3 font-serif text-xl text-bakery-800">
<span className="ml-3 font-serif text-2xl text-bakery-800">
Au Blé d&apos;Or
</span>
</Link>
@@ -71,7 +71,13 @@ const Header = () => {
`}>
<div className="p-4">
<div className="flex justify-between items-center mb-8">
<span className="font-serif text-xl text-bakery-800">Menu</span>
<span className="font-serif text-xl text-bakery-800"><Image
src="/images/ressources/logo.png"
alt="Au Blé d'Or - Boulangerie Artisanale"
width={60}
height={60}
className="mb-4 mr-4"
/><p>Au Blé d&apos;Or</p></span>
<button
onClick={() => setIsMobileMenuOpen(false)}
className="p-2"