Skip to content

Commit

Permalink
Remove Test Suites section
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Aug 27, 2024
1 parent 1edcf1d commit 5919c96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 214 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ const nextConfig = {
source: '/security-privacy',
destination: 'https://www.replay.io/security-and-privacy',
permanent: true
},
{
source: '/pricing',
destination: 'https://www.replay.io/',
permanent: false
}
]
}
Expand Down
2 changes: 0 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { CallToAction } from '~/components/sections/CallToAction'
import { Footer } from '~/components/Footer'
import { DevTools } from '~/components/sections/DevTools'
import { TestSuites } from '~/components/sections/TestSuites'
import { Testimonials } from '~/components/Testimonials'
import { Pump } from '.basehub/react-pump'
import { draftMode } from 'next/headers'
Expand Down Expand Up @@ -32,7 +31,6 @@ export default function Home() {
<main>
<Hero {...landingPage} />
<DevTools {...landingPage} />
<TestSuites {...landingPage} />
<FAQ {...landingPage} />
<DynamicAnalysis {...landingPage} />
<CallToAction {...landingPage} />
Expand Down
1 change: 0 additions & 1 deletion src/components/layout/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export type Navlink = {

const NAVLINKS: Navlink[] = [
{ href: '/#devtools', label: 'DevTools' },
{ href: '/#test-suites', label: 'Test Suites' },
{ href: 'https://docs.replay.io', label: 'Docs' },
{ href: 'https://blog.replay.io', label: 'Changelog' },
{ href: '/about', label: 'Company' }
Expand Down
211 changes: 0 additions & 211 deletions src/components/sections/TestSuites.tsx

This file was deleted.

0 comments on commit 5919c96

Please sign in to comment.