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 00000000000..0b81e0bd216
--- /dev/null
+++ b/apps/web/src/app/auth/trial-initiation/content/logo-company-testimonial.component.html
@@ -0,0 +1,28 @@
+
+
+ Recommended by industry experts
+
+
+
+
+
+
+
+
+
+
+
+
+ “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 00000000000..9d9c4471820
--- /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 9a7ed7e429d..464c00c4a3a 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 00000000000..3434e1d4164
--- /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 00000000000..af474fdf847
--- /dev/null
+++ b/apps/web/src/images/register-layout/pcmag-logo.svg
@@ -0,0 +1,16 @@
+
\ No newline at end of file