diff --git a/src/pages/Home/sections/Access/Access.jsx b/src/pages/Home/sections/Access/Access.jsx new file mode 100644 index 0000000..6679569 --- /dev/null +++ b/src/pages/Home/sections/Access/Access.jsx @@ -0,0 +1,20 @@ +import {Grow, Stack, Typography} from "@mui/material"; +import BaseImage from "@/common/assets/images/home/base.svg"; +import AuthImage from "@/common/assets/images/home/auth.svg"; +import DriveImage from "@/common/assets/images/home/drive.svg"; +import GroupsImage from "@/common/assets/images/home/groups.svg"; +import AccessItem from "@/pages/Home/sections/Access/components/AccessItem/index.js"; + +export const Access = () => ( + + Erhalte Zugriff auf alles von + LicenseAPI + + + + + + + + +) \ No newline at end of file