- -
-
- -
+ +
+
+ +
diff --git a/src/pages/event/leadership-forum.tsx b/src/pages/event/leadership-forum.tsx index 359f4a4f..dbe1c998 100644 --- a/src/pages/event/leadership-forum.tsx +++ b/src/pages/event/leadership-forum.tsx @@ -1,3 +1,5 @@ +import Head from '@docusaurus/Head'; // or 'next/head' if you're using Next.js + import WebinarTitle from '../../components/webinars/WebinarTitle'; import WebinarHosts from '../../components/webinars/WebinarHosts'; import WebinarCTA from '../../components/webinars/WebinarCTA'; @@ -30,89 +32,119 @@ const hosts = [ ]; const WebinarPage = () => { - + const webinarData = { + title: 'A Leadership Forum for Data Engineers and MLOps', + summary: 'Join us for an intensive session bringing together senior data engineers and ML practitioners. We will explore the intersection of modern data architecture and ML operations, focusing on building scalable platforms that serve both analytics and machine learning needs', + image_url: '/img/events/e-1-leadership-forum.webp', + event_url: 'https://olake.io/event/leadership-forum', + }; return ( + <> +
+