Skip to content

Commit ffcefee

Browse files
authored
Update features.svelte
1 parent d8c1c79 commit ffcefee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
{
88
icon: DDOS,
99
label: 'DDOS Protection',
10-
description: 'Own your data or host it on a region of choice.'
10+
description: 'Automatically detect and mitigate Distributed Denial-of-Service (DDoS) attacks to ensure your app stays online and responsive, even under heavy load.'
1111
},
1212
{
1313
icon: SSR,
1414
label: 'Server-side rendering',
15-
description: 'Built-in data encryption both in rest and in transit.'
15+
description: 'Deliver dynamic content faster and improve SEO with built-in support for server-side rendering (SSR) in your apps.'
1616
},
1717
{
1818
icon: Domains,
1919
label: 'Custom domains',
20-
description: 'Protect users from abuse with built-in protection.'
20+
description: 'Easily connect your own domain name to your Appwrite project for a fully branded experience.'
2121
}
2222
];
2323
</script>

0 commit comments

Comments
 (0)