From f597c207fab767477eb4b7c5bcf4263a556503c5 Mon Sep 17 00:00:00 2001 From: Ebube Date: Mon, 26 Feb 2024 16:34:08 +0100 Subject: [PATCH 1/2] Banner Area Layout --- .../Dashboards/AccountDashboard.jsx | 86 +++++++++++++++++-- 1 file changed, 77 insertions(+), 9 deletions(-) diff --git a/src/components/Dashboards/AccountDashboard.jsx b/src/components/Dashboards/AccountDashboard.jsx index 182b23f..5d88408 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 + +
+
+ ); +}; From dd802ab22efc45a6025058eaaf1fa1ecafdcb5ab Mon Sep 17 00:00:00 2001 From: Ebube Date: Mon, 26 Feb 2024 16:38:57 +0100 Subject: [PATCH 2/2] increase size of dots --- src/components/Dashboards/AccountDashboard.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Dashboards/AccountDashboard.jsx b/src/components/Dashboards/AccountDashboard.jsx index 5d88408..8c84348 100644 --- a/src/components/Dashboards/AccountDashboard.jsx +++ b/src/components/Dashboards/AccountDashboard.jsx @@ -41,9 +41,9 @@ const TopBanner = () => {
follow up text
@@ -73,9 +73,9 @@ const LowerBanner = () => {
follow up text