Skip to content

Commit be2cea9

Browse files
authored
Merge pull request #28 from Sherlock113/docs/pop-up
docs: Update pop-up messaging
2 parents 72970b3 + e4072a6 commit be2cea9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/components/Chat/index.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ function Chat() {
3636
<path d="m6 6 12 12" />
3737
</svg>
3838
</button>
39-
<h4>Talk to Us</h4>
39+
<h4>Need Help with LLM Inference?</h4>
4040
<p>
41-
At Bento, we help customers build custom LLM serving solutions
42-
tailored for speed, quality, or cost. Schedule a call to
43-
learn how we make it easy to apply advanced inference optimizations to your use case.
41+
Top AI teams use Bento to build fast, cost-efficient LLM serving solutions
42+
tailored to their workloads.
4443
</p>
4544
<div>
4645
<a
@@ -50,7 +49,7 @@ function Chat() {
5049
className={styles.chatLink}
5150
>
5251
<Button type="green" className={styles.chatButton}>
53-
Schedule a Call
52+
Request a Demo
5453
</Button>
5554
</a>
5655
</div>

0 commit comments

Comments
 (0)