
        <style id="emma-emarketing" type="text/css" media="all">
            /**
            * Emma Emarketing Plugin Stylesheet
            */

            /** Basics **/
            #emma-form { max-width: 100%; }
            #emma-subscription-form { width: 100%; }
            ul#emma-form-elements { list-style-type: none; margin: 0; padding: 0; }
            ul#emma-form-elements li.emma-form-row { list-style-type: none; width: 90%; margin: 3px auto; display: block; }
            ul#emma-form-elements .emma-form-label { float: left; width: 27%; }
            ul#emma-form-elements .emma-form-input { float: right; width: 69%;}
            ul#emma-form-elements .emma-form-row-last { clear: both; }
            ul#emma-form-elements .emma-required { color: #C00; }
            ul#emma-form-elements #emma-form-submit { float: right; }
            ul#emma-form-elements .emma-form-label-required { width: 40%; }
            .emma-status-msg { width: 90%; margin: 0 auto; }
            .emma-error { width: 90%; margin: 0 auto; color: #C00; }
            #emma-subscription-form .validation-container {display: none !important;position: absolute !important;left: -9000px;}

			/* Deprecated */
            #emma-form.x-small { width: 200px; }
            #emma-form.small { width: 280px; }
            #emma-form.medium { width: 300px; }
            #emma-form.large { width: 340px; }
            
            #emma-form.emma-horizontal-layout { width: auto; }
			.emma-horizontal-layout ul#emma-form-elements li.emma-form-row { width:24%; float:left; margin-right: 1%; }
			.emma-horizontal-layout ul#emma-form-elements .emma-form-input { width: 100%; }
			.emma-horizontal-layout #emma-form-submit { width: 100%; padding: 0; height: 37px; }
			.emma-horizontal-layout ul#emma-form-elements li.emma-form-row-last { margin-right: 0; clear: none; }
			.emma-horizontal-layout .emma-form-label,.emma-horizontal-layout .emma-form-label-required { display:none; }
			
			#emma-form.emma-only-email.emma-horizontal-layout ul#emma-form-elements li.emma-form-row { width: 49%; }

			.emma-cf:before,.emma-cf:after { content: " "; display: table; }
			.emma-cf:after { clear: both; }
			.emma-cf { *zoom: 1; }

            /** Customizable Elements **/
            ul#emma-form-elements .emma-form-input {
                border: 1px solid #ead998;
                color: #a0a0a0;
                background-color: #FFF;
            }
            #emma-form input[type="submit"], #emma-form a#emma-form-submit {
                border: 1px solid #ead998;
                color: #FFF;
                background-color: #563818;
                width: 65px;            }
            #emma-form input[type="submit"]:hover, , #emma-form a#emma-form-submit:hover {
                border: 1px solid #ead998;
                color: #fff;
                background-color: #563818;
            }

            #emma-form.x-small ul#emma-form-elements .emma-form-input,
            #emma-form.x-small ul#emma-form-elements .emma-form-label { float: left; width: 97%; }
            
            .spinner{
	            background: url(wp-includes/images/spinner.gif) #fff center no-repeat;
				-webkit-background-size: 20px 20px;
				display: none;
				opacity: 1.7;
				width: 20px;
				height: 20px;
				padding: 15px;
				margin: 30px auto 50px;
				border-radius: 4px;
				box-shadow: 0px 0px 7px rgba(0,0,0,.1);
			}
            
            /* alert text */
            .emma-status, .emma-alert { 
	            width: 100%;
				margin: 1em auto;
				padding: 1em 1em 1em 5em;
				background: rgb(255, 235, 235);
				font-size: .8em;
				font-family: sans-serif;
				font-style: italic;
				color: rgb(71, 71, 71);
				border-radius: 3px;
				border: thin solid rgb(247, 195, 195);
				position: relative;
				box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
			}
			
			.emma-status {
				background: rgb(255, 235, 235);
				border: thin solid rgb(247, 195, 195);
			}
			
			.emma-status:before, .emma-alert:before {
				content: '!';
				position: absolute;
				top: .6em;
				top: 13px;
				left: .5em;
				left: 9px;
				color: #ffffff;
				background: rgb(208, 45, 45);
				height: 30px;
				width: 30px;
				text-align: center;
				font-family: 'Georgia' serif;
				font-size: 1.4em;
				line-height: 1.5em;
				font-style: normal;
				border-radius: 50%;
			}
			
			.emma-status:not(.emma-alert):before {
			    content: '';
			    background: rgb(85, 182, 85);
			}
			
			.emma-status:not(.emma-alert):after {
			    content:'';
			    border: 4px solid #fff;
			    border-top: none;
			    border-left: none;
			    width: 11px;
			    height: 18px;
			    display:block;
			    position: absolute; 
			    top: 16px; 
			    left: 19px;
			    transform: 		   rotate(45deg);
				-webkit-transform: rotate(45deg);
				   -moz-transform: rotate(45deg);
				   	 -o-transform: rotate(45deg);
				   	-ms-transform: rotate(45deg);
			}
			
			.emma-status:not(.emma-alert) {
			    background: rgb(230, 250, 230);
			    border: thin solid rgb(166, 187, 166);
			}
			
			.recaptcha-popup {
				position: fixed;
				z-index: 999999;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				background: rgba(0,0,0,.6);
			}
			
			.recaptcha-popup.hidden {
				display: none;
			}
			
			.recaptcha-popup .inner {
				position: absolute;
				top: 25vh;
				left: 25vw;
				width: 50vw;
				background: #fff;
				border-radius: 2px;
				padding: 2em;
				box-sizing: border-box;
			}
			
			.recaptcha-popup .inner p {
				color: #030303;
				text-align: center;
				font-size: 1.5vw;
				font-size: 1.25rem;
			}
			
			.recaptcha-popup .recaptcha-container > div {
				margin: 0 auto;
				max-width: 100%;
			}
			
			@media only screen and (max-width: 760px) {
				.recaptcha-popup .inner {
					width: 90vw;
					left: 5vw;
					padding: 2em .5em;
				}
				.recaptcha-popup .inner p {
					font-size: 1.25rem;
				}
			}

        </style>

    {"id":298,"date":"2016-04-19T17:56:02","date_gmt":"2016-04-19T17:56:02","guid":{"rendered":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/?page_id=298"},"modified":"2016-04-27T14:31:20","modified_gmt":"2016-04-27T14:31:20","slug":"loyalty-discount-club","status":"publish","type":"page","link":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/","title":{"rendered":"Loyalty Discount Club"},"content":{"rendered":"<div id=\"emma-form\" class=\"emma-horizontal-layout emma-only-email\" style=\"width:100%\"><div class=\"emma-wrap\"><form id=\"emma-subscription-form\" data-form-unique=\"7058162\" action=\"\/~superhairfactory\/__production\/website\/wp-json\/wp\/v2\/pages\/298\" method=\"post\" accept-charset=\"utf-8\"><ul id=\"emma-form-elements\" class=\"emma-cf\"><li class=\"emma-form-row emma-cf\"><label class=\"emma-form-label\" for=\"emma-main-input\">E&#109;&#97;&#105;&#108;<\/label><input id=\"emma-main-input\" class=\"emma-form-input\" type=\"text\" name=\"emma_main_input\" size=\"30\" placeholder=\"&#69;&#109;ail&#32;add&#114;&#101;ss\"><\/li><li class=\"emma-form-row emma-form-row-last\"><span class=\"emma-form-label-required\"><\/span><div class=\"validation-container\"><input name=\"validation\" type=\"text\" \/><\/div><input type=\"hidden\" name=\"emma_signup_form_id\" value=\"1810433\" \/><input type=\"hidden\" name=\"emma_send_confirmation\" value=\"1\" \/><input type=\"hidden\" name=\"emma_form_unique\" value=\"7058162\" \/>\n        <div class=\"emma-submit-wrap-7058162\"><noscript><div class=\"emma-alert\">Sorry. You must have JavaScript enabled to fill out this form.<\/div><\/noscript><\/div>\n        <script type=\"text\/javascript\">\n        \tjQuery(document).ready(function($) {\n        \t\t\n        \t\t$(\".emma-submit-wrap-7058162\").append('<input id=\"emma-form-submit-7058162\" type=\"submit\" name=\"emma_form_submit\" value=\"Join\">');\n        \t\t\n        \t});\n        <\/script>\n        <\/li><\/ul><\/form><\/div><!-- end .emma-wrap --><\/div><!-- end #emma-form -->\n<h3><img loading=\"lazy\" decoding=\"async\" class=\"alignright size-full wp-image-300\" src=\"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-tag.png\" alt=\"discount-club-tag\" width=\"269\" height=\"334\" srcset=\"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-tag.png 269w, http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-tag-121x150.png 121w, http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-tag-242x300.png 242w, http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-tag-240x298.png 240w, http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-tag-237x294.png 237w\" sizes=\"auto, (max-width: 269px) 100vw, 269px\" \/>Join Our Loyalty Discount Club.<\/h3>\n<p>Subscribe to Super Hair Factory&#8217;s &#8220;Loyalty Discount Club&#8221; by sharing your EMAIL address. Get exclusive updates, coupons, and industry news by one of the best human hair distribution companies in the U.S. \u2014 Super Hair Factory, Inc.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-299\" src=\"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-logos.png\" alt=\"discount-club-logos\" width=\"386\" height=\"601\" srcset=\"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-logos.png 386w, http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-logos-96x150.png 96w, http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-logos-193x300.png 193w, http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-logos-240x374.png 240w, http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-logos-189x294.png 189w\" sizes=\"auto, (max-width: 386px) 100vw, 386px\" \/><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Join Our Loyalty Discount Club. Subscribe to Super Hair Factory&#8217;s &#8220;Loyalty Discount Club&#8221; by sharing your EMAIL address. Get exclusive updates, coupons, and industry news by one of the best<\/p>\n<p class=\"read-more\" ><a href=\"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/\">Read More >><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":24,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-298","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Loyalty Discount Club - Super Hair Factory Inc.<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Loyalty Discount Club - Super Hair Factory Inc.\" \/>\n<meta property=\"og:description\" content=\"Join Our Loyalty Discount Club. Subscribe to Super Hair Factory&#8217;s &#8220;Loyalty Discount Club&#8221; by sharing your EMAIL address. Get exclusive updates, coupons, and industry news by one of the bestRead More &gt;&gt;\" \/>\n<meta property=\"og:url\" content=\"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/\" \/>\n<meta property=\"og:site_name\" content=\"Super Hair Factory Inc.\" \/>\n<meta property=\"article:modified_time\" content=\"2016-04-27T14:31:20+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-tag.png\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/join-our-network\\\/loyalty-discount-club\\\/\",\"url\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/join-our-network\\\/loyalty-discount-club\\\/\",\"name\":\"Loyalty Discount Club - Super Hair Factory Inc.\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/join-our-network\\\/loyalty-discount-club\\\/#primaryimage\"},\"image\":{\"@id\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/join-our-network\\\/loyalty-discount-club\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/wp-content\\\/uploads\\\/discount-club-tag.png\",\"datePublished\":\"2016-04-19T17:56:02+00:00\",\"dateModified\":\"2016-04-27T14:31:20+00:00\",\"breadcrumb\":{\"@id\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/join-our-network\\\/loyalty-discount-club\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/join-our-network\\\/loyalty-discount-club\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/join-our-network\\\/loyalty-discount-club\\\/#primaryimage\",\"url\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/wp-content\\\/uploads\\\/discount-club-tag.png\",\"contentUrl\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/wp-content\\\/uploads\\\/discount-club-tag.png\",\"width\":269,\"height\":334},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/join-our-network\\\/loyalty-discount-club\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Join Our Network\",\"item\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/join-our-network\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Loyalty Discount Club\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/#website\",\"url\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/\",\"name\":\"Super Hair Factory Inc.\",\"description\":\"\",\"publisher\":{\"@id\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/#organization\",\"name\":\"Super Hair Factory, Inc\",\"url\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/wp-content\\\/uploads\\\/SHF-Round-logo.jpg\",\"contentUrl\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/wp-content\\\/uploads\\\/SHF-Round-logo.jpg\",\"width\":486,\"height\":459,\"caption\":\"Super Hair Factory, Inc\"},\"image\":{\"@id\":\"http:\\\/\\\/162.241.140.166\\\/~superhairfactory\\\/__production\\\/website\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Loyalty Discount Club - Super Hair Factory Inc.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/","og_locale":"en_US","og_type":"article","og_title":"Loyalty Discount Club - Super Hair Factory Inc.","og_description":"Join Our Loyalty Discount Club. Subscribe to Super Hair Factory&#8217;s &#8220;Loyalty Discount Club&#8221; by sharing your EMAIL address. Get exclusive updates, coupons, and industry news by one of the bestRead More >>","og_url":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/","og_site_name":"Super Hair Factory Inc.","article_modified_time":"2016-04-27T14:31:20+00:00","og_image":[{"url":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-tag.png","type":"","width":"","height":""}],"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/","url":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/","name":"Loyalty Discount Club - Super Hair Factory Inc.","isPartOf":{"@id":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/#website"},"primaryImageOfPage":{"@id":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/#primaryimage"},"image":{"@id":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/#primaryimage"},"thumbnailUrl":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-tag.png","datePublished":"2016-04-19T17:56:02+00:00","dateModified":"2016-04-27T14:31:20+00:00","breadcrumb":{"@id":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/#primaryimage","url":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-tag.png","contentUrl":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/discount-club-tag.png","width":269,"height":334},{"@type":"BreadcrumbList","@id":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/loyalty-discount-club\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/"},{"@type":"ListItem","position":2,"name":"Join Our Network","item":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/join-our-network\/"},{"@type":"ListItem","position":3,"name":"Loyalty Discount Club"}]},{"@type":"WebSite","@id":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/#website","url":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/","name":"Super Hair Factory Inc.","description":"","publisher":{"@id":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/#organization","name":"Super Hair Factory, Inc","url":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/#\/schema\/logo\/image\/","url":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/SHF-Round-logo.jpg","contentUrl":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-content\/uploads\/SHF-Round-logo.jpg","width":486,"height":459,"caption":"Super Hair Factory, Inc"},"image":{"@id":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-json\/wp\/v2\/pages\/298","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-json\/wp\/v2\/comments?post=298"}],"version-history":[{"count":4,"href":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-json\/wp\/v2\/pages\/298\/revisions"}],"predecessor-version":[{"id":616,"href":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-json\/wp\/v2\/pages\/298\/revisions\/616"}],"up":[{"embeddable":true,"href":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-json\/wp\/v2\/pages\/24"}],"wp:attachment":[{"href":"http:\/\/162.241.140.166\/~superhairfactory\/__production\/website\/wp-json\/wp\/v2\/media?parent=298"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}