diff --git a/src/pages/about.js b/src/pages/about.js index 17afb0f..02f82ca 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -1,52 +1,52 @@ -import { graphql } from "gatsby" +// import { graphql } from "gatsby" -import React from "react" -import Layout from "../components/layout" +// import React from "react" +// import Layout from "../components/layout" -export default function About({ data }) { - const aboutData = data.prismicAboutPage.data +// export default function About({ data }) { +// const aboutData = data.prismicAboutPage.data - return ( - -

{aboutData.company_background_section_heading}

-
- ) -} +// return ( +// +//

{aboutData.company_background_section_heading}

+//
+// ) +// } -export const query = graphql` - query AboutQuery { - prismicAboutPage { - data { - company { - company_name - } - company_background_description - company_background_section_heading - company_comparison_section_heading - company_team_heading - cta_button_destination - cta_button_text - industry_context_explanation { - explanation_description - } - industry_context_heading - mission_description - mission_heading - product_benefit { - product_benefit_title - } - product_feature { - product_feature_name - } - products_navigation_button_destination - products_navigation_button_text - team_member_information { - contact_button_destination - contact_button_text - team_member_description - team_member_title - } - } - } - } -` +// export const query = graphql` +// query AboutQuery { +// prismicAboutPage { +// data { +// company { +// company_name +// } +// company_background_description +// company_background_section_heading +// company_comparison_section_heading +// company_team_heading +// cta_button_destination +// cta_button_text +// industry_context_explanation { +// explanation_description +// } +// industry_context_heading +// mission_description +// mission_heading +// product_benefit { +// product_benefit_title +// } +// product_feature { +// product_feature_name +// } +// products_navigation_button_destination +// products_navigation_button_text +// team_member_information { +// contact_button_destination +// contact_button_text +// team_member_description +// team_member_title +// } +// } +// } +// } +// ` diff --git a/src/schemas/About.json b/src/schemas/About.json index 42c100d..da2e391 100644 --- a/src/schemas/About.json +++ b/src/schemas/About.json @@ -1,197 +1,221 @@ { - "Main": {}, - "Mission Section": { - "mission_heading": { - "type": "Text", - "config": { - "label": "Mission Heading" - } - }, - "mission_description": { - "type": "Text", - "config": { - "label": "Mission Description" - } - }, - "mission_image": { - "type": "Image", - "config": { - "constraint": {}, - "thumbnails": [], - "label": "Mission Image" - } + "Main" : { }, + "Mission Section" : { + "mission_icon" : { + "type" : "Image", + "config" : { + "constraint" : { }, + "thumbnails" : [ ], + "label" : "Mission Icon" + } + }, + "mission_heading" : { + "type" : "Text", + "config" : { + "label" : "Mission Heading" + } + }, + "mission_description" : { + "type" : "Text", + "config" : { + "label" : "Mission Description" } + }, + "mission_image" : { + "type" : "Image", + "config" : { + "constraint" : { }, + "thumbnails" : [ ], + "label" : "Mission Image" + } + } }, - "Industry Context Section": { - "industry_context_heading": { - "type": "Text", - "config": { - "label": "Industry Context Heading" - } - }, - "industry_context_explanation": { - "type": "Group", - "config": { - "fields": { - "explanation_image": { - "type": "Image", - "config": { - "constraint": {}, - "thumbnails": [], - "label": "Explanation Image" - } - }, - "explanation_description": { - "type": "Text", - "config": { - "label": "Explanation Description" - } - } - }, - "label": "Industry Context Explanation" - } - }, - "cta_button_text": { - "type": "Text", - "config": { - "label": "CTA Button Text" - } - }, - "cta_button_destination": { - "type": "Link", - "config": { - "label": "CTA Button Destination" - } + "Industry Context Section" : { + "industry_context_icon" : { + "type" : "Image", + "config" : { + "constraint" : { }, + "thumbnails" : [ ], + "label" : "Industry Context Icon" + } + }, + "industry_context_background_image" : { + "type" : "Image", + "config" : { + "constraint" : { }, + "thumbnails" : [ ], + "label" : "Industry Context Background Image" + } + }, + "industry_context_heading" : { + "type" : "Text", + "config" : { + "label" : "Industry Context Heading" + } + }, + "industry_context_explanation" : { + "type" : "Group", + "config" : { + "fields" : { + "explanation_image" : { + "type" : "Image", + "config" : { + "constraint" : { }, + "thumbnails" : [ ], + "label" : "Explanation Image" + } + }, + "explanation_description" : { + "type" : "Text", + "config" : { + "label" : "Explanation Description" + } + } + }, + "label" : "Industry Context Explanation" } + }, + "cta_button_text" : { + "type" : "Text", + "config" : { + "label" : "CTA Button Text" + } + }, + "cta_button_destination" : { + "type" : "Link", + "config" : { + "label" : "CTA Button Destination" + } + } }, - "Company Background Section": { - "company_background_section_heading": { - "type": "Text", - "config": { - "label": "Company Background Section Heading" - } - }, - "company_background_description": { - "type": "Text", - "config": { - "label": "Company Background Description" - } - }, - "company_team_heading": { - "type": "Text", - "config": { - "label": "Company Team Heading" - } - }, - "team_member_information": { - "type": "Group", - "config": { - "fields": { - "team_member_image": { - "type": "Image", - "config": { - "constraint": {}, - "thumbnails": [], - "label": "Team Member Image" - } - }, - "team_member_title": { - "type": "Text", - "config": { - "label": "Team Member Title" - } - }, - "team_member_description": { - "type": "Text", - "config": { - "label": "Team Member Description" - } - }, - "contact_button_text": { - "type": "Text", - "config": { - "label": "Contact Button Text" - } - }, - "contact_button_destination": { - "type": "Link", - "config": { - "label": "Contact Button Destination" - } - } - }, - "label": "Team Member Information" - } + "Company Background Section" : { + "company_background_section_heading" : { + "type" : "Text", + "config" : { + "label" : "Company Background Section Heading" + } + }, + "company_background_description" : { + "type" : "Text", + "config" : { + "label" : "Company Background Description" + } + }, + "company_team_heading" : { + "type" : "Text", + "config" : { + "label" : "Company Team Heading" } + }, + "team_member_information" : { + "type" : "Group", + "config" : { + "fields" : { + "team_member_image" : { + "type" : "Image", + "config" : { + "constraint" : { }, + "thumbnails" : [ ], + "label" : "Team Member Image" + } + }, + "team_member_title" : { + "type" : "Text", + "config" : { + "label" : "Team Member Title" + } + }, + "team_member_description" : { + "type" : "Text", + "config" : { + "label" : "Team Member Description" + } + }, + "contact_button_text" : { + "type" : "Text", + "config" : { + "label" : "Contact Button Text" + } + }, + "contact_button_destination" : { + "type" : "Link", + "config" : { + "label" : "Contact Button Destination" + } + } + }, + "label" : "Team Member Information" + } + } }, - "Company Comparison Section": { - "company_comparison_section_heading": { - "type": "Text", - "config": { - "label": "Company Comparison Section Heading" - } - }, - "product_benefit": { - "type": "Group", - "config": { - "fields": { - "product_benefit_image": { - "type": "Image", - "config": { - "constraint": {}, - "thumbnails": [], - "label": "Product Benefit Image" - } - }, - "product_benefit_title": { - "type": "Text", - "config": { - "label": "Product Benefit Title" - } - } - }, - "label": "Product Benefit" - } - }, - "company": { - "type": "Group", - "config": { - "fields": { - "company_name": { - "type": "Text", - "config": { - "label": "Company Name" - } - } - }, - "label": "Company" - } - }, - "product_feature": { - "type": "Group", - "config": { - "fields": { - "product_feature_name": { - "type": "Text", - "config": { - "label": "Product Feature Name" - } - } - }, - "label": "Product Feature" - } - }, - "products_navigation_button_text": { - "type": "Text", - "config": { - "label": "Products Navigation Button Text" - } - }, - "products_navigation_button_destination": { - "type": "Link", - "config": { - "label": "Products Navigation Button Destination" - } + "Company Comparison Section" : { + "company_comparison_section_heading" : { + "type" : "Text", + "config" : { + "label" : "Company Comparison Section Heading" + } + }, + "product_benefit" : { + "type" : "Group", + "config" : { + "fields" : { + "product_benefit_image" : { + "type" : "Image", + "config" : { + "constraint" : { }, + "thumbnails" : [ ], + "label" : "Product Benefit Image" + } + }, + "product_benefit_title" : { + "type" : "Text", + "config" : { + "label" : "Product Benefit Title" + } + } + }, + "label" : "Product Benefit" + } + }, + "company" : { + "type" : "Group", + "config" : { + "fields" : { + "company_name" : { + "type" : "Text", + "config" : { + "label" : "Company Name" + } + } + }, + "label" : "Company" + } + }, + "product_feature" : { + "type" : "Group", + "config" : { + "fields" : { + "product_feature_name" : { + "type" : "Text", + "config" : { + "label" : "Product Feature Name" + } + } + }, + "label" : "Product Feature" + } + }, + "products_navigation_button_text" : { + "type" : "Text", + "config" : { + "label" : "Products Navigation Button Text" + } + }, + "products_navigation_button_destination" : { + "type" : "Link", + "config" : { + "label" : "Products Navigation Button Destination" } + } } -} \ No newline at end of file + } \ No newline at end of file