diff --git a/parfum-shop/src/App.jsx b/parfum-shop/src/App.jsx index ac50d50..c2fcc0a 100644 --- a/parfum-shop/src/App.jsx +++ b/parfum-shop/src/App.jsx @@ -13,6 +13,7 @@ import SupportChatbot from "./components/SupportChatbot"; import ScrollToTop from "./components/ScrollToTop"; import ShopDrawer from "./components/ShopDrawer"; import CartToast from "./components/CartToast"; +import { ProductTransitionProvider } from "./components/ProductTransition"; import useScrollTextReveal from "./hooks/useScrollTextReveal"; import { ThemeProvider } from "./theme/ThemeContext"; import "./style/textReveal.css"; @@ -52,10 +53,10 @@ function App() { return ( - <> + -
+
} /> } /> @@ -72,7 +73,7 @@ function App() {