Skip to content

Commit

Permalink
Add base FooterContent
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 authored Oct 25, 2023
1 parent fcad53d commit f8b5651
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pwa/src/templates/templateParts/footer/FooterContent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[
{
"title": "Contact",
"items": [
{
"ariaLabel": "Phone number",
"value": "+31 (0)85 3036840",
"link": "tel:+31 (0)85 3036840",
"icon": { "prefix": "fas", "icon": "phone", "placement": "left" }
},
{
"ariaLabel": "Email address",
"value": "[email protected]",
"link": "mailto:[email protected]",
"icon": { "prefix": "fas", "icon": "envelope", "placement": "left" }
},
{
"label": "Address",
"ariaLabel": "Address",
"value": "Lauriergracht 14h"
}
]
}
]

0 comments on commit f8b5651

Please sign in to comment.