refactor: remove ReviewsSection component and its usage from App

This commit is contained in:
2025-06-14 18:53:44 -05:00
parent 70825108f2
commit 9ff9bb1d87
2 changed files with 0 additions and 108 deletions

View File

@@ -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 = () => {
</section>
{/* Footer */}
<ReviewsSection cardClasses={cardClasses} textClasses={textClasses} isDarkMode={isDarkMode} />
<footer
className={`py-12 ${
isDarkMode ? "bg-black/40" : "bg-gray-900/10"