Skip to content

Commit fcbe838

Browse files
authored
Added Emirates NBD as an adopter and removed KubeCon banner (#119) (#120)
Signed-off-by: Hrishav <[email protected]>
1 parent 0b46faa commit fcbe838

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

_includes/TopNavbar.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import Image from "next/image"
2121
import Link from "next/link"
2222
import { useEffect, useState } from "react"
2323
import { RegularButton, TextLink } from "./CTA"
24-
import NavbarBanner from "./NavbarBanner"
2524

2625
const TopNavbar = () => {
2726
const url = "https://api.github.com/repos/litmuschaos/litmus"
@@ -92,7 +91,6 @@ const TopNavbar = () => {
9291
: ""
9392
}`}
9493
>
95-
<NavbarBanner />
9694
<Container className={styles.navbarCont}>
9795
<nav className={styles.navbar}>
9896
<div className={styles.logoCont}>

components/homepage/Adopters.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ const Adopters = () => {
4848
"navwar",
4949
"nuBank",
5050
"outsystems",
51-
"wingie"
51+
"wingie",
52+
"emirates-nbd"
5253
]
5354

5455
return (

pages/index.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Community from "@components/homepage/Community"
44
import Features from "@components/homepage/Features"
55
import Hero from "@components/homepage/Hero"
66
import Testimonials from "@components/homepage/Testimonials"
7-
import UpcomingEvent from "@components/homepage/UpcomingEvent"
87
import { PreFooter } from "@includes/BottomFooter"
98
import SEO from "@lib/SEO"
109

@@ -13,7 +12,7 @@ const Home = () => {
1312
<>
1413
<SEO page={""} />
1514
<Hero />
16-
<UpcomingEvent />
15+
{/* <UpcomingEvent /> */}
1716
<Adopters />
1817
<AboutLitmus />
1918
<Features />
4.16 KB
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)