diff --git a/public/img/hero/02.jpg b/public/img/hero/02.jpg
index f2e27644..453e6ac7 100644
Binary files a/public/img/hero/02.jpg and b/public/img/hero/02.jpg differ
diff --git a/public/img/hero/04.jpg b/public/img/hero/04.jpg
new file mode 100644
index 00000000..ed2fece4
Binary files /dev/null and b/public/img/hero/04.jpg differ
diff --git a/public/img/hero/05.png b/public/img/hero/05.png
new file mode 100644
index 00000000..b09376a1
Binary files /dev/null and b/public/img/hero/05.png differ
diff --git a/public/img/hero/06.png b/public/img/hero/06.png
new file mode 100644
index 00000000..26b59c8e
Binary files /dev/null and b/public/img/hero/06.png differ
diff --git a/public/img/icons/unicons/labor.png b/public/img/icons/unicons/labor.png
new file mode 100644
index 00000000..d7985c01
Binary files /dev/null and b/public/img/icons/unicons/labor.png differ
diff --git a/src/pages/authentication/AboutApp.jsx b/src/pages/authentication/AboutApp.jsx
new file mode 100644
index 00000000..d4d6c235
--- /dev/null
+++ b/src/pages/authentication/AboutApp.jsx
@@ -0,0 +1,383 @@
+const AboutApp = ({ onClose }) => {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+
900+ Vendor-Backed Integrations
+
+ Datadog offers wide coverage across any technology, with
+ support and log processing templates provided by Datadog
+
+
+
+
+
+
+
+
+
+
+
Logging Without Limits™
+
+ Simple, but powerful techniques for prioritizing logs and
+ staying in budget–without manual backups or dropping data
+
+
+
+
+
+
+
+
+
+
+
+
+
900+ Vendor-Backed Integrations
+
+ Datadog offers wide coverage across any technology, with
+ support and log processing templates provided by Datadog
+
+
+
+
+
+
+
+
+
+
+
Logging Without Limits™
+
+ Simple, but powerful techniques for prioritizing logs and
+ staying in budget–without manual backups or dropping data
+
+
+
+
+
+
+
+
+
Product Features?
+
+
+
+
+
+
+
Investigate and Troubleshoot Issues Faster
+
+
+ -
+ Search, filter, and analyze logs on the fly—no complex
+ query language required
+
+ -
+ Automatically detect unanticipated outliers, anomalies,
+ and log errors without the need to read every log file
+
+ -
+ Visualize and explore collected logs using an intuitive,
+ facet-driven navigation and powerful log analytics
+
+ -
+ Respond to only the most important issues with composite
+ alerts based on boolean logic
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Investigate and Troubleshoot Issues Faster
+
+
+ -
+ Search, filter, and analyze logs on the fly—no complex
+ query language required
+
+ -
+ Automatically detect unanticipated outliers, anomalies,
+ and log errors without the need to read every log file
+
+ -
+ Visualize and explore collected logs using an intuitive,
+ facet-driven navigation and powerful log analytics
+
+ -
+ Respond to only the most important issues with composite
+ alerts based on boolean logic
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Investigate and Troubleshoot Issues Faster
+
+
+ -
+ Search, filter, and analyze logs on the fly—no complex
+ query language required
+
+ -
+ Automatically detect unanticipated outliers, anomalies,
+ and log errors without the need to read every log file
+
+ -
+ Visualize and explore collected logs using an intuitive,
+ facet-driven navigation and powerful log analytics
+
+ -
+ Respond to only the most important issues with composite
+ alerts based on boolean logic
+
+
+
+
+
+
+
+
+
+
+
+
+
Investigate and Troubleshoot Issues Faster
+
+
+ -
+ Search, filter, and analyze logs on the fly—no complex
+ query language required
+
+ -
+ Automatically detect unanticipated outliers, anomalies,
+ and log errors without the need to read every log file
+
+ -
+ Visualize and explore collected logs using an intuitive,
+ facet-driven navigation and powerful log analytics
+
+ -
+ Respond to only the most important issues with composite
+ alerts based on boolean logic
+
+
+
+
+
+
+
+
+ {/*
+
+
+
+
+
+
+
+

+
+
First slide
+
+ Eos mutat malis maluisset et, agam ancillae quo te, in vim
+ congue pertinacia.
+
+
+
+
+

+
+
Second slide
+
In numquam omittam sea.
+
+
+
+

+
+
Third slide
+
+ Lorem ipsum dolor sit amet, virtute consequat ea qui, minim
+ graeco mel no.
+
+
+
+
+

+
+
Third slide
+
+ Lorem ipsum dolor sit amet, virtute consequat ea qui, minim
+ graeco mel no.
+
+
+
+
+
+
+ Previous
+
+
+
+ Next
+
+
*/}
+
+ >
+ );
+};
+
+export default AboutApp;
diff --git a/src/pages/authentication/AuthWrapper.jsx b/src/pages/authentication/AuthWrapper.jsx
index e4ee12d4..e9cc2e65 100644
--- a/src/pages/authentication/AuthWrapper.jsx
+++ b/src/pages/authentication/AuthWrapper.jsx
@@ -1,29 +1,27 @@
import React from "react";
import { Link } from "react-router-dom";
import "./page-auth.css";
+import AboutApp from "./AboutApp";
// import { hero1 } from "/public/img/backgrounds/18.jpg";
export const AuthWrapper = ({ children }) => {
return (
<>
-
-
+
+
{/* */}
-
-
-

+
{/* */}
{/* */}
-
-
+
- {/*
-
-
-
-
-
-
-
-
-
-
-
- {children}
-
-
-
-
-
*/}
>
);
};