diff --git a/website/src/app/blog/firezone-1-0/readme.mdx b/website/src/app/blog/firezone-1-0/readme.mdx index b533540b1..0e737dbf3 100644 --- a/website/src/app/blog/firezone-1-0/readme.mdx +++ b/website/src/app/blog/firezone-1-0/readme.mdx @@ -213,7 +213,7 @@ works as follows: So we're able to both authenticate the untrusted entity at the time of request, yet also keep our protected entity behind a firewall to keep it invisible to the -public Internet. In fast, _both_ entities can live behind a stateful firewall +public Internet. In fact, _both_ entities can live behind a stateful firewall and the technique would still work -- the principles are the same. As it turns out, this approach is nothing new. It's how web browsers and VoIP diff --git a/website/src/components/ConsentPreferences/index.tsx b/website/src/components/ConsentPreferences/index.tsx new file mode 100644 index 000000000..2cc821107 --- /dev/null +++ b/website/src/components/ConsentPreferences/index.tsx @@ -0,0 +1,18 @@ +"use client"; +import Link from "next/link"; + +export default function ConsentPreferences() { + return ( + { + (window as any).displayPreferenceModal(); + return false; + }} + > + consent preferences + + ); +} diff --git a/website/src/components/EarlyAccessForm/index.tsx b/website/src/components/EarlyAccessForm/index.tsx index 6cb85fdb9..79c1cdf62 100644 --- a/website/src/components/EarlyAccessForm/index.tsx +++ b/website/src/components/EarlyAccessForm/index.tsx @@ -39,7 +39,7 @@ export default function EarlyAccessForm() { We're still working out pricing details for the 1.0 release and will launch an updated pricing page when we have more to share. Our goal is to price Firezone competitively among other products in the space with - a cost that scales predictably according to the value it provides. + a cost that scales predictably.
- Firezone 1.0 is coming! Rebuilt from the ground - up with a cloud dashboard, native clients, and more.{" "} +
+ Announcing Firezone 1.0: cloud, clients, and{" "}
- Read the blogpost
- {" "}
- or{" "}
+ more
+
+ . Request{" "}
- request early access.
+ early access
+