Skip to content

Commit

Permalink
remove dupe footer on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
lyoshenka committed Mar 11, 2024
1 parent a922e40 commit 5378b08
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/landing/LandingView.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import styled from 'styled-components'
import { SingleColumnLayout } from '@/components/layouts/SingleColumnLayout'
import { Footer } from '@/components/navigation/Footer'
import { HeroVideo } from '../core/HeroVideo'
import { ImageFlex } from '@/components/core/gallery/ImageFlex'
import { TestimonialSection } from './TestimonialSection'
Expand Down Expand Up @@ -69,10 +68,6 @@ export const LandingView = () => {
width={84}
/>
</LandingSection>

<LandingSection variant="dark">
<Footer />
</LandingSection>
</StyledLayout>
)
}
Expand Down

0 comments on commit 5378b08

Please sign in to comment.