@@ -2,6 +2,7 @@ import React from "react";
2
2
import { Event } from "../tracking" ;
3
3
4
4
const styles = {
5
+ color : '#ffffff' ,
5
6
borderWidth : 2 ,
6
7
borderColor : '#ededf4'
7
8
} ;
@@ -13,34 +14,44 @@ const ProductsFeaturedNav = () => (
13
14
< a
14
15
id = "c-featured--products"
15
16
className = "c-featured"
16
- href = "https://www.linode.com/blog /linode/cloud-firewall-beta-open /"
17
+ href = "https://www.linode.com/products /linode-terraform-provider /"
17
18
style = { styles }
18
19
onClick = { ( ) =>
19
- Event ( 'Navigation' , 'click' , 'cloud-firewall-beta ' )
20
+ Event ( 'Navigation' , 'click' , 'terraform-provider ' )
20
21
}
21
22
>
22
23
< img
23
- width = "571 "
24
- height = "200 "
25
- src = "https://www.linode.com/wp-content/uploads/2020/12/cloud-firewall-all-together-now-background-MIN.jpg "
24
+ width = "632 "
25
+ height = "316 "
26
+ src = "https://www.linode.com/wp-content/uploads/2021/05/Terraform_Page_Hero-632x316.png "
26
27
className = "c-featured__background"
27
28
alt = ""
28
29
loading = "lazy"
29
- srcset = "https://www.linode.com/wp-content/uploads/2020/12/cloud-firewall-all-together-now-background-MIN.jpg 571w, data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 1w"
30
- sizes = "(max-width:991px) 1px, 571px"
30
+ srcset = "https://www.linode.com/wp-content/uploads/2021/05/Terraform_Page_Hero-632x316.png 632w, https://www.linode.com/wp-content/uploads/2021/05/Terraform_Page_Hero-1064x532.png 1064w, https://www.linode.com/wp-content/uploads/2021/05/Terraform_Page_Hero.png 1350w, data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 1w"
31
+ sizes = "(max-width:991px) 1px, 632px"
32
+ />
33
+ < img
34
+ width = "416"
35
+ height = "416"
36
+ src = "https://www.linode.com/wp-content/uploads/2020/11/linode-splash-integrations-terraform-integration-4.svg"
37
+ className = "c-featured__image"
38
+ alt = ""
39
+ loading = "lazy"
40
+ srcset = "https://www.linode.com/wp-content/uploads//2020/11/linode-splash-integrations-terraform-integration-4.svg 632w, https://www.linode.com/wp-content/uploads//2020/11/linode-splash-integrations-terraform-integration-4.svg 1064w, data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 1w"
41
+ sizes = "(max-width:991px) 1px, 416px"
31
42
/>
32
43
< div className = "c-featured__text" >
33
44
< div className = "c-featured__headline" >
34
- < b > Now In Beta: < br /> Linode Cloud Firewall </ b >
45
+ < b > Linode Terraform Provider </ b >
35
46
</ div >
36
47
< div className = "c-featured__excerpt" >
37
- Simple, Scalable Network Security
48
+ Streamline Linode resource management using the Linode Terraform Provider.
38
49
</ div >
39
50
< span
40
51
className = "c-featured__button"
41
- href = "https://www.linode.com/blog /linode/cloud-firewall-beta-open /"
52
+ href = "https://www.linode.com/products /linode-terraform-provider /"
42
53
>
43
- Register for the Beta
54
+ Learn More
44
55
</ span >
45
56
</ div >
46
57
</ a >
0 commit comments