You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/index.astro
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -95,33 +95,46 @@ const tags = [
95
95
title: "Enterprise integrations",
96
96
description:
97
97
"External OpenID providers; Google, Microsoft, Zitadel, Keycloak, Okta, JumpCloud and more. Integrates with LDAP, Active Directory and Microsoft Entra ID.",
98
-
icon: "lni-apartment"
98
+
icon: "lni-apartment",
99
+
linkText: "Learn more",
100
+
linkUrl: "https://example.com",
101
+
linkTarget: "_blank"
99
102
},
100
103
{
101
104
title: "Privacy and Transparency",
102
105
description:
103
106
"No third-party dependencies required, no metadata leaves your infrastructure, full control over deployment and configuration.",
104
-
icon: "lni-lock"
107
+
icon: "lni-lock",
108
+
linkText: "Learn more",
109
+
linkUrl: "https://example.com"
105
110
},
106
111
{
107
112
title: "Ultimate Security",
108
113
description: "Written in Rust, built around WireGuard® and with components designed to be secure, fully auditable with open source code on GitHub" ,
109
-
icon: "lni-shield"
114
+
icon: "lni-shield",
115
+
linkText: "Learn more",
116
+
linkUrl: "https://example.com"
110
117
},
111
118
{
112
119
title: "Enables NIS2 compliance",
113
120
description: "True VPN MFA built into the WireGuard® protocol layer, easy to use with defguad vpn desktop client. Defguard is NIS2 compliant.",
114
-
icon: "lni-certificate"
121
+
icon: "lni-certificate",
122
+
linkText: "Learn more",
123
+
linkUrl: "https://example.com"
115
124
},
116
125
{
117
126
title: "Easy to deploy anywhere",
118
127
description: "Run and evaluate with few command lines then scale to production with Terraform we deliver. Deploy on-prem or in your private cloud.",
119
-
icon: "lni-rocket"
128
+
icon: "lni-rocket",
129
+
linkText: "Learn more",
130
+
linkUrl: "https://example.com"
120
131
},
121
132
{
122
133
title: "European",
123
134
description: "Based in Poland and backed by European investors, Defguard operates entirely under EU law — ensuring full compliance with European security standards and zero foreign legal exposure.",
0 commit comments