This commit is contained in:
zramsay 2023-12-25 04:06:55 -05:00
parent b0e04d1e01
commit f4ef3bf6ec
6 changed files with 7 additions and 5 deletions

View File

@ -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 }[]
}
}

View File

@ -15,6 +15,8 @@ interface Props {
heroB01Link: string
heroB02Link: string
heroDescription: string
heroDescription01: string
heroDescription02: string
heroHeading: string
}
}

View File

@ -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'

View File

@ -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'

View File

@ -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