Skip to content

Commit 0740aaf

Browse files
authored
Merge pull request #2042 from appwrite/sites-page-update
Update features.svelte
2 parents d8c1c79 + ef2cb40 commit 0740aaf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/routes/products/sites/(components)/features.svelte

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,20 @@
77
{
88
icon: DDOS,
99
label: 'DDOS Protection',
10-
description: 'Own your data or host it on a region of choice.'
10+
description:
11+
'Automatically detect and mitigate Distributed Denial-of-Service (DDoS) attacks to ensure your app stays online and responsive, even under attacks.'
1112
},
1213
{
1314
icon: SSR,
1415
label: 'Server-side rendering',
15-
description: 'Built-in data encryption both in rest and in transit.'
16+
description:
17+
'Deliver dynamic content faster and improve SEO with built-in support for server-side rendering (SSR) in your apps.'
1618
},
1719
{
1820
icon: Domains,
1921
label: 'Custom domains',
20-
description: 'Protect users from abuse with built-in protection.'
22+
description:
23+
'Easily connect your own domain name to your Appwrite project, site, or function for a fully branded experience.'
2124
}
2225
];
2326
</script>

0 commit comments

Comments
 (0)