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