fetch sections from cms

This commit is contained in:
Zotov Ivan Yuryevich
2026-04-08 23:19:36 +03:00
parent d0ff2907cb
commit 6973e8baea
18 changed files with 518 additions and 356 deletions

View File

@@ -4,6 +4,7 @@ export const homePageDocument = gql`
query HomePageQuery {
homePage {
sections {
__typename
... on ComponentSectionsHomeHero {
id
title
@@ -42,6 +43,7 @@ export const homePageDocument = gql`
id
title
description
footnote
icon {
value
}
@@ -60,6 +62,7 @@ export const homePageDocument = gql`
description
pretitle
badge
footnote
color {
value
}