Skip to content

Commit f281284

Browse files
committed
Products Featured Terraform Provider
1 parent 7c3307d commit f281284

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

src/components/2_molecules/navigation/productsFeatured.js

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from "react";
22
import { Event } from "../tracking";
33

44
const styles = {
5+
color: '#ffffff',
56
borderWidth: 2,
67
borderColor: '#ededf4'
78
};
@@ -13,34 +14,44 @@ const ProductsFeaturedNav = () => (
1314
<a
1415
id="c-featured--products"
1516
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/"
1718
style={styles}
1819
onClick={()=>
19-
Event('Navigation','click','cloud-firewall-beta')
20+
Event('Navigation','click','terraform-provider')
2021
}
2122
>
2223
<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"
2627
className="c-featured__background"
2728
alt=""
2829
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"
3142
/>
3243
<div className="c-featured__text">
3344
<div className="c-featured__headline">
34-
<b>Now In Beta:<br/>Linode Cloud Firewall</b>
45+
<b>Linode Terraform Provider</b>
3546
</div>
3647
<div className="c-featured__excerpt">
37-
Simple, Scalable Network Security
48+
Streamline Linode resource management using the Linode Terraform Provider.
3849
</div>
3950
<span
4051
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/"
4253
>
43-
Register for the Beta
54+
Learn More
4455
</span>
4556
</div>
4657
</a>

0 commit comments

Comments
 (0)