Skip to content

Commit d0b6697

Browse files
committed
Add new announcement to news slider section
1 parent 75e6047 commit d0b6697

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

src/components/community-stats/NewsSliderSection.js

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React, { useRef, useState, useEffect } from "react";
22
import dataceboIng from "../../../static/images/news/datacebo-ing.svg";
3+
import sdvTenMillions from "../../../static/images/news/sdv-ten-millions.svg";
34
import aiPowered from "../../../static/images/news/ai-powered.svg";
45
import aiConnectors from "../../../static/images/news/ai-connectors.svg";
56
import cag from "../../../static/images/news/cag.svg";
@@ -13,41 +14,48 @@ export default function NewsSliderSection() {
1314
const newsAndUpdates = [
1415
{
1516
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,
1624
imgSrc: aiPowered,
1725
label: "News",
1826
text: "How “AI powered” synthetic data boosts software engineering",
1927
link: "https://medium.com/ing-blog/how-ai-powered-synthetic-data-boosts-software-engineering-d89ad77ca2e7",
2028
},
2129
{
22-
id: 2,
30+
id: 3,
2331
imgSrc: aiConnectors,
2432
label: "Announcements",
2533
text: "Introducing AI Connectors",
2634
link: "https://datacebo.com/announcements/introducing-ai-connectors",
2735
},
2836
{
29-
id: 3,
37+
id: 4,
3038
imgSrc: cag,
3139
label: "Announcements",
3240
text: "Introducing Constraint-Augmented Generation (CAG)",
3341
link: "https://datacebo.com/announcements/introducing-cag",
3442
},
3543
{
36-
id: 4,
44+
id: 5,
3745
imgSrc: dataceboIng,
3846
label: "Blog",
3947
text: "How ING Belgium Uses DataCebo’s SDV Enterprise to Create Synthetic Data for 100x the Test Coverage",
4048
link: "https://datacebo.com/blog/ing-belgium-sepa",
4149
},
4250
{
43-
id: 5,
51+
id: 6,
4452
imgSrc: forbes,
4553
label: "News",
4654
text: "DataCebo Creates Synthetic Enterprise Data With Actually Useful Generative AI",
4755
link: "https://www.forbes.com/sites/justinwarren/2024/04/29/datacebo-creates-synthetic-enterprise-data-with-actually-useful-generative-ai",
4856
},
4957
{
50-
id: 6,
58+
id: 7,
5159
imgSrc: syntDataNews,
5260
label: "News",
5361
text: "What is synthetic data — and how can it help you competitively?",

static/images/news/sdv-ten-millions.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)