diff --git a/client/app/profile/page.jsx b/client/app/profile/page.jsx index 862159f..a2dc3b6 100644 --- a/client/app/profile/page.jsx +++ b/client/app/profile/page.jsx @@ -1,29 +1,29 @@ import React from "react"; export default function Profile() { const maxWidth = "1000px"; - const maxHeight = "1100px"; // Present the container from being too stretchy + const maxHeight = "1200px"; // Present the container from being too stretchy return ( -
- -
-
- Outreach Success Rate -
+
+
+

Response Analysis: Answered vs Unanswered Outreach

+
+
+

Outreach Outcomes: Yes vs No Responses

+
+
+

Outreach Success Rate

+
+
+

Business Card Engagement: Saved vs Contacted

+
-
- Proposal sent vs Contract signed overview -
-
- Sites completed -
+
+

Proposal sent vs Contract signed overview

+
+
+

Sites completed

);