Skip to content

Commit f6a8ff7

Browse files
authoredMar 20, 2025··
Merge pull request #203 from AssemblyAI/fern/more-styling
chore: home page styling
2 parents 4f7d0f7 + cf4377c commit f6a8ff7

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed
 

‎fern/pages/home.mdx

+19-6
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ twitter:description: "Build with our leading Speech AI models"
210210
border-bottom-width: 0px;
211211
height: 100% !important;
212212
margin-top: 10px !important;
213-
height: 85% !important;
214213
}
215214
216215
.product-card .fern-card .t-muted p {
@@ -357,19 +356,27 @@ twitter:description: "Build with our leading Speech AI models"
357356
<CardGroup cols={2}>
358357
<Card title="Transcribe an audio file" href="/docs/getting-started/transcribe-an-audio-file">
359358
<div class="bg-noise"></div>
360-
Learn how to transcribe audio files with our SDK
359+
<div class="t-muted">
360+
Learn how to transcribe audio files with our SDK
361+
</div>
361362
</Card>
362363
<Card title="Transcribe streaming audio" href="/docs/getting-started/transcribe-streaming-audio-from-a-microphone/python">
363364
<div class="bg-noise"></div>
364-
Learn how to transcribe live audio from a microphone
365+
<div class="t-muted">
366+
Learn how to transcribe live audio from a microphone
367+
</div>
365368
</Card>
366369
<Card title="Apply LLMs to audio" href="/docs/lemur/apply-llms-to-audio-files">
367370
<div class="bg-noise"></div>
368-
Learn how to analyze audio content with LLMs
371+
<div class="t-muted">
372+
Learn how to analyze audio content with LLMs
373+
</div>
369374
</Card>
370375
<Card title="Cookbooks" href="/docs/guides">
371376
<div class="bg-noise"></div>
372-
Get started quickly with our use-case specific cookbooks
377+
<div class="t-muted">
378+
Get started quickly with our use-case specific cookbooks
379+
</div>
373380
</Card>
374381
</CardGroup>
375382
</div>
@@ -383,23 +390,29 @@ twitter:description: "Build with our leading Speech AI models"
383390
href="/docs/speech-to-text/pre-recorded-audio"
384391
>
385392
<div class="bg-noise"></div>
386-
Models for converting audio files, video files, and live speech into text.
393+
<div class="t-muted">
394+
Models for converting audio files, video files, and live speech into text.
395+
</div>
387396
</Card>
388397
<Card
389398
title="LeMUR"
390399
icon={<img src="https://fern-image-hosting.s3.us-east-1.amazonaws.com/assemblyai/1442.svg" />}
391400
href="/docs/lemur/apply-llms-to-audio-files"
392401
>
393402
<div class="bg-noise"></div>
403+
<div class="t-muted">
394404
LeMUR is a framework for applying Large Language Models (LLMs) to spoken data.
405+
</div>
395406
</Card>
396407
<Card
397408
title="Audio Intelligence"
398409
icon={<img src="https://fern-image-hosting.s3.us-east-1.amazonaws.com/assemblyai/1443.svg" />}
399410
href="/docs/audio-intelligence/summarization"
400411
>
401412
<div class="bg-noise"></div>
413+
<div class="t-muted">
402414
Models for interpreting audio for business and personal workflows.
415+
</div>
403416
</Card>
404417
</CardGroup>
405418
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.