This is an automated email from the ASF dual-hosted git repository.

bhavanisudha pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c3cfc450ce6 [SITE][MINOR] Add event banner for upcoming community sync 
(#12162)
c3cfc450ce6 is described below

commit c3cfc450ce63ff6257dd6099bf430bf3c4552902
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Thu Oct 24 14:34:38 2024 -0700

    [SITE][MINOR] Add event banner for upcoming community sync (#12162)
---
 website/src/components/EventFeature/index.js | 6 +++---
 website/src/pages/index.js                   | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/website/src/components/EventFeature/index.js 
b/website/src/components/EventFeature/index.js
index 1ca3cf371b6..5fb25b35d67 100644
--- a/website/src/components/EventFeature/index.js
+++ b/website/src/components/EventFeature/index.js
@@ -11,13 +11,13 @@ const Events = () => {
                  <div className="container">
                      <div className={styles.flexContainer}>
                         <div className={styles.bannercontent}>
-                            <h3> Modernizing Data Infrastructure at Peloton 
using Apache Hudi</h3>
+                            <h3> Innovative Solution for Real-time Analytics 
at Shopee using Apache Hudi</h3>
                             <p className={styles.flexParagraph}><span 
className={styles.sideMicrophone}><Microphone/></span>
                              Linkedin Live Event | <span 
className={styles.sideCalendar}><Calendar/></span>
-                           Sep 12th, 9am Pacific Time</p>
+                           Oct 30th, 9am Pacific Time</p>
                         </div>
                          <div className={styles.joinButton}>
-                             <LinkButton class={styles.registerbutton} 
type="secondary" 
to="https://www.linkedin.com/events/modernizingdatainfrastructureat7235419044852424705/theater/";>
+                             <LinkButton class={styles.registerbutton} 
type="secondary" 
to="https://www.linkedin.com/events/innovativesolutionforreal-timea7254659236473749504/theater/";>
                                              Join Now
                              </LinkButton>
                          </div>
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index bb4401029cc..09595fdd2bf 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -29,6 +29,7 @@ export default function Home() {
       description="Description will go into a meta tag in <head />">
       <NewReleaseMessage />
       <HomepageHeader />
+      <Events />
       <main>
         <DataLake />
         <HomepageFeatures />

Reply via email to