Register as a Transporter
            {
 
 const Account = props => {
   return (
-    <>
-      
-      
-        
-      
-    >
+    
+      
   );
 };
 
diff --git a/components/Homepage/NewReport.js b/components/Homepage/NewReport.js
index bc26e4a..1485706 100644
--- a/components/Homepage/NewReport.js
+++ b/components/Homepage/NewReport.js
@@ -1,25 +1,17 @@
 import styled from "styled-components";
 import React from "react";
-
+import { H3 } from "../Text/Headings";
+import { TextSmall } from "../Text/Body";
 import Link from "next/link";
 
-const Heading = styled.h1`
-  font-size: 20px;
-  font-weight: bold;
-`;
-
 const Body = styled.div`
   background-color: #bce0fd;
   color: #2699fb;
   border: 1px solid #bce0fd;
   border-radius: 10px;
   padding: 20px 20px;
-  margin-bottom: 60px;
-  margin-top: 30px;
-`;
-const Text = styled.p`
-  font-size: 16px;
-  text-align: left;
+  margin-bottom: 10px;
+  margin-top: 20px;
 `;
 
 const NewReport = (props) => {
@@ -27,8 +19,8 @@ const NewReport = (props) => {
     
       
         
-          Make a New Report
-          Update us with your current emergencies in your area.
+          Make a New Report
+          Update us with your current emergencies in your area.
         
       
     
diff --git a/components/Homepage/Reports/Report.js b/components/Homepage/Reports/Report.js
index 72917d0..9a6a2a9 100644
--- a/components/Homepage/Reports/Report.js
+++ b/components/Homepage/Reports/Report.js
@@ -1,5 +1,7 @@
 import React from "react";
 import styled from "styled-components";
+import { H3 } from "../../Text/Headings";
+import { TextSmall } from "../../Text/Body";
 
 const ReportBody = styled.div`
   background-color: #fff;
@@ -9,24 +11,13 @@ const ReportBody = styled.div`
   margin-bottom: 20px;
 `;
 
-const Title = styled.h1`
-  font-size: 14px;
-  color: #232323;
-  font-weight: bold;
-`;
-
-const Text = styled.p`
-  color: #6c6c6c;
-  font-size: 14px;
-`;
-
 const Report = (props) => {
   return (
     
-      {props.title}
-      
+      {props.title}
+      
         Along Olu-Obansanjo road. cars are on fire avoid the area, fire fighters are at the scene. Traffic is...
-      
+      
     
   );
 };
diff --git a/components/Homepage/Reports/Reports.js b/components/Homepage/Reports/Reports.js
index 970f47e..87fa474 100644
--- a/components/Homepage/Reports/Reports.js
+++ b/components/Homepage/Reports/Reports.js
@@ -1,26 +1,22 @@
 /* eslint-disable no-unused-vars */
 import React from "react";
-import styled from "styled-components";
 import Report from "./Report";
+import styled from "styled-components";
+import { H3 } from "../../Text/Headings";
+import { TextSmall } from "../../Text/Body";
 
-const Heading = styled.p`
-  color: #232323;
+const Text = styled(TextSmall)`
   font-size: 20px;
-  margin: 10px 0;
-`;
-
-const AllReports = styled.span`
-  color: #2699fb;
-  font-size: 12px;
+  margin: 5px 0;
 `;
 
 const Reports = (props) => {
   return (
     
-      
Reports in your area
-      
+      
Reports in your area
+      
       
-      
See All Reports
+      
See All Reports
     
   );
 };
diff --git a/components/Homepage/Trips/NewTrip.js b/components/Homepage/Trips/NewTrip.js
index a51feb2..108aa4e 100644
--- a/components/Homepage/Trips/NewTrip.js
+++ b/components/Homepage/Trips/NewTrip.js
@@ -1,5 +1,7 @@
 import styled from "styled-components";
 import React from "react";
+import { H3 } from "../../Text/Headings";
+import { TextSmall } from "../../Text/Body";
 
 const Body = styled.div`
   background-color: #afdeb1;
@@ -8,14 +10,10 @@ const Body = styled.div`
   color: #43a047;
   padding: 20px;
 `;
-const Heading = styled.h1`
-  font-size: 20px;
-  font-weight: bold;
-`;
 
-const Text = styled.p`
+const Text = styled(TextSmall)`
   font-size: 20px;
-  padding: 15px 0;
+  padding: 10px 0;
 `;
 
 const NewTrip = (props) => {
@@ -23,7 +21,7 @@ const NewTrip = (props) => {
     
       Welcome back {props.user}!
       
-        
Plan a new trip
+        
Plan a new trip
         Schedule your next outing
       
      
diff --git a/components/Homepage/Trips/RecentTrips.js b/components/Homepage/Trips/RecentTrips.js
index 5ba8fa6..16b564a 100644
--- a/components/Homepage/Trips/RecentTrips.js
+++ b/components/Homepage/Trips/RecentTrips.js
@@ -2,10 +2,11 @@
 import styled from "styled-components";
 import React from "react";
 import Trip from "./Trip";
+import { TextSmall } from "../../Text/Body";
 
-const Text = styled.p`
+const Text = styled(TextSmall)`
   font-size: 20px;
-  margin: 10px 0;
+  margin: 5px 0;
 `;
 
 const RecentTrips = (props) => {
@@ -14,7 +15,7 @@ const RecentTrips = (props) => {
       
Your Recent Trips
       
       
-      
See All Trips
+      
See All Trips
      
   );
 };
diff --git a/public/images/account/Back-Arrow.svg b/public/images/account/Back-Arrow.svg
deleted file mode 100644
index 32ebb55..0000000
--- a/public/images/account/Back-Arrow.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/account/Icon Home-active.svg b/public/images/account/Icon Home-active.svg
deleted file mode 100644
index c7242ef..0000000
--- a/public/images/account/Icon Home-active.svg	
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/account/car.png b/public/images/car.png
similarity index 100%
rename from public/images/account/car.png
rename to public/images/car.png
diff --git a/public/images/account/lock.svg b/public/images/lock.svg
similarity index 100%
rename from public/images/account/lock.svg
rename to public/images/lock.svg
diff --git a/public/images/account/phone.svg b/public/images/phone.svg
similarity index 100%
rename from public/images/account/phone.svg
rename to public/images/phone.svg
diff --git a/public/images/account/profile.svg b/public/images/profile.svg
similarity index 100%
rename from public/images/account/profile.svg
rename to public/images/profile.svg