round 1
This commit is contained in:
parent
b0e04d1e01
commit
f4ef3bf6ec
@ -26,6 +26,7 @@ interface Props {
|
||||
connectLinks: { href: string; title: string }[]
|
||||
developerLinks: { href: string; title: string }[]
|
||||
productsLinks: { href: string; title: string }[]
|
||||
partnersLinks: { href: string; title: string }[]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -15,6 +15,8 @@ interface Props {
|
||||
heroB01Link: string
|
||||
heroB02Link: string
|
||||
heroDescription: string
|
||||
heroDescription01: string
|
||||
heroDescription02: string
|
||||
heroHeading: string
|
||||
}
|
||||
}
|
||||
|
||||
@ -5,7 +5,7 @@ import { Arrow } from '~/components/icons/arrow'
|
||||
import { Container } from '~/components/layout/container'
|
||||
import Section from '~/components/layout/section'
|
||||
import Heading from '~/components/primitives/heading'
|
||||
import Link from '~/components/primitives/link'
|
||||
//import Link from '~/components/primitives/link'
|
||||
|
||||
import s from './hero.module.scss'
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import { useTheme } from 'next-themes'
|
||||
import { useEffect, useRef } from 'react'
|
||||
|
||||
import Line from '~/components/icons/line'
|
||||
//import Line from '~/components/icons/line'
|
||||
import { Container } from '~/components/layout/container'
|
||||
import Section from '~/components/layout/section'
|
||||
import Heading from '~/components/primitives/heading'
|
||||
|
||||
@ -23,7 +23,7 @@ import AppSection from '~/components/sections/products/app'
|
||||
import Hero from '~/components/sections/products/hero'
|
||||
import Network from '~/components/sections/products/network'
|
||||
import Stack from '~/components/sections/products/stack'
|
||||
import Watchers from '~/components/sections/products/watchers'
|
||||
//import Watchers from '~/components/sections/products/watchers'
|
||||
import { FooterQuery } from '~/lib/cms/queries/footer'
|
||||
import { HeaderQuery } from '~/lib/cms/queries/header'
|
||||
import {
|
||||
@ -31,7 +31,7 @@ import {
|
||||
ProductsHero,
|
||||
ProductsNetwork,
|
||||
ProductsStack,
|
||||
ProductsWatchers
|
||||
//ProductsWatchers
|
||||
} from '~/lib/cms/queries/products'
|
||||
|
||||
import { request } from '../lib/datocms'
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user