This commit is contained in:
rustdesk
2024-10-22 14:53:53 +08:00
parent 2eae36d76c
commit 20951eb04f
49 changed files with 6935 additions and 131 deletions

View File

@@ -16,13 +16,12 @@ const metadata = {
};
---
<Layout metadata={metadata}>
<Layout metadata={metadata} i18n>
<Note
title="Note"
subtitle='<span class="text-2xl text-font-bold">rustdesk.com</span> is our only official domain. Please do not download RustDesk from the other domains.'
/>
<!-- Hero Widget ******************* -->
<Hero
actions={[
{
@@ -46,21 +45,15 @@ const metadata = {
<Carousel
client:load
list={[
{ src: 'remote.jpg', className: 'rounded-[15px] border border-gray-700' },
{ src: 'main.png', className: 'rounded-[15px] border border-gray-700' },
{ src: 'console.png', className: 'rounded-[15px] border border-gray-700' },
{ src: 'custom.png', className: 'rounded-[15px] border border-gray-700' },
{ src: '/remote.jpg', className: 'rounded-[15px] border border-gray-700' },
{ src: '/main.png', className: 'rounded-[15px] border border-gray-700' },
{ src: '/console.png', className: 'rounded-[15px] border border-gray-700' },
{ src: '/custom.png', className: 'rounded-[15px] border border-gray-700' },
]}
/>
</Fragment>
</Hero>
<!-- Note Widget ******************* -->
<!-- <Note /> -->
<!-- Content Widget **************** -->
<Content
isReversed
tagline="Inside Self-Hosting"
@@ -99,8 +92,6 @@ const metadata = {
</Fragment>
</Content>
<!-- Content Widget **************** -->
<Content
isAfterContent
items={[
@@ -141,8 +132,6 @@ const metadata = {
</Fragment>
</Content>
<!-- Steps Widget ****************** -->
<Steps
isReversed
title="Simple self-hosting installation"
@@ -179,7 +168,6 @@ const metadata = {
</Fragment>
</Steps>
<!-- Stats Widget ****************** -->
<Stats
tagline="Scenarios"
title="Who are using self-hosting?"
@@ -192,8 +180,6 @@ const metadata = {
]}
/>
<!-- HighlightedPosts Widget ******* -->
<BlogLatestPosts title="Find out more content in our Blog" />
<Stats