mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-09-07 19:24:06 +00:00
Add CMS content, styles
This commit is contained in:
@@ -1,3 +1,55 @@
|
||||
const PressHero = {
|
||||
query: `
|
||||
{
|
||||
pressPage {
|
||||
heroButtonLabel
|
||||
heroButtonLink
|
||||
heroHeading
|
||||
heroLine
|
||||
}
|
||||
}
|
||||
`
|
||||
}
|
||||
|
||||
const PressMedia = {
|
||||
query: `
|
||||
{
|
||||
pressPage {
|
||||
mediaHeading
|
||||
mediaVideo01Label
|
||||
mediaVideo01Link
|
||||
mediaVideo02Label
|
||||
mediaVideo02Link
|
||||
mediaVideo03Label
|
||||
mediaVideo03Link
|
||||
mediaVideo04Label
|
||||
mediaVideo04Link
|
||||
}
|
||||
}
|
||||
`
|
||||
}
|
||||
|
||||
const PressPress = {
|
||||
query: `
|
||||
{
|
||||
pressPage {
|
||||
pressHeading
|
||||
pressHeadingNumber
|
||||
}
|
||||
}
|
||||
`
|
||||
}
|
||||
|
||||
const PressFeaturedSection = {
|
||||
query: `
|
||||
{
|
||||
pressPage {
|
||||
featuredHeading
|
||||
}
|
||||
}
|
||||
`
|
||||
}
|
||||
|
||||
const PressFeatured = {
|
||||
query: `
|
||||
{
|
||||
@@ -23,4 +75,10 @@ const PressFeatured = {
|
||||
`
|
||||
}
|
||||
|
||||
export { PressFeatured }
|
||||
export {
|
||||
PressFeatured,
|
||||
PressFeaturedSection,
|
||||
PressHero,
|
||||
PressMedia,
|
||||
PressPress
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user