From 9ff9bb1d8747abb5dbe291dd2d2da712e3895fb3 Mon Sep 17 00:00:00 2001 From: Maaz Date: Sat, 14 Jun 2025 18:53:44 -0500 Subject: [PATCH] refactor: remove ReviewsSection component and its usage from App --- src/App.tsx | 2 - src/ReviewsSection.tsx | 106 ----------------------------------------- 2 files changed, 108 deletions(-) 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 */} -