diff --git a/components/checkout/FeatureSlideshow.tsx b/components/checkout/FeatureSlideshow.tsx
index c7e3481..63bd6e9 100644
--- a/components/checkout/FeatureSlideshow.tsx
+++ b/components/checkout/FeatureSlideshow.tsx
@@ -5,8 +5,6 @@ import Image from 'next/image'
import { AnimatePresence, motion } from 'framer-motion'
import { PulseMockup } from '@/components/marketing/mockups/pulse-mockup'
import { PagesCard, ReferrersCard, LocationsCard, TechnologyCard, PeakHoursCard } from '@/components/marketing/mockups/pulse-features-carousel'
-import { FunnelMockup } from '@/components/marketing/mockups/funnel-mockup'
-import { EmailReportMockup } from '@/components/marketing/mockups/email-report-mockup'
interface Slide {
headline: string
@@ -28,8 +26,6 @@ const slides: Slide[] = [
{ headline: 'Visitors from around the world.', mockup: },
{ headline: 'Understand your audience\u2019s tech stack.', mockup: },
{ headline: 'Find your peak traffic hours.', mockup: },
- { headline: 'See where visitors drop off.', mockup: },
- { headline: 'Reports delivered to your inbox.', mockup: },
]
export default function FeatureSlideshow() {