diff --git a/pages/index.page.tsx b/pages/index.page.tsx
index 20150514d..f3d329884 100644
--- a/pages/index.page.tsx
+++ b/pages/index.page.tsx
@@ -514,8 +514,9 @@ const Home = (props: any) => {
-
-
+ {/* Card 3: Community Meetings */}
+
+
JSON Schema Community Meetings & Events
@@ -525,61 +526,69 @@ const Home = (props: any) => {
and by appointment. Open Community Working Meetings are every
third Monday of the month at 12:00 PT.
-
+
+
+ Office Hours
+
-
-
-
Upcoming events
-
-
- {props.datesInfo.map((event: any, index: any) => (
- -
-
-
- {event.day}
-
-
-
{event.title}
-
- {event.time} ({event.timezone})
-
-
-
-
- ))}
-
-
-
+
+
+ {/* Upcoming Events Horizontal Section */}
+ {props.datesInfo && props.datesInfo.length > 0 && (
+
+
+
+
+ {props.datesInfo.map((event: any, index: any) => (
+
+
+ {event.day}
+
+
+
+ {event.title}
+
+
+ {event.time} ({event.timezone})
+
+
+
+ ))}
+
-
+ )}
{/* News & Blogs */}