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