File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
apps/web/components/pages/HomePage Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,9 @@ const features: Feature[] = homepageCopy.features.features.map(
149
149
const Features = ( ) => {
150
150
return (
151
151
< div className = "text-center max-w-[1440px] mx-auto px-5" >
152
- < h1 className = "mb-3" > { homepageCopy . features . title } </ h1 >
152
+ < h1 className = "mb-3 text-4xl font-medium text-gray-12" >
153
+ { homepageCopy . features . title }
154
+ </ h1 >
153
155
< p className = "text-lg text-gray-10 leading-[1.75rem] w-full max-w-[600px] mx-auto" >
154
156
{ homepageCopy . features . subtitle }
155
157
</ p >
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ const Pricing = () => {
11
11
return (
12
12
< div className = "w-full max-w-[1100px] mx-auto px-5" >
13
13
< div className = "px-5 mb-16 text-center" >
14
- < h1 className = "mb-3 w-full" > { homepageCopy . pricing . title } </ h1 >
14
+ < h1 className = "mb-3 w-full text-4xl font-medium text-gray-12" >
15
+ { homepageCopy . pricing . title }
16
+ </ h1 >
15
17
< p className = "text-lg text-gray-10 max-w-[800px] mx-auto leading-[1.75rem] w-full" >
16
18
{ homepageCopy . pricing . subtitle }
17
19
</ p >
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ const RecordingModes = () => {
56
56
return (
57
57
< div className = "w-full max-w-[1000px] mx-auto px-5" >
58
58
< div className = "flex flex-col gap-2 justify-center items-center text-center" >
59
- < h1 className = "text-4xl font-medium text-12" >
59
+ < h1 className = "text-4xl font-medium text-gray- 12" >
60
60
{ homepageCopy . recordingModes . title }
61
61
</ h1 >
62
- < p className = "text-lg text-gray-10" >
62
+ < p className = "text-lg text-gray-10 w-full max-w-[670px] mx-auto " >
63
63
{ homepageCopy . recordingModes . subtitle }
64
64
</ p >
65
65
</ div >
Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ const Testimonials = () => {
121
121
return (
122
122
< div className = "w-full max-w-[1200px] mx-auto md:px-5" >
123
123
< div className = "px-5 mb-16 text-center" >
124
- < h1 className = "mb-3 w-full max-w-[500px] mx-auto text-balance" >
124
+ < h1 className = "mx-auto mb-3 w-full text-4xl font-medium text-gray-12 text-balance" >
125
125
{ homepageCopy . testimonials . title }
126
126
</ h1 >
127
- < p className = "text-lg text-gray-10 text-balance mx-auto leading-[1.75rem] w-full max-w-[500px ]" >
127
+ < p className = "text-lg text-gray-10 w-full max-w-[400px] mx-auto leading-[1.75rem]" >
128
128
{ homepageCopy . testimonials . subtitle }
129
129
</ p >
130
130
</ div >
You can’t perform that action at this time.
0 commit comments