1
1
import React , { useRef , useState , useEffect } from "react" ;
2
2
import dataceboIng from "../../../static/images/news/datacebo-ing.svg" ;
3
+ import sdvTenMillions from "../../../static/images/news/sdv-ten-millions.svg" ;
3
4
import aiPowered from "../../../static/images/news/ai-powered.svg" ;
4
5
import aiConnectors from "../../../static/images/news/ai-connectors.svg" ;
5
6
import cag from "../../../static/images/news/cag.svg" ;
@@ -13,41 +14,48 @@ export default function NewsSliderSection() {
13
14
const newsAndUpdates = [
14
15
{
15
16
id : 1 ,
17
+ imgSrc : sdvTenMillions ,
18
+ label : "Announcements" ,
19
+ text : "SDV reaches 10 Million Downloads" ,
20
+ link : "https://datacebo.com/announcements/sdv-reaches-10-million-downloads/" ,
21
+ } ,
22
+ {
23
+ id : 2 ,
16
24
imgSrc : aiPowered ,
17
25
label : "News" ,
18
26
text : "How “AI powered” synthetic data boosts software engineering" ,
19
27
link : "https://medium.com/ing-blog/how-ai-powered-synthetic-data-boosts-software-engineering-d89ad77ca2e7" ,
20
28
} ,
21
29
{
22
- id : 2 ,
30
+ id : 3 ,
23
31
imgSrc : aiConnectors ,
24
32
label : "Announcements" ,
25
33
text : "Introducing AI Connectors" ,
26
34
link : "https://datacebo.com/announcements/introducing-ai-connectors" ,
27
35
} ,
28
36
{
29
- id : 3 ,
37
+ id : 4 ,
30
38
imgSrc : cag ,
31
39
label : "Announcements" ,
32
40
text : "Introducing Constraint-Augmented Generation (CAG)" ,
33
41
link : "https://datacebo.com/announcements/introducing-cag" ,
34
42
} ,
35
43
{
36
- id : 4 ,
44
+ id : 5 ,
37
45
imgSrc : dataceboIng ,
38
46
label : "Blog" ,
39
47
text : "How ING Belgium Uses DataCebo’s SDV Enterprise to Create Synthetic Data for 100x the Test Coverage" ,
40
48
link : "https://datacebo.com/blog/ing-belgium-sepa" ,
41
49
} ,
42
50
{
43
- id : 5 ,
51
+ id : 6 ,
44
52
imgSrc : forbes ,
45
53
label : "News" ,
46
54
text : "DataCebo Creates Synthetic Enterprise Data With Actually Useful Generative AI" ,
47
55
link : "https://www.forbes.com/sites/justinwarren/2024/04/29/datacebo-creates-synthetic-enterprise-data-with-actually-useful-generative-ai" ,
48
56
} ,
49
57
{
50
- id : 6 ,
58
+ id : 7 ,
51
59
imgSrc : syntDataNews ,
52
60
label : "News" ,
53
61
text : "What is synthetic data — and how can it help you competitively?" ,
0 commit comments