This update introduces a revamp to the Nx Enterprise page. The code changes involved the addition of new image files, amending several components for improved UI/UX. This refactor also includes an alteration to the Call-to-Action section and an introduction of a new Carousel component for better navigation. These adjustments aim to provide an improved user experience and enhanced readability. --------- Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
12 lines
442 B
TypeScript
12 lines
442 B
TypeScript
export * from './lib/call-to-action';
|
|
export * from './lib/hero';
|
|
export * from './lib/security';
|
|
export * from './lib/customer-logos';
|
|
export * from './lib/customer-metrics';
|
|
export * from './lib/make-your-ci-fast';
|
|
export * from './lib/hetzner-cloud-testimonial';
|
|
export * from './lib/vmware-testimonial';
|
|
export * from './lib/scale-your-organization';
|
|
export * from './lib/testimonial-carousel';
|
|
export * from './lib/download-case-study';
|