Skip to content

Commit

Permalink
Added Emirates NBD as an adopter and removed KubeCon banner (#119) (#120
Browse files Browse the repository at this point in the history
)

Signed-off-by: Hrishav <[email protected]>
  • Loading branch information
hrishavjha authored Nov 19, 2024
1 parent 0b46faa commit fcbe838
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 0 additions & 2 deletions _includes/TopNavbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import Image from "next/image"
import Link from "next/link"
import { useEffect, useState } from "react"
import { RegularButton, TextLink } from "./CTA"
import NavbarBanner from "./NavbarBanner"

const TopNavbar = () => {
const url = "https://api.github.com/repos/litmuschaos/litmus"
Expand Down Expand Up @@ -92,7 +91,6 @@ const TopNavbar = () => {
: ""
}`}
>
<NavbarBanner />
<Container className={styles.navbarCont}>
<nav className={styles.navbar}>
<div className={styles.logoCont}>
Expand Down
3 changes: 2 additions & 1 deletion components/homepage/Adopters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const Adopters = () => {
"navwar",
"nuBank",
"outsystems",
"wingie"
"wingie",
"emirates-nbd"
]

return (
Expand Down
3 changes: 1 addition & 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,7 @@ const Home = () => {
<>
<SEO page={""} />
<Hero />
<UpcomingEvent />
{/* <UpcomingEvent /> */}
<Adopters />
<AboutLitmus />
<Features />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/landing_images/horizontal_logo.svg
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 fcbe838

Please sign in to comment.