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