File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import Image from "next/image"
2121import Link from "next/link"
2222import { useEffect , useState } from "react"
2323import { RegularButton , TextLink } from "./CTA"
24- import NavbarBanner from "./NavbarBanner"
2524
2625const 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 } >
Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import Community from "@components/homepage/Community"
44import Features from "@components/homepage/Features"
55import Hero from "@components/homepage/Hero"
66import Testimonials from "@components/homepage/Testimonials"
7- import UpcomingEvent from "@components/homepage/UpcomingEvent"
87import { PreFooter } from "@includes/BottomFooter"
98import 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 />
You can’t perform that action at this time.
0 commit comments