From 4768f7c0fa72330011f6f9a7950f881fc5ae1717 Mon Sep 17 00:00:00 2001 From: Mark Youssef <141061617+mark-youssef-bitwarden@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:25:33 -0700 Subject: [PATCH] [Marketing] Update testimonial in free registration page (#11603) * Update testimonial in free registration page * Fix wired logo alt text Co-authored-by: rr-bw <102181210+rr-bw@users.noreply.github.com> --------- Co-authored-by: rr-bw <102181210+rr-bw@users.noreply.github.com> --- .../content/default-content.component.html | 5 ++-- .../logo-company-testimonial.component.html | 28 +++++++++++++++++++ .../logo-company-testimonial.component.ts | 7 +++++ .../trial-initiation.module.ts | 2 ++ .../register-layout/new-york-times-logo.svg | 4 +++ .../src/images/register-layout/pcmag-logo.svg | 16 +++++++++++ 6 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 apps/web/src/app/auth/trial-initiation/content/logo-company-testimonial.component.html create mode 100644 apps/web/src/app/auth/trial-initiation/content/logo-company-testimonial.component.ts create mode 100644 apps/web/src/images/register-layout/new-york-times-logo.svg create mode 100644 apps/web/src/images/register-layout/pcmag-logo.svg diff --git a/apps/web/src/app/auth/trial-initiation/content/default-content.component.html b/apps/web/src/app/auth/trial-initiation/content/default-content.component.html index 46e1fae80d..e1839517ff 100644 --- a/apps/web/src/app/auth/trial-initiation/content/default-content.component.html +++ b/apps/web/src/app/auth/trial-initiation/content/default-content.component.html @@ -11,7 +11,6 @@
  • Access anywhere on any device
  • Create your account to get started
  • -
    - - +
    +
    diff --git a/apps/web/src/app/auth/trial-initiation/content/logo-company-testimonial.component.html b/apps/web/src/app/auth/trial-initiation/content/logo-company-testimonial.component.html new file mode 100644 index 0000000000..0b81e0bd21 --- /dev/null +++ b/apps/web/src/app/auth/trial-initiation/content/logo-company-testimonial.component.html @@ -0,0 +1,28 @@ +
    +

    + Recommended by industry experts +

    +
    +
    + CNET Logo + WIRED Logo +
    +
    + New York Times Logo + PC Mag Logo +
    +
    +
    + “Bitwarden is currently CNET's top pick for the best password manager, thanks in part to + its commitment to transparency and its unbeatable free tier.” +
    +

    Best Password Manager in 2024

    +
    diff --git a/apps/web/src/app/auth/trial-initiation/content/logo-company-testimonial.component.ts b/apps/web/src/app/auth/trial-initiation/content/logo-company-testimonial.component.ts new file mode 100644 index 0000000000..9d9c447182 --- /dev/null +++ b/apps/web/src/app/auth/trial-initiation/content/logo-company-testimonial.component.ts @@ -0,0 +1,7 @@ +import { Component } from "@angular/core"; + +@Component({ + selector: "app-logo-company-testimonial", + templateUrl: "logo-company-testimonial.component.html", +}) +export class LogoCompanyTestimonialComponent {} diff --git a/apps/web/src/app/auth/trial-initiation/trial-initiation.module.ts b/apps/web/src/app/auth/trial-initiation/trial-initiation.module.ts index 9a7ed7e429..464c00c4a3 100644 --- a/apps/web/src/app/auth/trial-initiation/trial-initiation.module.ts +++ b/apps/web/src/app/auth/trial-initiation/trial-initiation.module.ts @@ -29,6 +29,7 @@ import { Enterprise2ContentComponent } from "./content/enterprise2-content.compo import { LogoBadgesComponent } from "./content/logo-badges.component"; import { LogoCnet5StarsComponent } from "./content/logo-cnet-5-stars.component"; import { LogoCnetComponent } from "./content/logo-cnet.component"; +import { LogoCompanyTestimonialComponent } from "./content/logo-company-testimonial.component"; import { LogoForbesComponent } from "./content/logo-forbes.component"; import { LogoUSNewsComponent } from "./content/logo-us-news.component"; import { ReviewBlurbComponent } from "./content/review-blurb.component"; @@ -76,6 +77,7 @@ import { VerticalStepperModule } from "./vertical-stepper/vertical-stepper.modul AbmTeamsContentComponent, LogoBadgesComponent, LogoCnet5StarsComponent, + LogoCompanyTestimonialComponent, LogoCnetComponent, LogoForbesComponent, LogoUSNewsComponent, diff --git a/apps/web/src/images/register-layout/new-york-times-logo.svg b/apps/web/src/images/register-layout/new-york-times-logo.svg new file mode 100644 index 0000000000..3434e1d416 --- /dev/null +++ b/apps/web/src/images/register-layout/new-york-times-logo.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/apps/web/src/images/register-layout/pcmag-logo.svg b/apps/web/src/images/register-layout/pcmag-logo.svg new file mode 100644 index 0000000000..af474fdf84 --- /dev/null +++ b/apps/web/src/images/register-layout/pcmag-logo.svg @@ -0,0 +1,16 @@ + + + + + + + + + + \ No newline at end of file