diff --git a/src/App.tsx b/src/App.tsx index 2fff2e9..48934cb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,7 +11,6 @@ import { Sun, Moon, } from "lucide-react"; -import ReviewsSection from "./ReviewsSection"; const App = () => { const [, setActiveSection] = useState("hero"); @@ -705,7 +704,6 @@ const App = () => { {/* Footer */} -