title = "Navigation" url = "/api/v1/navigation" is_hidden = 0 contentType = "json" force_show = 0 == { "success": true, "siteNav": [ { "to": "/", "text": "Home", "bgImgUrl": "/img/devices--bw.jpg"}, { "to": "/galleries", "text": "Galleries", "bgImgUrl": "/img/photo-box--bw.jpg" }, { "to": "/services", "text": "Services", "bgImgUrl": "/img/camera--bw.jpg" }, { "to": "/about", "text": "About Me", "bgImgUrl": "/img/silhouette--dark.jpg" }, { "to": "/contact", "text": "Contact Me", "bgImgUrl": "/img/mail--bw.jpg" } ], "socialNav": [ { "to": "https://www.instagram.com", "text": "Instagram", "icon": "instagram" }, { "to": "https://www.facebook.com", "text": "Facebook", "icon": "facebook" }, { "to": "https://twitter.com", "text": "Twitter", "icon": "twitter" }, { "to": "https://uk.linkedin.com", "text": "LinkedIn", "icon": "linkedin" } ] }