mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-09-08 01:04:07 +00:00
Work on new About sections (#67)
* Work on new About sections * Work on CMSing new sections
This commit is contained in:
@@ -23,6 +23,34 @@ const AboutTeam = {
|
||||
}`
|
||||
}
|
||||
|
||||
const AboutWhitepaper = {
|
||||
query: `
|
||||
{
|
||||
aboutPage {
|
||||
whitepaperCtaLink
|
||||
whitepaperCtaText
|
||||
whitepaperHeading
|
||||
whitepaperLine
|
||||
whitepaperImage {
|
||||
url
|
||||
}
|
||||
}
|
||||
}`
|
||||
}
|
||||
|
||||
const AboutRoadmap = {
|
||||
query: `
|
||||
{
|
||||
aboutPage {
|
||||
roadmapHeading
|
||||
roadmapQuarter01
|
||||
roadmapQuarter02
|
||||
roadmapQuarter03
|
||||
roadmapQuarter04
|
||||
}
|
||||
}`
|
||||
}
|
||||
|
||||
const Teams = {
|
||||
query: `
|
||||
{
|
||||
@@ -41,4 +69,4 @@ const Teams = {
|
||||
}`
|
||||
}
|
||||
|
||||
export { AboutHero, AboutTeam, Teams }
|
||||
export { AboutHero, AboutRoadmap, AboutTeam, AboutWhitepaper, Teams }
|
||||
|
||||
Reference in New Issue
Block a user