From 027fe678cb61dd172a435e9a44996f586aaa137b Mon Sep 17 00:00:00 2001 From: Patti <139997703+Patticatti@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:04:16 -0700 Subject: [PATCH] fix(website): Animate sliding customer logos, fix action link styling (#6309) Signed-off-by: Patti <139997703+Patticatti@users.noreply.github.com> Co-authored-by: Jamil --- .../images/logos/cust-logo-double11-gray.svg | 35 ++- website/src/app/globals.css | 9 + website/src/app/page.tsx | 14 +- website/src/components/ActionLink/index.tsx | 9 +- .../src/components/CustomerLogos/index.tsx | 248 ++++++++++++------ .../components/CustomerTestimonials/index.tsx | 2 +- 6 files changed, 203 insertions(+), 114 deletions(-) diff --git a/website/public/images/logos/cust-logo-double11-gray.svg b/website/public/images/logos/cust-logo-double11-gray.svg index b31a4e2d7..52116c839 100644 --- a/website/public/images/logos/cust-logo-double11-gray.svg +++ b/website/public/images/logos/cust-logo-double11-gray.svg @@ -1,22 +1,17 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/website/src/app/globals.css b/website/src/app/globals.css index 78bbd3bc5..8ae355d58 100644 --- a/website/src/app/globals.css +++ b/website/src/app/globals.css @@ -82,4 +82,13 @@ .dark-scroll::-ms-scrollbar-button { display: none; } + + @keyframes slide { + from { + transform: translateX(0); + } + to { + transform: translateX(-100%); + } + } } diff --git a/website/src/app/page.tsx b/website/src/app/page.tsx index c83faa89e..7309b142f 100644 --- a/website/src/app/page.tsx +++ b/website/src/app/page.tsx @@ -45,7 +45,7 @@ export const metadata: Metadata = { export default function Page() { return ( <> -
+

Upgrade your VPN to zero-trust access

-

+

Firezone is a fast, flexible VPN replacement built on WireGuard® that protects your most valuable resources without tedious configuration.

-
+
Get started for free @@ -86,7 +82,7 @@ export default function Page() {
-
+
Backed by{" "} -
-
- - corrdyn logo - -
-
- - square1 logo - -
-
- - bunq logo - -
-
- - wolfram logo - -
-
- - seb logo - -
-
- - teracloud logo - -
-
- - double11 logo - -
+
+
+ + corrdyn logo + + + square1 logo + + + bunq logo + + + wolfram logo + + + seb logo + + + teracloud logo + + + double11 logo + +
+
+ + corrdyn logo + + + square1 logo + + + bunq logo + + + wolfram logo + + + seb logo + + + teracloud logo + + + double11 logo +
); @@ -102,8 +188,8 @@ export function CustomerLogosColored() { bunq logo

{authorName}