diff --git a/src/App.tsx b/src/App.tsx index 3aa72f8..d9539a9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,4 @@ import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay'; -import FeaturesDetailedCards from '@/components/sections/features/FeaturesDetailedCards'; import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarCentered from '@/components/ui/NavbarCentered';