Skip to content

Commit

Permalink
Revert "chore: Updated adopters (#84) (#85)" (#87)
Browse files Browse the repository at this point in the history
This reverts commit c3d9463.
  • Loading branch information
hrishavjha authored Mar 5, 2024
1 parent c3d9463 commit 360e116
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions components/homepage/Adopters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ const Adopters = () => {
"hcl",
"infracloud",
"apisix",
"baobab",
"flipkart",
"ifs"
"baobab"
]

return (
Expand Down
3 changes: 2 additions & 1 deletion pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -12,7 +13,7 @@ const Home = () => {
<>
<SEO page={""} />
<Hero />
{/* <UpcomingEvent /> */}
<UpcomingEvent />
<Adopters />
<AboutLitmus />
<Features />
Expand Down
Binary file removed public/landing_images/adopter_logos/Flipkart.png
Binary file not shown.
Binary file removed public/landing_images/adopter_logos/IFS.png
Binary file not shown.

0 comments on commit 360e116

Please sign in to comment.