-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbanners.config.js
48 lines (47 loc) · 1.85 KB
/
banners.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
export const bannerConfig = {
primary: {
text: 'Build your next AI app, test and tune popular LLMs models, and much more.',
ctaLink: 'https://clarifai.com/explore',
ctaText: 'Get started for free',
path: [
'/**'
],
exclude: [
'/product-updates/**'
]
},
secondary: {
title: 'Intelligence & Surveillance',
text: 'Analyze, model, interpret, and synthesize complex data, like full-motion video, geospatial, and intelligence, at the speed required for operational and decision-making scenarios',
ctaLink: 'https://clarifai.com/explore',
ctaText: 'Start for free',
path: [],
exclude: []
},
tertiary: {
title: 'Intelligence & Surveillance',
textList: [
'Analyze, model, interpret, and synthesize complex data,',
'Lorem ipsum dolor sit amet consectetur.',
'Lorem ipsum dolor sit amet consectetur. Ut laoreet varius nunc commodo.'
],
ctaLink: 'https://clarifai.com/explore',
ctaText: 'Start for free',
path: [],
exclude: []
}
}
export const navbarBannerConfig = {
"Portal Guide": {
type: 'FORRESTER',
text: 'The Forrester Wave™: Computer Vision Tools, Q1 2024',
cover: 'https://www.clarifai.com/hubfs/The%20Forrester%20WaveTM%20Computer%20Vision%20Tools%2c%20Q1%202024.svg',
ctaLink: 'https://www.clarifai.com/report/the-forrester-wave-computer-vision-tools-q1-2024'
},
"SDK Guide": {
type: 'FORRESTER',
text: 'The Forrester Wave™: Computer Vision Tools, Q1 2024',
cover: 'https://www.clarifai.com/hubfs/The%20Forrester%20WaveTM%20Computer%20Vision%20Tools%2c%20Q1%202024.svg',
ctaLink: 'https://www.clarifai.com/report/the-forrester-wave-computer-vision-tools-q1-2024'
},
}