mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-09-07 23:04:07 +00:00
CMS more content
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
const PartnersHero = {
|
||||
query: `
|
||||
{
|
||||
partnersPage {
|
||||
heroHeading
|
||||
heroParagraph01
|
||||
heroParagraph02
|
||||
}
|
||||
}`
|
||||
}
|
||||
|
||||
const PartnersOportunities = {
|
||||
query: `
|
||||
{
|
||||
partnersPage {
|
||||
oportunitiesDesc01
|
||||
oportunitiesDesc02
|
||||
oportunitiesDesc03
|
||||
oportunitiesDesc04
|
||||
oportunitiesDesc05
|
||||
oportunitiesHeading01
|
||||
oportunitiesHeading02
|
||||
oportunitiesHeading03
|
||||
oportunitiesHeading04
|
||||
oportunitiesHeading05
|
||||
}
|
||||
}`
|
||||
}
|
||||
|
||||
const PartnersContact = {
|
||||
query: `
|
||||
{
|
||||
partnersPage {
|
||||
contactCompanyLabel
|
||||
contactCompanyPlaceholder
|
||||
contactDescription
|
||||
contactEmailLabel
|
||||
contactEmailPlaceholder
|
||||
contactFormHeading
|
||||
contactFormWarning
|
||||
contactHeading
|
||||
contactInquiryLabel
|
||||
contactInquiryPlaceholder
|
||||
contactLegalLabel
|
||||
contactLegalPlaceholder
|
||||
contactMsgLabel
|
||||
contactMsgPlaceholder
|
||||
contactNameLabel
|
||||
contactNamePlaceholder
|
||||
contactRoleLabel
|
||||
contactRolePlaceholder
|
||||
contactButtonLabel
|
||||
}
|
||||
}`
|
||||
}
|
||||
export { PartnersContact, PartnersHero, PartnersOportunities }
|
||||
Reference in New Issue
Block a user