diff --git a/web/src/components/hero.astro b/web/src/components/hero.astro index e9bbb93e07..4a848ec009 100644 --- a/web/src/components/hero.astro +++ b/web/src/components/hero.astro @@ -13,7 +13,7 @@ const base_url = import.meta.env.BASE_URL;
-
+ NVIDIA logo

-
+
+ +
+
+ +
+

+ NVIDIA FLARE DAY 2024 +

+

+ NVIDIA FLARE DAY is an event dedicated to showcasing the cutting-edge applications of Federated Learning across various industries. + See the talks from this year's event below. +

+
+ {talks.map(talk => ( +
+

{talk.title}

+

{talk.subtitle}

+

{talk.description}

+ +
+ {talk.speakers.map(speaker => ( +
+
+ {`Headshot +
+

{speaker.name}

+

{speaker.bio}

+
+ ))} +
+ +
+ {talk.videoLink && ( +
+
Watch the Talk:
+ Video Link +
+ )} + + {talk.slidesLink && ( +
+
View Slides:
+ Slides Link +
+ )} +
+
+ ))} +
+
+
+
+ \ No newline at end of file