Link Navigation Section

total custom, with perex

with SEO BOX (centered header) and no perex

Schema

    {
	"props": {
		"title": {
			"type": "string",
			"description": "Title of the component"
		},
		"perex": {
			"type": "string",
			"description": "Perex of the component"
		},
		"navigation": {
			"type": "array",
			"description": "Array of links",
			"items": {
				"type": "Object",
				"description": "All props are documented by the component `link`."
			}
		},

		// and aither...
		"seo_box": {
			"type": "Object",
			"description": "Object documented by the component `Seo Box`."
		},

		// or
		"perexSecond": "Proč hledat nemovitosti & inzerovat na portálu www.ceskereality.cz?",
		"link": {
			"type": "Object",
			"description": "Object documented by the component `link`."
		}
	}
}