diff --git a/website/src/app/page.tsx b/website/src/app/page.tsx index c650f4d80..5dbf0c92e 100644 --- a/website/src/app/page.tsx +++ b/website/src/app/page.tsx @@ -33,6 +33,7 @@ import SpeedChart from "@/components/Animations/SpeedChart"; import UpgradeDiagram from "@/components/Animations/UpgradeDiagram"; import ComplianceDiagram from "@/components/Animations/ComplianceDiagram"; import SimpleArchitecture from "@/components/Animations/SimpleArchitecture"; +import "@/styles/hero.css"; export const metadata: Metadata = { title: "Firezone: Zero trust access that scales", @@ -43,95 +44,99 @@ export const metadata: Metadata = { export default function Page() { return ( <> -
-
-
-

- - Secure, remote access. - - - That scales. - -

-
- - Ross OSS - - - +
+
+
+
+

+ + Zero-trust access + + + For humans. + +

+
+ YC Logo - - -
-
-
-

- Firezone is a fast, flexible VPN replacement built on WireGuard® - that{" "} - - simplifies - {" "} - access management for a{" "} - fraction{" "} - of the cost. -

-
-
- - Sign up now - - + + + + YC Logo + +
-
- +
+
+

+ Firezone is a fast, flexible VPN replacement built on + WireGuard® that{" "} + + conceals + {" "} + your apps and networks{" "} + + without + {" "} + tedious configuration. +

+
+
+ + Sign up now + + +
+
+ +
-
-
- +
+ +
diff --git a/website/src/styles/hero.css b/website/src/styles/hero.css new file mode 100644 index 000000000..dde8212e2 --- /dev/null +++ b/website/src/styles/hero.css @@ -0,0 +1,4 @@ +.hero-background { + background-color: #1b140e; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23ff7300' fill-opacity='0.125'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E"); +}