Skip to content

Commit

Permalink
chore: Added Flipkart and IFS as adopters (#90) (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Hrishav <[email protected]>
  • Loading branch information
hrishavjha authored Mar 5, 2024
1 parent 360e116 commit 56b5c03
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion components/homepage/Adopters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ const Adopters = () => {
"hcl",
"infracloud",
"apisix",
"baobab"
"baobab",
"flipkart",
"IFS"
]

return (
Expand Down
2 changes: 0 additions & 2 deletions pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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 @@ -13,7 +12,6 @@ const Home = () => {
<>
<SEO page={""} />
<Hero />
<UpcomingEvent />
<Adopters />
<AboutLitmus />
<Features />
Expand Down
Binary file added public/landing_images/adopter_logos/IFS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/landing_images/adopter_logos/flipkart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 56b5c03

Please sign in to comment.