diff --git a/banquise-website/src/App.tsx b/banquise-website/src/App.tsx index ecb8704..e6ea4ea 100644 --- a/banquise-website/src/App.tsx +++ b/banquise-website/src/App.tsx @@ -6,6 +6,7 @@ import { TechFeaturesSection } from './components/sections/TechFeaturesSection'; import { ServicesSection } from './components/sections/ServicesSection'; import { AboutSection } from './components/sections/AboutSection'; import { Popup } from './components/ui/Popup'; +import { ScrollToTopButton } from './components/ui/ScrollToTopButton'; import { URLS } from './config/constants'; // Define Service interface directly in App @@ -92,6 +93,9 @@ const App: React.FC = () => {