diff --git a/component-library/src/App.tsx b/component-library/src/App.tsx index 52448d5..544035e 100644 --- a/component-library/src/App.tsx +++ b/component-library/src/App.tsx @@ -13,7 +13,7 @@ import HomePage from "@/pages/home" import HowItWorksPage from "@/pages/how-it-works" import KlarpreisPage from "@/pages/klarpreis" import { SimplePage } from "@/pages/placeholder" -import SolutionsPage from "@/pages/solutions" +import ProductsPage from "@/pages/products" function ScrollToTop() { const { pathname } = useLocation() @@ -35,7 +35,7 @@ export default function App() { } /> } /> - } /> + } /> } /> } /> } /> + + } + /> + + } + />