diff --git a/parfum-shop/src/App.jsx b/parfum-shop/src/App.jsx index efb750b..a5e944a 100644 --- a/parfum-shop/src/App.jsx +++ b/parfum-shop/src/App.jsx @@ -14,6 +14,7 @@ import ScrollToTop from "./components/ScrollToTop"; import ShopDrawer from "./components/ShopDrawer"; import CartToast from "./components/CartToast"; import { ProductTransitionProvider } from "./components/ProductTransition"; +import { PageTransitionProvider } from "./transitions/PageTransition"; import useLenisSmoothScroll from "./hooks/useLenisSmoothScroll"; import useScrollTextReveal from "./hooks/useScrollTextReveal"; import useButtonInteractions from "./hooks/useButtonInteractions"; @@ -59,29 +60,31 @@ function App() { return ( - + + - - Zum Inhalt springen - + + Zum Inhalt springen + -
- - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - -
+
+ + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + +
- - -