Skip to content

Commit a33c3b2

Browse files
committed
feat(hotfix): fixed home page, fixed the text
1 parent 725e3fe commit a33c3b2

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

libs/route-pages/home-page/src/main-page.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<img src="assets/img/bg-img/main_page/main_page_bg_rspack.png" alt="Rspack mascot"
55
class="block lg:hidden h-full w-full max-h-700 object-contain my-10" style="width: 100%; height: 100%">
66

7-
<h1 class="font-bold text-light_title_col text-4xl leading-44 md:leading-66 md:text-64 mb-8 md:w-11/12 ">Announcing Rspack: A new and high-performance frontend bundler</h1>
8-
<p class="leading-6 text-grey_font_col lg:mb-8 mb-14">The Rust-Based Web Bundler that Combines High Performance with webpack Interoperability
7+
<h1 class="font-bold text-light_title_col text-4xl leading-44 md:leading-66 md:text-64 mb-8 md:w-11/12 ">Extreme build performance NestJS</h1>
8+
<p class="leading-6 text-grey_font_col lg:mb-8 mb-14">Leveraging Rspack and Nx while working to increase build performance for NestJS
99
</p>
10-
<a class="btn-pink flex md:justify-between justify-center py-5 px-10 w-full lg:w-auto" routerLink="/press-release/rs-pack-rust-based-web-bundler"
10+
<a class="btn-pink flex md:justify-between justify-center py-5 px-10 w-full lg:w-auto" routerLink="/press-release/nestjs-rspack-cicd-performance"
1111
>Learn more
1212
<!-- <img src="assets/img/icons/arrow.svg" class="ml-2 rotate-90" alt=""> -->
1313
</a>

libs/route-pages/press-release/src/pages/nestjs-rspack-cicd-performance/nestjs-rspack-cicd-performance.component.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@ <h2 class="!text-2xl !mt-9 !mb-5">Results</h2>
100100

101101
<quote author="Antoine Pairet"
102102
authorTitle="Founder and CTO at Rosa">
103-
<p>“Migrating NestJS to Rspack is a part of an overall build process improvement project for Rosa. Valor was
104-
able to take our build times from roughly 40 minutes to 7 minutes in less than a month. After we pull through
105-
the remaining changes that are in progress we expect to be under 3 minutes for our full build.”
103+
<p>
104+
“Migrating NestJS to Rspack is a part of an overall build process improvement project for Rosa.
105+
Thanks to Valor, we were was able to take our build times from roughly 30 minutes to 7 minutes in less than a month.
106+
After we pull through the remaining changes that are in progress we expect to be under 3 minutes for our full build on our CI pipeline.
107+
We are looking forward to share more details once we wrap it up.”
106108
</p>
107109
</quote>
108110

0 commit comments

Comments
 (0)