diff --git a/client/src/App.tsx b/client/src/App.tsx index 4a66b99..74675e8 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -12,6 +12,7 @@ import NotFound from "@/pages/not-found"; import SchemaMarkup from "@/components/SchemaMarkup"; import CookieBanner from "@/components/CookieBanner"; import SkipLink from "@/components/SkipLink"; +import { MotionConfig } from "framer-motion"; function Router() { return ( @@ -28,17 +29,19 @@ function Router() { function App() { return ( - - -
- -
- -
-
-
- - + + + +
+ +
+ +
+
+
+ + +
); } diff --git a/client/src/components/AppsSection.tsx b/client/src/components/AppsSection.tsx index 8205c7c..804a5f5 100644 --- a/client/src/components/AppsSection.tsx +++ b/client/src/components/AppsSection.tsx @@ -118,36 +118,39 @@ const AppsSection = () => { }; return ( -
-
+
+