Skip to content

Commit 25b2204

Browse files
committed
rearrange paragraphs
1 parent 5a6123b commit 25b2204

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

frontend/src/pages/About/About.tsx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ function About() {
1616
<img src={image} alt="about image" className="mt-10 rounded-2xl"></img>
1717
</div>
1818

19-
<div className="text-3xl mt-10">Get accurate, helpful information on bipolar medications fast</div>
20-
<div className="text-lg mt-5 text-gray-500">Powered by innovative AI technology, Balancer is a tool that aids in providing personalized medication recommendations for patients with bipolar disorder in any state, including mania, depression, hypomania and mixed. Our platform utilizes machine learning to give you the latest, most up-to-date information on medications and active clinical trials to treat bipolar disorder. </div>
21-
<div className="text-lg mt-5 text-gray-500">Balancer automates medication decision support by offering tailored medication recommendations and comprehensive risk-benefit assessments based on a patient's diagnosis, symptom severity, treatment goals and individual characteristics. </div>
2219

2320
{/* Mission section */}
24-
<div className="mission-section flex w-full max-w-6xl flex-col items-center justify-center md:mt-28">
25-
<div className="text-3xl font-bold">Our mission</div>
26-
<div className="flex flex-row">
21+
<div className="mission-section flex w-full max-w-6xl flex-row justify-center md:mt-28">
22+
<div>
23+
<div className="text-3xl font-bold">Get accurate, helpful information on bipolar medications fast</div>
24+
<div className="text-lg mt-5 text-gray-500">Powered by innovative AI technology, Balancer is a tool that aids in providing personalized medication recommendations for patients with bipolar disorder in any state, including mania, depression, hypomania and mixed. Our platform utilizes machine learning to give you the latest, most up-to-date information on medications and active clinical trials to treat bipolar disorder. </div>
25+
<div className="text-lg mt-5 text-gray-500">Balancer automates medication decision support by offering tailored medication recommendations and comprehensive risk-benefit assessments based on a patient's diagnosis, symptom severity, treatment goals and individual characteristics. </div>
26+
<div className="text-3xl font-bold mt-20">Our mission</div>
2727
<div className="flex flex-col justify-between w-full">
2828
<div className="text-lg mt-8 text-gray-500">
2929
Bipolar disorder affects approximately 5.7 million adult Americans
@@ -35,15 +35,15 @@ function About() {
3535
The team behind Balancer believes that building a searchable, interactive and user-friendly research tool for bipolar medications has the potential to improve the health and well-being of people with bipolar disorder.
3636
</div>
3737
</div>
38-
<div className="w-full flex flex-col items-center">
39-
<div>
40-
<div className="mt-8 text-3xl font-bold">44 million</div>
41-
<div>Transactions every 24 hours</div>
42-
<div className="mt-5 text-3xl font-bold">$119 million</div>
43-
<div>Assets under holding</div>
44-
<div className="mt-5 text-3xl font-bold">46,000</div>
45-
<div>New users annually</div>
46-
</div>
38+
</div>
39+
<div className="w-full flex flex-col items-center">
40+
<div>
41+
<div className="mt-8 text-4xl font-bold">44 million</div>
42+
<div className="text-lg">Transactions every 24 hours</div>
43+
<div className="mt-5 text-4xl font-bold">$119 million</div>
44+
<div className="text-lg">Assets under holding</div>
45+
<div className="mt-5 text-4xl font-bold">46,000</div>
46+
<div className="text-lg">New users annually</div>
4747
</div>
4848
</div>
4949
</div>

0 commit comments

Comments
 (0)