Skip to content

Commit 6325e3e

Browse files
committed
corrections
1 parent d320a21 commit 6325e3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/components/pages/HomePage/RecordingModes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const RecordingModes = () => {
5959
<h1 className="text-4xl font-medium text-gray-12">
6060
{homepageCopy.recordingModes.title}
6161
</h1>
62-
<p className="text-lg text-gray-10">
62+
<p className="text-lg text-gray-10 w-full max-w-[670px] mx-auto">
6363
{homepageCopy.recordingModes.subtitle}
6464
</p>
6565
</div>

apps/web/components/pages/HomePage/Testimonials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const Testimonials = () => {
124124
<h1 className="mx-auto mb-3 w-full text-4xl font-medium text-gray-12 text-balance">
125125
{homepageCopy.testimonials.title}
126126
</h1>
127-
<p className="text-lg text-gray-10 w-full max-w-[520px] mx-auto leading-[1.75rem]">
127+
<p className="text-lg text-gray-10 w-full max-w-[400px] mx-auto leading-[1.75rem]">
128128
{homepageCopy.testimonials.subtitle}
129129
</p>
130130
</div>

0 commit comments

Comments
 (0)