diff --git a/components/homepage/Adopters.jsx b/components/homepage/Adopters.jsx index 2c85666..99fd15a 100644 --- a/components/homepage/Adopters.jsx +++ b/components/homepage/Adopters.jsx @@ -38,9 +38,7 @@ const Adopters = () => { "hcl", "infracloud", "apisix", - "baobab", - "flipkart", - "ifs" + "baobab" ] return ( diff --git a/pages/index.jsx b/pages/index.jsx index c8cdb8c..1dcc631 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -4,6 +4,7 @@ import Community from "@components/homepage/Community" import Features from "@components/homepage/Features" import Hero from "@components/homepage/Hero" import Testimonials from "@components/homepage/Testimonials" +import UpcomingEvent from "@components/homepage/UpcomingEvent" import { PreFooter } from "@includes/BottomFooter" import SEO from "@lib/SEO" @@ -12,7 +13,7 @@ const Home = () => { <> - {/* */} + diff --git a/public/landing_images/adopter_logos/Flipkart.png b/public/landing_images/adopter_logos/Flipkart.png deleted file mode 100644 index e5ae59f..0000000 Binary files a/public/landing_images/adopter_logos/Flipkart.png and /dev/null differ diff --git a/public/landing_images/adopter_logos/IFS.png b/public/landing_images/adopter_logos/IFS.png deleted file mode 100644 index f94475b..0000000 Binary files a/public/landing_images/adopter_logos/IFS.png and /dev/null differ