diff --git a/src/App.tsx b/src/App.tsx index 8584afe..db45926 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,7 +6,6 @@ import { Zap, AlertCircle } from 'lucide-react'; -import { Testimonial } from './components/ui/Testimonial'; // Hooks import { useAuth } from './hooks/useAuth'; @@ -426,10 +425,6 @@ const App: React.FC = () => { - {/* Social Proof (Testimonial) */} -
- -
)} @@ -499,10 +494,7 @@ const App: React.FC = () => { -