Skip to content

Commit 8bee7f1

Browse files
committed
Update about page content
1 parent 047b92e commit 8bee7f1

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

frontend/src/AboutPage.tsx

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,63 @@ export default function AboutPage() {
1515
</svg>
1616
Back
1717
</button>
18+
1819
<h1 className="text-3xl font-bold mb-4 text-gray-800 mt-4 text-center">Tenant First Aid</h1>
20+
1921
<p className="mb-6 text-gray-700">
20-
<strong>Tenant First Aid</strong> is an AI-powered chatbot designed to help tenants navigate rental issues, answer questions, and provides legal advice related to housing and eviction.
22+
<strong>Tenant First Aid</strong> is an AI-powered chatbot designed to help Oregon tenants navigate housing and eviction issues.
2123
</p>
24+
25+
<p>It is a volunteer-built program by <a href="https://www.codepdx.org/"className="text-blue-700 underline">Code for PDX</a> and <a href="https://www.qiu-qiulaw.com/" className="text-blue-700 underline">Qui Qiu Law</a>.</p>
26+
27+
28+
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">Contact:</h2>
29+
<p>Michael Zhang</p>
30+
<p>Attorney, licensed in Oregon and Washington</p>
31+
<p>michael@qiu-qiulaw.com</p>
32+
33+
2234
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">Features</h2>
2335
<ul className="list-disc list-inside mb-6 text-gray-700">
2436
<li>Instant answers to common rental questions</li>
2537
<li>Guidance on tenant rights and landlord obligations</li>
2638
<li>Easy-to-use chat interface</li>
2739
<li>Available 24/7</li>
40+
<li>Testing</li>
2841
</ul>
2942
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">How It Works</h2>
3043
<p className="mb-6 text-gray-700">
3144
Simply type your question or describe your situation, and Tenant First Aid will provide helpful information or direct you to relevant resources.
3245
</p>
46+
47+
<h3>Quick Facts:</h3>
48+
<ul className="list-disc list-inside mb-6 text-gray-700">
49+
<li>Uses openAI ChatGPT o3 model</li>
50+
<li>Reference library:
51+
<ul className="list-disc list-inside">
52+
<li><a href="https://www.oregonlegislature.gov/bills_laws/ors/ors090.html">ORS 90 (as amended 2023)</a></li>
53+
<li><a href="https://www.oregonlegislature.gov/bills_laws/ors/ors105.html">ORS 105</a></li>
54+
<li><a href="https://eugene.municipal.codes/EC/8.425">Eugene Code Section 8.425</a></li>
55+
<li><a href="https://www.portland.gov/code/30/all">Portland City Code Title 30</a></li>
56+
</ul>
57+
</li>
58+
</ul>
59+
60+
61+
3362
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">Disclaimer</h2>
3463
<p className="text-gray-600">
3564
TenantFirst is an AI assistant and does not provide legal advice. For complex or urgent legal matters, please consult a qualified professional.
3665
</p>
66+
<p>
67+
Tenant First Aid can answer questions about Oregon law and provides legal information. Legal information is not the same as legal advice, which is the application of law to an individual&apos;s specific circumstances.
68+
69+
</p>
70+
<p>
71+
Tenant First Aid and Qiu-Qiu Law and its affiliated organizations make no claim as to accuracy and is not responsible for any consequences that may result from the use of Tenant First Aid. We recommend that you consult with a licensed attorney if you want assurance that the information provided is appropriate for your particular situation. You should not and are not authorized to rely on Tenant First Aid as a source of legal advice. The use of Tenant First Aid does not create an attorney-client relationship between you and Tenant First Aid, Qiu-Qiu Law, or any of its affiliated organizations.
72+
73+
74+
</p>
3775
</div>
3876
);
3977
}

0 commit comments

Comments
 (0)