diff --git a/src/components/Home/Alert/index.tsx b/src/components/Home/Alert/index.tsx index 012e4996c9..fa51ca3d91 100644 --- a/src/components/Home/Alert/index.tsx +++ b/src/components/Home/Alert/index.tsx @@ -3,9 +3,9 @@ import { cn } from '../../../utils' const banner = { title: - 'Panel Discussion: Regulation and the need for Reproducibility and Standards in AI/ML', - subtitle: 'Webinar | Wednesday, March 13th | 11 am ET', - link: 'https://www.linkedin.com/events/regulationandtheneedforreproduc7170514648180482051/about/' + 'DataChain Open-Source Release - A New Way to Manage your Unstructured Data', + subtitle: 'Webinar | Wednesday, July 24th | 11 am ET', + link: 'https://www.linkedin.com/events/7217199578704445442/about/' } const Alert = () => ( diff --git a/src/components/Home/index.tsx b/src/components/Home/index.tsx index b91181431d..f9a379a3a0 100644 --- a/src/components/Home/index.tsx +++ b/src/components/Home/index.tsx @@ -4,11 +4,13 @@ import SubscribeSection from '../SubscribeSection' import CompanySlider from './LogosSlider' import Hero from './Hero' +import Alert from './Alert' const Home: React.FC = () => { return ( <> +