Clean up UI components, remove unnecessary libs, improve navigation & portfolio

Fix navigation dropdown, scroll behavior, and particle colors, removed ai slop

removed phone numbers and removed link icon from portfolio

added appropriate comments

removed unnecessary libs
This commit is contained in:
2025-12-10 15:54:54 +00:00
parent ae41548799
commit 527131de00
14 changed files with 60 additions and 38 deletions

View File

@@ -1,4 +1,5 @@
import { Toaster } from "@/components/ui/toaster";
import ScrollToTop from './components/ScrollToTop';
import { Toaster as Sonner } from "@/components/ui/sonner";
import { TooltipProvider } from "@/components/ui/tooltip";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
@@ -23,6 +24,7 @@ const App = () => (
<Toaster />
<Sonner />
<BrowserRouter>
<ScrollToTop /> {/* component added to scroll to top of page */}
<Routes>
<Route path="/" element={<Index />} />
<Route path="/about" element={<About />} />