Skip to content

Commit 3910423

Browse files
committed
Update About page content
1 parent d06b48c commit 3910423

File tree

1 file changed

+91
-24
lines changed

1 file changed

+91
-24
lines changed

frontend/src/About.tsx

Lines changed: 91 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,97 @@ export default function About() {
55
<div className="flex items-center pt-16 sm:mt-26 sm:pt-0">
66
<div className="relative max-w-2xl m-auto p-8 bg-[#F4F4F2] rounded-lg shadow-md">
77
<BackLink />
8-
<p className="my-6">
9-
<strong>Tenant First Aid</strong> is an AI-powered chatbot designed to
10-
help tenants navigate rental issues, answer questions, and provides
11-
legal advice related to housing and eviction.
12-
</p>
13-
<h2 className="text-2xl font-semibold mt-6 mb-2">Features</h2>
14-
<ul className="list-disc list-inside mb-6">
15-
<li>Instant answers to common rental questions</li>
16-
<li>Guidance on tenant rights and landlord obligations</li>
17-
<li>Easy-to-use chat interface</li>
18-
<li>Available 24/7</li>
19-
</ul>
20-
<h2 className="text-2xl font-semibold mt-6 mb-2">How It Works</h2>
21-
<p className="mb-6">
22-
Simply type your question or describe your situation, and Tenant First
23-
Aid will provide helpful information or direct you to relevant
24-
resources.
25-
</p>
26-
<h2 className="text-2xl font-semibold mt-6 mb-2">Disclaimer</h2>
27-
<p className="">
28-
<strong>Tenant First Aid</strong> is an AI assistant and does not
29-
provide legal advice. For complex or urgent legal matters, please
30-
consult a qualified professional.
31-
</p>
8+
<p className="mb-6 text-gray-700">
9+
<strong>Tenant First Aid</strong> is an AI-powered chatbot designed to
10+
help Oregon tenants navigate housing and eviction issues. It is a
11+
volunteer-built program by{" "}
12+
<a href="https://www.codepdx.org/" className="text-blue-600 underline">
13+
Code PDX
14+
</a>{" "}
15+
and{" "}
16+
<a
17+
href="https://www.qiu-qiulaw.com/"
18+
className="text-blue-600 underline"
19+
>
20+
Qiu Qiu Law
21+
</a>
22+
.
23+
</p>
24+
<p className="mb-6 text-gray-700">
25+
It&apos;s called "Tenant First Aid" because it&apos;s like emergency
26+
help for renters facing eviction—quick, clear, and focused on what to do
27+
right now. Just like medical first aid helps stabilize someone before
28+
they can see a doctor, Tenant First Aid gives Oregon tenants the
29+
essential legal info they need to understand an eviction notice, respond
30+
on time, and avoid mistakes that could cost them their home.
31+
</p>
32+
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">
33+
Contact:
34+
</h2>
35+
<p>Michael Zhang</p>
36+
<p>Attorney, licensed in Oregon and Washington</p>
37+
38+
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">
39+
Features
40+
</h2>
41+
<ul className="list-disc list-inside mb-6 text-gray-700">
42+
<li>Instant answers to common rental questions</li>
43+
<li>Guidance on tenant rights and landlord obligations</li>
44+
<li>Easy-to-use chat interface</li>
45+
<li>Available 24/7</li>
46+
</ul>
47+
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">
48+
How It Works
49+
</h2>
50+
<p className="mb-6 text-gray-700">
51+
Simply type your question or describe your situation, and Tenant First
52+
Aid will provide helpful information or direct you to relevant
53+
resources.
54+
</p>
55+
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">
56+
Quick Facts:
57+
</h2>
58+
<ul className="list-disc list-inside mb-6 text-gray-700">
59+
<li>Uses openAI ChatGPT o3 model</li>
60+
<li>
61+
Reference library:
62+
<ul className="list-none pl-6 mt-1">
63+
<li>
64+
<a
65+
href="https://www.oregonlegislature.gov/bills_laws/ors/ors090.html"
66+
className="text-blue-600 underline"
67+
>
68+
ORS 90 (as amended 2023)
69+
</a>
70+
</li>
71+
<li>
72+
<a
73+
href="https://www.oregonlegislature.gov/bills_laws/ors/ors105.html"
74+
className="text-blue-600 underline"
75+
>
76+
ORS 105
77+
</a>
78+
</li>
79+
<li>
80+
<a
81+
href="https://eugene.municipal.codes/EC/8.425"
82+
className="text-blue-600 underline"
83+
>
84+
Eugene Code Section 8.425
85+
</a>
86+
</li>
87+
<li>
88+
<a
89+
href="https://www.portland.gov/code/30/all"
90+
className="text-blue-600 underline"
91+
>
92+
Portland City Code Title 30
93+
</a>
94+
</li>
95+
</ul>
96+
</li>
97+
</ul>
98+
3299
</div>
33100
</div>
34101
);

0 commit comments

Comments
 (0)