Skip to content

Commit 3961ca6

Browse files
committed
update content
1 parent 5fc6625 commit 3961ca6

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

src/pages/index.astro

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ const metadata = {
4343
>
4444
<Fragment slot="title">
4545
<span class="text-5xl md:text-6xl lg:text-7xl font-boldks">ROBRIX</span><br />
46-
Secure decentralized messaging<br />
47-
<span class="text-accent">across every platform</span>
46+
Your Matrix client app<br />
47+
<span class="text-accent">for every platform</span>
4848
</Fragment>
4949

5050
<Fragment slot="subtitle">
51-
Robrix brings the power of the Matrix protocol to all your devices with a single, native codebase built in Rust.
52-
Experience true cross-platform messaging without compromise.
51+
Connect to the Matrix network from any device with a single, native codebase built in Rust.
52+
Access your Matrix account with true cross-platform performance.
5353
</Fragment>
5454
</Hero2>
5555

5656
<!-- Stats Widget ****************** -->
5757

5858
<Stats
59-
title="Why developers choose Robrix"
59+
title="Why choose Robrix"
6060
stats={[
6161
{ title: 'Platforms Supported', amount: '7+' },
6262
{ title: 'Built with Rust', amount: '100%' },
@@ -140,9 +140,9 @@ const metadata = {
140140
<p class="text-base font-semibold tracking-wide uppercase" style="color: var(--dockit-primary);">
141141
Core Features
142142
</p>
143-
<h2 class="section-title mb-4">Everything you need for modern messaging</h2>
143+
<h2 class="section-title mb-4">Everything you need to access Matrix</h2>
144144
<p class="section-description max-w-3xl mx-auto">
145-
Robrix combines the security of Matrix with the performance of Rust
145+
A powerful Matrix client combining the security of the Matrix protocol with native Rust performance
146146
</p>
147147
</div>
148148

@@ -204,10 +204,10 @@ const metadata = {
204204
>
205205
<Fragment slot="content">
206206
<h2 class="section-title mb-4">
207-
One app. <span class="text-muted">Every device.</span>
207+
One Matrix client. <span class="text-muted">Every device.</span>
208208
</h2>
209209
<p class="section-description">
210-
Experience true cross-platform messaging without sacrificing performance or user experience.
210+
Access your Matrix account from anywhere without sacrificing performance or user experience.
211211
</p>
212212
</Fragment>
213213

@@ -405,8 +405,8 @@ const metadata = {
405405
<!-- Testimonials Widget *********** -->
406406

407407
<Testimonials
408-
title="What developers are saying"
409-
subtitle="Robrix is pushing the boundaries of cross-platform development"
408+
title="What people are saying"
409+
subtitle="A Matrix client pushing the boundaries of cross-platform development"
410410
testimonials={[
411411
{
412412
testimonial: `Robrix demonstrates the true potential of Rust for building production-ready cross-platform applications. The Makepad integration is brilliant.`,
@@ -475,8 +475,8 @@ const metadata = {
475475
<!-- CallToAction Widget *********** -->
476476

477477
<CallToAction
478-
title="Start building with Robrix today"
479-
subtitle="Join the growing community of developers building the future of decentralized communication"
478+
title="Start using Robrix today"
479+
subtitle="Join the Matrix network with a client built for performance and portability"
480480
actions={[
481481
{
482482
variant: 'primary',

0 commit comments

Comments
 (0)