@@ -2,10 +2,10 @@ 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
- < p className = "mb-6 text-gray-700 " >
8
+ < p className = "my-6 " >
9
9
< strong > Tenant First Aid</ strong > is an AI-powered chatbot designed to
10
10
help Oregon tenants navigate housing and eviction issues. It is a
11
11
volunteer-built program by{ " " }
@@ -29,33 +29,33 @@ export default function About() {
29
29
essential legal info they need to understand an eviction notice, respond
30
30
on time, and avoid mistakes that could cost them their home.
31
31
</ p >
32
- < h2 className = "text-2xl font-semibold mt-6 mb-2 text-gray-800 " >
32
+ < h2 className = "text-2xl font-semibold mt-6 mb-2" >
33
33
Contact:
34
34
</ h2 >
35
35
< p > Michael Zhang</ p >
36
36
< p > Attorney, licensed in Oregon and Washington</ p >
37
37
38
- < h2 className = "text-2xl font-semibold mt-6 mb-2 text-gray-800 " >
38
+ < h2 className = "text-2xl font-semibold mt-6 mb-2" >
39
39
Features
40
40
</ h2 >
41
- < ul className = "list-disc list-inside mb-6 text-gray-700 " >
41
+ < ul className = "list-disc list-inside" >
42
42
< li > Instant answers to common rental questions</ li >
43
43
< li > Guidance on tenant rights and landlord obligations</ li >
44
44
< li > Easy-to-use chat interface</ li >
45
45
< li > Available 24/7</ li >
46
46
</ ul >
47
- < h2 className = "text-2xl font-semibold mt-6 mb-2 text-gray-800 " >
47
+ < h2 className = "text-2xl font-semibold mt-6 mb-2" >
48
48
How It Works
49
49
</ h2 >
50
- < p className = "mb-6 text-gray-700 " >
50
+ < p className = "mb-6" >
51
51
Simply type your question or describe your situation, and Tenant First
52
52
Aid will provide helpful information or direct you to relevant
53
53
resources.
54
54
</ p >
55
- < h2 className = "text-2xl font-semibold mt-6 mb-2 text-gray-800 " >
55
+ < h2 className = "text-2xl font-semibold mt-6 mb-2" >
56
56
Quick Facts:
57
57
</ h2 >
58
- < ul className = "list-disc list-inside mb-6 text-gray-700 " >
58
+ < ul className = "list-disc list-inside mb-6" >
59
59
< li > Uses openAI ChatGPT o3 model</ li >
60
60
< li >
61
61
Reference library:
0 commit comments