diff --git a/src/components/Dashboards/AccountDashboard.jsx b/src/components/Dashboards/AccountDashboard.jsx index 182b23f..8c84348 100644 --- a/src/components/Dashboards/AccountDashboard.jsx +++ b/src/components/Dashboards/AccountDashboard.jsx @@ -1,15 +1,83 @@ -import React from 'react' +import React from "react"; -const AccountDashboard = ({className}) => { +const AccountDashboard = ({ className }) => { return ( -
-
- Account Dashboard + }`} + > +
+ + + +
+
+ +
- ) -} + ); +}; -export default AccountDashboard +export default AccountDashboard; + +const TopBanner = () => { + let Image = require(`../../assets/images/offer.jpg`); + return ( +
+
+ banner-img +
+
+
+

Banner Title

+

Banner description text will come follow

+
+
+ follow up text + +
+
+
+ ); +}; + +const LowerBanner = () => { + let Image = require(`../../assets/images/offer.jpg`); + return ( +
+
+
+
+

Banner Title

+

Banner description text will come follow

+
+
+
+ banner-img +
+
+
+ follow up text + +
+
+ ); +};