|
9 | 9 | import SectionOverview from './templates/sectionoverview'
|
10 | 10 |
|
11 | 11 | const MOCK = {
|
12 |
| - overline: 'Marketplace', |
13 |
| - title: 'What is the Azion Marketplace?', |
| 12 | + overline: 'Overview', |
| 13 | + title: 'Proactively safeguard applications and APIs from automated bot attacks', |
14 | 14 | description:
|
15 |
| - 'The Azion Marketplace is a digital catalog that makes it easy to find, test, and deploy edge-enabled software that runs anywhere. The Marketplace brings together a wide range of solutions that you can use to enhance, compose, or customize your applications.', |
| 15 | + 'As more businesses progressively operate online, the risk from bots has escalated, making bot management a crucial component of cybersecurity. By adopting a robust strategy, businesses can detect, categorize, and neutralize malicious bots while allowing beneficial ones to operate. This approach enhances user experience, maintains site integrity, and secures sensitive business and customer data.', |
16 | 16 | buttons: [
|
| 17 | + // { |
| 18 | + // label: 'Try it for freet', |
| 19 | + // link: 'https://console.azion.com/signup' |
| 20 | + // }, |
17 | 21 | {
|
18 |
| - label: 'Try it for freet', |
19 |
| - link: 'https://console.azion.com/signup' |
20 |
| - }, |
21 |
| - { |
22 |
| - label: 'Become Partner', |
23 |
| - link: 'https://console.azion.com/signup', |
| 22 | + label: 'View Customer Success Stories', |
| 23 | + link: 'https://www.azion.com/en/success-cases/', |
24 | 24 | outlined: 'true'
|
25 | 25 | }
|
26 | 26 | ],
|
27 | 27 | data: [
|
28 | 28 | {
|
29 |
| - icon: 'pi pi-bolt', |
30 |
| - // title: 'Agile', |
31 |
| - description: |
32 |
| - 'Run code and deploy in minutes. From prototype to enterprise scale with NoOps, just code.' |
| 29 | + title: 'Reduce financial risks', |
| 30 | + items: [ |
| 31 | + { |
| 32 | + icon: 'pi pi-check', |
| 33 | + description: 'Protecting your website and applications against a variety of attacks.' |
| 34 | + }, |
| 35 | + { |
| 36 | + icon: 'pi pi-check', |
| 37 | + description: |
| 38 | + 'Avoiding credential abuse, card balance verification, and other forms of online fraud.' |
| 39 | + }, |
| 40 | + { |
| 41 | + icon: 'pi pi-check', |
| 42 | + description: |
| 43 | + "Avoiding legal fees and permanent damage to your company's image due to invasions and data breaches." |
| 44 | + } |
| 45 | + ] |
33 | 46 | },
|
34 | 47 | {
|
35 |
| - icon: 'pi pi-arrow-right-arrow-left', |
36 |
| - // title: 'Diverse use cases', |
37 |
| - description: |
38 |
| - 'Fraud detection, authentication and authorization, bot mitigation, and facial recognition, using technologies such as visual computing and artificial intelligence executed at the edge.' |
| 48 | + title: 'Boost your reliability and resilience', |
| 49 | + items: [ |
| 50 | + { |
| 51 | + icon: 'pi pi-check', |
| 52 | + description: |
| 53 | + 'Reducing the impact of bots on applications and the entire infrastructure.' |
| 54 | + }, |
| 55 | + { |
| 56 | + icon: 'pi pi-check', |
| 57 | + description: 'Providing extensive bot protection through collective intelligence.' |
| 58 | + }, |
| 59 | + { |
| 60 | + icon: 'pi pi-check', |
| 61 | + description: |
| 62 | + 'Analyzing every request and acting preventively according to predefined, customizable rules.' |
| 63 | + } |
| 64 | + ] |
39 | 65 | },
|
40 | 66 | {
|
41 |
| - icon: 'pi pi-dollar', |
42 |
| - // title: 'Cost-effective', |
43 |
| - description: 'Pricing is based on the edge resources and/or private edge locations in use.' |
| 67 | + title: 'Increase application and API observability', |
| 68 | + items: [ |
| 69 | + { |
| 70 | + icon: 'pi pi-check', |
| 71 | + description: |
| 72 | + 'Analyzing the amount and characteristics of bots trying to access your website, APIs, and applications.' |
| 73 | + }, |
| 74 | + { |
| 75 | + icon: 'pi pi-check', |
| 76 | + description: |
| 77 | + 'Using the observability tools provided by Azion to monitor malicious activity.' |
| 78 | + }, |
| 79 | + { |
| 80 | + icon: 'pi pi-check', |
| 81 | + description: |
| 82 | + 'Combine with other integrations from the Marketplace to enhance the efficiency of Bot Management.' |
| 83 | + } |
| 84 | + ] |
44 | 85 | }
|
45 | 86 | ]
|
46 | 87 | }
|
|
0 commit comments