Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading