Skip to content

Commit 4fc9b8b

Browse files
committed
iot header fix
1 parent 4199b61 commit 4fc9b8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pages/iot.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const tags = [
9696
description="Access IoT network with the only in the world Multi-Factor Authentication on WireGuard®"
9797
buttons={[
9898
{ name: "Get Started", link: "https://docs.defguard.net/admin-and-features/network-devices" },
99-
{ name: "Book a Demo", link: "/book-a-demo?utm_source=iot" }
99+
{ name: "Book a Demo", link: "/book-a-demo?utm_source=iot-up" }
100100
]}
101101
/>
102102
<ContentLimiter>
@@ -206,7 +206,7 @@ const tags = [
206206
title="Secure Zero Trust Access for Every IoT Device"
207207
description="Deploy Defguard in minutes and secure your IoT network with WireGuard®, MFA, and granular access control—built for Zero Trust at scale."
208208
buttonText="Book a Demo"
209-
buttonLink="/book-a-demo?utm_source=iot"
209+
buttonLink="/book-a-demo?utm_source=iot-down"
210210
id="cta-download"
211211
variant="white"
212212
/>

src/styles/mixins/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
@if $key == "title" {
3131
font-weight: 400;
3232
line-height: 105%;
33-
@include font-scalable(72px);
33+
@include font-scalable(64px);
3434

3535
@include break-down(md) {
3636
@include font-scalable(56px);

0 commit comments

Comments
 (0)