diff --git a/components/homepage/UpcomingEvent.jsx b/components/homepage/UpcomingEvent.jsx index 1e81a3c..8e10083 100644 --- a/components/homepage/UpcomingEvent.jsx +++ b/components/homepage/UpcomingEvent.jsx @@ -3,6 +3,7 @@ import { ContainerFluid, Container } from "@layouts/Container" import styles from "@includes/scss/UpcomingEvent.module.scss" import { Paragraph } from "@includes/Texts" import { TextLink } from "@includes/CTA" +import { GetLocalTime } from "@lib/utils" const UpcomingEvent = () => { return ( @@ -21,38 +22,18 @@ const UpcomingEvent = () => {

UPCOMING COMMUNITY EVENT

- KubeCon North America + Build Resilience through Chaos

- {/*

- {GetLocalTime("18 Apr 2023 :30:00 +0530").dateString} @{" "} - {GetLocalTime("18 Apr 2023 16:30:00 +0530").time} -

*/}

- Nov 6th - 9th, 2023 + {GetLocalTime("24 Jan 2024 21:00:00 +0530").dateString} -{" "} + {GetLocalTime("25 Jan 2024 04:15:00 +0530").dateString}

- - Project Working Session - {" "} - 6th November (10:30 AM- 12:30 PM CST) -
- Venue: Hilton Garden Inn - McCormick Place - level 3 123 E. Cermak, Suite 300 Chicago, IL - 60616 -
- Connected to McCormick Place by skybridge. The skybridge at - McCormick Place is on level 3. -
- - Project Booth Number:{" "} - F20 - + A global two-day virtual conference on all things Chaos + Engineering.
- + See Event Details diff --git a/public/landing_images/nextEvent.png b/public/landing_images/nextEvent.png index f1a9a37..d7f5424 100644 Binary files a/public/landing_images/nextEvent.png and b/public/landing_images/nextEvent.png differ