feat: plus de lien en pied de page
This commit is contained in:
parent
a8b94264cd
commit
a4aa1f9e0d
1 changed files with 15 additions and 2 deletions
|
|
@ -11,8 +11,21 @@ const navBarLinks = [
|
||||||
|
|
||||||
const footerLinks = [
|
const footerLinks = [
|
||||||
{
|
{
|
||||||
section: "La maison",
|
section: "Intérieur",
|
||||||
links: [{ name: "Pièces", url: "/pieces/" }],
|
links: [
|
||||||
|
{ name: "Bureau", url: "/avec-un-grand-bureau/" },
|
||||||
|
{ name: "Suite", url: "/avec-une-belle-suite/" },
|
||||||
|
{ name: "Toutes les pièces", url: "/pieces/" },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
section: "Extérieur",
|
||||||
|
links: [
|
||||||
|
{ name: "Terrasse", url: "/avec-terrasse/" },
|
||||||
|
{ name: "Piscine", url: "/avec-piscine/" },
|
||||||
|
{ name: "Impasse", url: "/dans-une-impasse/" },
|
||||||
|
{ name: "Quartier", url: "/quartier-cantepau/" },
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
section: "Contact",
|
section: "Contact",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue