diff --git a/README.md b/README.md
index 8962cde1ae9..00347a1aadf 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# [reactnative.dev](https://reactnative.dev/) · [](LICENSE-docs) [](CONTRIBUTING.md)
+# [reactnative.dev](https://reactnative.dev/) · [](LICENSE-docs) [](CONTRIBUTING.md)
This repo contains the website configuration and documentation powering the [React Native website](https://reactnative.dev/).
-If you are looking for the source code of the [React Native Archive website](https://archive.reactnative.dev/) select the [`archive`](https://github.com/facebook/react-native-website/tree/archive) branch.
+> If you are looking for the source code of the [React Native Archive website](https://archive.reactnative.dev/) select the [`archive`](https://github.com/facebook/react-native-website/tree/archive) branch.
## Contents
@@ -17,21 +17,19 @@ If you are looking for the source code of the [React Native Archive website](htt
### Prerequisites
1. [Git](https://git-scm.com/downloads).
-1. [Node](https://nodejs.org/en/download/) _(version 20 or greater)_.
+1. [Node](https://nodejs.org/en/download/) _(version 22 or greater)_.
1. [Yarn](https://yarnpkg.com/getting-started/install) _(version 4)_.
-1. A fork of the repo _(for any contributions)_.
-1. A clone of the `react-native-website` repo.
+1. A fork and clone of the `react-native-website` repo _(for any contributions)_.
### Installation
1. `cd react-native-website` to go into the project root.
1. Run `corepack enable` to enable Corepack.
- > If the command above fails, run `npm install -g corepack@latest` to install the latest version of [Corepack](https://yarnpkg.com/corepack#installation).
+ > If the command above fails, run `npm install -g corepack@latest` to install the latest version of [Corepack](https://yarnpkg.com/corepack#installation).
1. Run `yarn` to install the website's workspace dependencies.
-
- > If you want to retain the globally instaled `yarn` v1, you can use `corepack yarn` instead.
+ > If you want to retain the globally installed `yarn` classic, you can use `corepack yarn` instead.
### Running locally
@@ -112,7 +110,8 @@ If you're adding a new doc or you need to alter the order the docs appear in the
Part of the React Native website is versioned to allow users to go back and see the Guides or API reference documentation for any given release. A new version of the website is generally generated whenever there is a new React Native release. When this happens, any changes made to the `docs` and `website/sidebars.ts` files will be copied over to the corresponding location within `website/versioned_docs` and `website/versioned_sidebars`.
-> **_Note:_** Do not edit the auto-generated files within `versioned_docs` or `versioned_sidebars` unless you are sure it is necessary. Edits made to older versions will not be propagated to newer versions of the versioned docs.
+> [!NOTE]
+> Do not edit the auto-generated files within `versioned_docs` or `versioned_sidebars` unless you are sure it is necessary. Edits made to older versions will not be propagated to newer versions of the versioned docs.
Docusaurus keeps track of the list of versions for the site in the `website/versions.json` file. The ordering of versions in this file should be in reverse chronological order.
@@ -150,7 +149,7 @@ The `showcase.json` file contains the list of users that are highlighted in the
1. `git checkout main` from any folder in your local `react-native-website` repository.
1. `git pull origin main` to ensure you have the latest main code.
1. `git checkout -b the-name-of-my-branch` to create a branch.
- > replace `the-name-of-my-branch` with a suitable name, such as `update-animations-page`
+ > replace `the-name-of-my-branch` with a suitable name, such as `update-animations-page`
### Make the change
@@ -161,7 +160,11 @@ The `showcase.json` file contains the list of users that are highlighted in the
Visit **** to see your work.
-> Visit to see the list of all versions of the docs.
+> [!NOTE]
+> Visit to see the list of all versions of the docs, if you have backported some of the changes.
+
+> [!TIP]
+> If you're adding assets, make sure they’re optimized for the web. You can use tools like [ImageOptim](https://imageoptim.com/mac) to automatically apply lossless compression to various file types.
### Test the change
@@ -175,7 +178,7 @@ If possible, test any visual changes in all latest versions of the following bro
1. Run `yarn prettier` and `yarn language:lint` in `./website` directory to ensure your changes are consistent with other files in the repo.
1. Run `yarn update-lock` to [deduplicate dependencies](https://yarnpkg.com/cli/dedupe).
1. `git add -A && git commit -m "My message"` to stage and commit your changes.
- > replace `My message` with a commit message, such as `Fixed header logo on Android`
+ > replace `My message` with a commit message, such as `Fixed header logo on Android`
1. `git push my-fork-name the-name-of-my-branch`
1. Go to the [react-native-website repo](https://github.com/facebook/react-native-website) and you should see recently pushed branches.
1. Follow GitHub's instructions.
diff --git a/website/static/blog/assets/0.60-upgrade-helper.png b/website/static/blog/assets/0.60-upgrade-helper.png
index 922cc507b5d..4ab31ab9e68 100644
Binary files a/website/static/blog/assets/0.60-upgrade-helper.png and b/website/static/blog/assets/0.60-upgrade-helper.png differ
diff --git a/website/static/blog/assets/0.62-flipper.png b/website/static/blog/assets/0.62-flipper.png
index c7866cd6099..24843b0d821 100644
Binary files a/website/static/blog/assets/0.62-flipper.png and b/website/static/blog/assets/0.62-flipper.png differ
diff --git a/website/static/blog/assets/0.63-logbox.png b/website/static/blog/assets/0.63-logbox.png
index ef4acacc1a9..a6f2885eb44 100644
Binary files a/website/static/blog/assets/0.63-logbox.png and b/website/static/blog/assets/0.63-logbox.png differ
diff --git a/website/static/blog/assets/0.66-artifact.png b/website/static/blog/assets/0.66-artifact.png
index 14a22dae76c..c147e534b33 100644
Binary files a/website/static/blog/assets/0.66-artifact.png and b/website/static/blog/assets/0.66-artifact.png differ
diff --git a/website/static/blog/assets/0.66-build-npm-package.png b/website/static/blog/assets/0.66-build-npm-package.png
index 83ac916a5a1..1a65a3bd8f1 100644
Binary files a/website/static/blog/assets/0.66-build-npm-package.png and b/website/static/blog/assets/0.66-build-npm-package.png differ
diff --git a/website/static/blog/assets/0.73-android-media-picker.jpg b/website/static/blog/assets/0.73-android-media-picker.jpg
index e5be3a021c3..f05b4486d45 100644
Binary files a/website/static/blog/assets/0.73-android-media-picker.jpg and b/website/static/blog/assets/0.73-android-media-picker.jpg differ
diff --git a/website/static/blog/assets/0.73-debugging-docs.jpg b/website/static/blog/assets/0.73-debugging-docs.jpg
index 8adbe010e28..063242d8355 100644
Binary files a/website/static/blog/assets/0.73-debugging-docs.jpg and b/website/static/blog/assets/0.73-debugging-docs.jpg differ
diff --git a/website/static/blog/assets/0.74-align-content.png b/website/static/blog/assets/0.74-align-content.png
index 5b26b15f013..59c585ac853 100644
Binary files a/website/static/blog/assets/0.74-align-content.png and b/website/static/blog/assets/0.74-align-content.png differ
diff --git a/website/static/blog/assets/0.74-android-app-size.jpg b/website/static/blog/assets/0.74-android-app-size.jpg
index 9f0f5470274..2037a1e1daf 100644
Binary files a/website/static/blog/assets/0.74-android-app-size.jpg and b/website/static/blog/assets/0.74-android-app-size.jpg differ
diff --git a/website/static/blog/assets/0.74-row-reverse-after.png b/website/static/blog/assets/0.74-row-reverse-after.png
index 097bc48c4e0..819e186b783 100644
Binary files a/website/static/blog/assets/0.74-row-reverse-after.png and b/website/static/blog/assets/0.74-row-reverse-after.png differ
diff --git a/website/static/blog/assets/0.74-row-reverse-before.png b/website/static/blog/assets/0.74-row-reverse-before.png
index 4575f810db2..3f90e46fcef 100644
Binary files a/website/static/blog/assets/0.74-row-reverse-before.png and b/website/static/blog/assets/0.74-row-reverse-before.png differ
diff --git a/website/static/blog/assets/0.74-static-example.png b/website/static/blog/assets/0.74-static-example.png
index d2fd22675bd..84798a0c641 100644
Binary files a/website/static/blog/assets/0.74-static-example.png and b/website/static/blog/assets/0.74-static-example.png differ
diff --git a/website/static/blog/assets/0.75-android-gaps.png b/website/static/blog/assets/0.75-android-gaps.png
index b80fcdb77dc..d239745d99c 100644
Binary files a/website/static/blog/assets/0.75-android-gaps.png and b/website/static/blog/assets/0.75-android-gaps.png differ
diff --git a/website/static/blog/assets/0.75-android-translations.png b/website/static/blog/assets/0.75-android-translations.png
index bc39146d995..a007ea3cc1a 100644
Binary files a/website/static/blog/assets/0.75-android-translations.png and b/website/static/blog/assets/0.75-android-translations.png differ
diff --git a/website/static/blog/assets/0.75-deprecation.png b/website/static/blog/assets/0.75-deprecation.png
index 2647a2b280b..4c8e16366d7 100644
Binary files a/website/static/blog/assets/0.75-deprecation.png and b/website/static/blog/assets/0.75-deprecation.png differ
diff --git a/website/static/blog/assets/0.75-ios-gaps.png b/website/static/blog/assets/0.75-ios-gaps.png
index a361cbb5da6..23d87e6e502 100644
Binary files a/website/static/blog/assets/0.75-ios-gaps.png and b/website/static/blog/assets/0.75-ios-gaps.png differ
diff --git a/website/static/blog/assets/0.75-ios-translation.png b/website/static/blog/assets/0.75-ios-translation.png
index 55af6438e89..28e7528662d 100644
Binary files a/website/static/blog/assets/0.75-ios-translation.png and b/website/static/blog/assets/0.75-ios-translation.png differ
diff --git a/website/static/blog/assets/0.75-rn-directory.png b/website/static/blog/assets/0.75-rn-directory.png
index 8b315acf2fe..fcd75f0f3f6 100644
Binary files a/website/static/blog/assets/0.75-rn-directory.png and b/website/static/blog/assets/0.75-rn-directory.png differ
diff --git a/website/static/blog/assets/0.76-boxshadow-example.png b/website/static/blog/assets/0.76-boxshadow-example.png
index 0d14f0c32b9..1d2886b3dd9 100644
Binary files a/website/static/blog/assets/0.76-boxshadow-example.png and b/website/static/blog/assets/0.76-boxshadow-example.png differ
diff --git a/website/static/blog/assets/0.76-bridge-diagram.png b/website/static/blog/assets/0.76-bridge-diagram.png
index a07721cfb66..8aeb7a7a1f4 100644
Binary files a/website/static/blog/assets/0.76-bridge-diagram.png and b/website/static/blog/assets/0.76-bridge-diagram.png differ
diff --git a/website/static/blog/assets/0.76-directory.png b/website/static/blog/assets/0.76-directory.png
index dbe15f17012..c00dc069fe7 100644
Binary files a/website/static/blog/assets/0.76-directory.png and b/website/static/blog/assets/0.76-directory.png differ
diff --git a/website/static/blog/assets/0.76-filter-example.png b/website/static/blog/assets/0.76-filter-example.png
index 3b6a67838d0..280af15a142 100644
Binary files a/website/static/blog/assets/0.76-filter-example.png and b/website/static/blog/assets/0.76-filter-example.png differ
diff --git a/website/static/blog/assets/0.76-react-native-devtools.jpg b/website/static/blog/assets/0.76-react-native-devtools.jpg
index a28fa19188a..9f73fcc1863 100644
Binary files a/website/static/blog/assets/0.76-react-native-devtools.jpg and b/website/static/blog/assets/0.76-react-native-devtools.jpg differ
diff --git a/website/static/blog/assets/0.77-blend-mode.png b/website/static/blog/assets/0.77-blend-mode.png
index 811e345b90d..8ba83fabef4 100644
Binary files a/website/static/blog/assets/0.77-blend-mode.png and b/website/static/blog/assets/0.77-blend-mode.png differ
diff --git a/website/static/blog/assets/0.77-border-box.png b/website/static/blog/assets/0.77-border-box.png
index 722f04ed4bc..f188b12d270 100644
Binary files a/website/static/blog/assets/0.77-border-box.png and b/website/static/blog/assets/0.77-border-box.png differ
diff --git a/website/static/blog/assets/0.77-display-contents-1.png b/website/static/blog/assets/0.77-display-contents-1.png
index fec3859bb9d..9c6a3b6fd1b 100644
Binary files a/website/static/blog/assets/0.77-display-contents-1.png and b/website/static/blog/assets/0.77-display-contents-1.png differ
diff --git a/website/static/blog/assets/0.77-display-contents-2.gif b/website/static/blog/assets/0.77-display-contents-2.gif
index 5983312a07c..4ab45711f17 100644
Binary files a/website/static/blog/assets/0.77-display-contents-2.gif and b/website/static/blog/assets/0.77-display-contents-2.gif differ
diff --git a/website/static/blog/assets/0.77-display-contents-3.gif b/website/static/blog/assets/0.77-display-contents-3.gif
index 71745483dd6..af64218e278 100644
Binary files a/website/static/blog/assets/0.77-display-contents-3.gif and b/website/static/blog/assets/0.77-display-contents-3.gif differ
diff --git a/website/static/blog/assets/0.77-outline-props.png b/website/static/blog/assets/0.77-outline-props.png
index a253b58b924..123c45faa3e 100644
Binary files a/website/static/blog/assets/0.77-outline-props.png and b/website/static/blog/assets/0.77-outline-props.png differ
diff --git a/website/static/blog/assets/0.77-swift-upgrade-helper.png b/website/static/blog/assets/0.77-swift-upgrade-helper.png
index 03b5112adb5..674b0069a42 100644
Binary files a/website/static/blog/assets/0.77-swift-upgrade-helper.png and b/website/static/blog/assets/0.77-swift-upgrade-helper.png differ
diff --git a/website/static/blog/assets/0.79-metro-startup-comparison.gif b/website/static/blog/assets/0.79-metro-startup-comparison.gif
index e4925b92360..a6fbe6e947a 100644
Binary files a/website/static/blog/assets/0.79-metro-startup-comparison.gif and b/website/static/blog/assets/0.79-metro-startup-comparison.gif differ
diff --git a/website/static/blog/assets/0.80-android-apk-size.png b/website/static/blog/assets/0.80-android-apk-size.png
index 77d91a4712b..df07417154c 100644
Binary files a/website/static/blog/assets/0.80-android-apk-size.png and b/website/static/blog/assets/0.80-android-apk-size.png differ
diff --git a/website/static/blog/assets/0.80-js-stable-api-appjs.jpg b/website/static/blog/assets/0.80-js-stable-api-appjs.jpg
index ae7f3b45435..d8468f32480 100644
Binary files a/website/static/blog/assets/0.80-js-stable-api-appjs.jpg and b/website/static/blog/assets/0.80-js-stable-api-appjs.jpg differ
diff --git a/website/static/blog/assets/0.80-legacy-arch-warnings.png b/website/static/blog/assets/0.80-legacy-arch-warnings.png
index 3ab41f9517a..80aebebc67f 100644
Binary files a/website/static/blog/assets/0.80-legacy-arch-warnings.png and b/website/static/blog/assets/0.80-legacy-arch-warnings.png differ
diff --git a/website/static/blog/assets/0.80-new-community-template-landing.jpg b/website/static/blog/assets/0.80-new-community-template-landing.jpg
index c6643871ed3..f95e56fea19 100644
Binary files a/website/static/blog/assets/0.80-new-community-template-landing.jpg and b/website/static/blog/assets/0.80-new-community-template-landing.jpg differ
diff --git a/website/static/blog/assets/0.81-improved-uncaught-error.png b/website/static/blog/assets/0.81-improved-uncaught-error.png
index defac19ae47..7a3154a1591 100644
Binary files a/website/static/blog/assets/0.81-improved-uncaught-error.png and b/website/static/blog/assets/0.81-improved-uncaught-error.png differ
diff --git a/website/static/blog/assets/ElementInspecting.gif b/website/static/blog/assets/ElementInspecting.gif
index 6e4a4b38b2f..133f07f0fdc 100644
Binary files a/website/static/blog/assets/ElementInspecting.gif and b/website/static/blog/assets/ElementInspecting.gif differ
diff --git a/website/static/blog/assets/FlexboxGapAfter.png b/website/static/blog/assets/FlexboxGapAfter.png
index adb7b6f37b0..96c99a3d3d5 100644
Binary files a/website/static/blog/assets/FlexboxGapAfter.png and b/website/static/blog/assets/FlexboxGapAfter.png differ
diff --git a/website/static/blog/assets/FlexboxGapBefore.png b/website/static/blog/assets/FlexboxGapBefore.png
index 56894c36d55..8c49c678db9 100644
Binary files a/website/static/blog/assets/FlexboxGapBefore.png and b/website/static/blog/assets/FlexboxGapBefore.png differ
diff --git a/website/static/blog/assets/blue-hero.jpg b/website/static/blog/assets/blue-hero.jpg
index dff6db66551..e205eae893d 100644
Binary files a/website/static/blog/assets/blue-hero.jpg and b/website/static/blog/assets/blue-hero.jpg differ
diff --git a/website/static/blog/assets/build-com-blog-image.jpg b/website/static/blog/assets/build-com-blog-image.jpg
index d004491edd5..d2c80eb788f 100644
Binary files a/website/static/blog/assets/build-com-blog-image.jpg and b/website/static/blog/assets/build-com-blog-image.jpg differ
diff --git a/website/static/blog/assets/eli-at-f8.png b/website/static/blog/assets/eli-at-f8.png
index 09f28af03c4..9258eb51d73 100644
Binary files a/website/static/blog/assets/eli-at-f8.png and b/website/static/blog/assets/eli-at-f8.png differ
diff --git a/website/static/blog/assets/hermes-default-android-data.png b/website/static/blog/assets/hermes-default-android-data.png
index ccc7b39aade..1798c7dc3a7 100644
Binary files a/website/static/blog/assets/hermes-default-android-data.png and b/website/static/blog/assets/hermes-default-android-data.png differ
diff --git a/website/static/blog/assets/hermes-default-android-video.gif b/website/static/blog/assets/hermes-default-android-video.gif
index 7326d2f06b8..032f34fae0f 100644
Binary files a/website/static/blog/assets/hermes-default-android-video.gif and b/website/static/blog/assets/hermes-default-android-video.gif differ
diff --git a/website/static/blog/assets/hermes-default-ios-data.png b/website/static/blog/assets/hermes-default-ios-data.png
index 7f5670bb0b7..208dc502173 100644
Binary files a/website/static/blog/assets/hermes-default-ios-data.png and b/website/static/blog/assets/hermes-default-ios-data.png differ
diff --git a/website/static/blog/assets/hermes-default-ios-slow-video.gif b/website/static/blog/assets/hermes-default-ios-slow-video.gif
index b2ac82868da..31d412fb804 100644
Binary files a/website/static/blog/assets/hermes-default-ios-slow-video.gif and b/website/static/blog/assets/hermes-default-ios-slow-video.gif differ
diff --git a/website/static/blog/assets/hermes-default-ios-video.gif b/website/static/blog/assets/hermes-default-ios-video.gif
index 039c6f86a4e..83f40d5b646 100644
Binary files a/website/static/blog/assets/hermes-default-ios-video.gif and b/website/static/blog/assets/hermes-default-ios-video.gif differ
diff --git a/website/static/blog/assets/input-accessory-1.png b/website/static/blog/assets/input-accessory-1.png
index ec1f6de5874..f98e57a3879 100644
Binary files a/website/static/blog/assets/input-accessory-1.png and b/website/static/blog/assets/input-accessory-1.png differ
diff --git a/website/static/blog/assets/ios-15-navigation-bar.jpg b/website/static/blog/assets/ios-15-navigation-bar.jpg
index 95c381179d3..108bf70bd1d 100644
Binary files a/website/static/blog/assets/ios-15-navigation-bar.jpg and b/website/static/blog/assets/ios-15-navigation-bar.jpg differ
diff --git a/website/static/blog/assets/ios-15-quicktype-bar.png b/website/static/blog/assets/ios-15-quicktype-bar.png
index e83f5f0c6a3..8870a23f67d 100644
Binary files a/website/static/blog/assets/ios-15-quicktype-bar.png and b/website/static/blog/assets/ios-15-quicktype-bar.png differ
diff --git a/website/static/blog/assets/loading-screen-04.png b/website/static/blog/assets/loading-screen-04.png
index bba919cac0e..0df057f7a9a 100644
Binary files a/website/static/blog/assets/loading-screen-04.png and b/website/static/blog/assets/loading-screen-04.png differ
diff --git a/website/static/blog/assets/many-platform-vision-facebook-dating.png b/website/static/blog/assets/many-platform-vision-facebook-dating.png
index c1aeafa2bf0..03e15cd442a 100644
Binary files a/website/static/blog/assets/many-platform-vision-facebook-dating.png and b/website/static/blog/assets/many-platform-vision-facebook-dating.png differ
diff --git a/website/static/blog/assets/many-platform-vision-facebook-website.png b/website/static/blog/assets/many-platform-vision-facebook-website.png
index 18b4c1fc361..6714a59867c 100644
Binary files a/website/static/blog/assets/many-platform-vision-facebook-website.png and b/website/static/blog/assets/many-platform-vision-facebook-website.png differ
diff --git a/website/static/blog/assets/many-platform-vision-messenger-desktop.png b/website/static/blog/assets/many-platform-vision-messenger-desktop.png
index 29a92437495..7319f81ce5c 100644
Binary files a/website/static/blog/assets/many-platform-vision-messenger-desktop.png and b/website/static/blog/assets/many-platform-vision-messenger-desktop.png differ
diff --git a/website/static/blog/assets/many-platform-vision-oculus-home.png b/website/static/blog/assets/many-platform-vision-oculus-home.png
index 3b39ce7aac2..e3b46abff74 100644
Binary files a/website/static/blog/assets/many-platform-vision-oculus-home.png and b/website/static/blog/assets/many-platform-vision-oculus-home.png differ
diff --git a/website/static/blog/assets/new-arch-example-steps-to-migrate-an-app.png b/website/static/blog/assets/new-arch-example-steps-to-migrate-an-app.png
index 2b8bd58e6af..d8b615ab72a 100644
Binary files a/website/static/blog/assets/new-arch-example-steps-to-migrate-an-app.png and b/website/static/blog/assets/new-arch-example-steps-to-migrate-an-app.png differ
diff --git a/website/static/blog/assets/package-exports-rollout.png b/website/static/blog/assets/package-exports-rollout.png
index a2641e02506..7393225ad42 100644
Binary files a/website/static/blog/assets/package-exports-rollout.png and b/website/static/blog/assets/package-exports-rollout.png differ
diff --git a/website/static/blog/assets/pointer-events-code-flow.png b/website/static/blog/assets/pointer-events-code-flow.png
index f12602dd475..4e4d5e85df1 100644
Binary files a/website/static/blog/assets/pointer-events-code-flow.png and b/website/static/blog/assets/pointer-events-code-flow.png differ
diff --git a/website/static/blog/assets/pointer-events-motionevent-relationship.png b/website/static/blog/assets/pointer-events-motionevent-relationship.png
index 309cd607da3..d28169913f5 100644
Binary files a/website/static/blog/assets/pointer-events-motionevent-relationship.png and b/website/static/blog/assets/pointer-events-motionevent-relationship.png differ
diff --git a/website/static/blog/assets/pointer-events-wpt-demo.gif b/website/static/blog/assets/pointer-events-wpt-demo.gif
index 0f4e887a07f..615854f9e33 100644
Binary files a/website/static/blog/assets/pointer-events-wpt-demo.gif and b/website/static/blog/assets/pointer-events-wpt-demo.gif differ
diff --git a/website/static/blog/assets/react-native-core-contributor-summit-2024-3.jpeg b/website/static/blog/assets/react-native-core-contributor-summit-2024-3.jpeg
index 5963dee6da1..12c655dd2ba 100644
Binary files a/website/static/blog/assets/react-native-core-contributor-summit-2024-3.jpeg and b/website/static/blog/assets/react-native-core-contributor-summit-2024-3.jpeg differ
diff --git a/website/static/blog/assets/rnmsf-august-2016-airbnb.jpg b/website/static/blog/assets/rnmsf-august-2016-airbnb.jpg
index 169ebfc88d4..5509290e08a 100644
Binary files a/website/static/blog/assets/rnmsf-august-2016-airbnb.jpg and b/website/static/blog/assets/rnmsf-august-2016-airbnb.jpg differ
diff --git a/website/static/blog/assets/rnmsf-august-2016-docs.jpg b/website/static/blog/assets/rnmsf-august-2016-docs.jpg
index 8f29884d288..3094618c4ca 100644
Binary files a/website/static/blog/assets/rnmsf-august-2016-docs.jpg and b/website/static/blog/assets/rnmsf-august-2016-docs.jpg differ
diff --git a/website/static/blog/assets/rnmsf-august-2016-netflix.jpg b/website/static/blog/assets/rnmsf-august-2016-netflix.jpg
index 8db09e651c9..2bd656fd0bc 100644
Binary files a/website/static/blog/assets/rnmsf-august-2016-netflix.jpg and b/website/static/blog/assets/rnmsf-august-2016-netflix.jpg differ
diff --git a/website/static/blog/assets/rtl-ama-android-hebrew.png b/website/static/blog/assets/rtl-ama-android-hebrew.png
index 3ec7e7a5b66..3cbd3687e8b 100644
Binary files a/website/static/blog/assets/rtl-ama-android-hebrew.png and b/website/static/blog/assets/rtl-ama-android-hebrew.png differ
diff --git a/website/static/blog/assets/rtl-ama-ios-arabic.png b/website/static/blog/assets/rtl-ama-ios-arabic.png
index 04fd5d794f3..bbd1fa5b5df 100644
Binary files a/website/static/blog/assets/rtl-ama-ios-arabic.png and b/website/static/blog/assets/rtl-ama-ios-arabic.png differ
diff --git a/website/static/blog/assets/rtl-demo-swipe-ltr.png b/website/static/blog/assets/rtl-demo-swipe-ltr.png
index f111b50f11b..1e6ade5dbfb 100644
Binary files a/website/static/blog/assets/rtl-demo-swipe-ltr.png and b/website/static/blog/assets/rtl-demo-swipe-ltr.png differ
diff --git a/website/static/blog/assets/typescript-first-new-app.png b/website/static/blog/assets/typescript-first-new-app.png
index f718789099e..2adbd91df9e 100644
Binary files a/website/static/blog/assets/typescript-first-new-app.png and b/website/static/blog/assets/typescript-first-new-app.png differ
diff --git a/website/static/docs/assets/AddFilesToXcode1.png b/website/static/docs/assets/AddFilesToXcode1.png
index 0db6628846f..7a40b7bb089 100644
Binary files a/website/static/docs/assets/AddFilesToXcode1.png and b/website/static/docs/assets/AddFilesToXcode1.png differ
diff --git a/website/static/docs/assets/AddFilesToXcode2.png b/website/static/docs/assets/AddFilesToXcode2.png
index 8f93f660238..3789b55c9ad 100644
Binary files a/website/static/docs/assets/AddFilesToXcode2.png and b/website/static/docs/assets/AddFilesToXcode2.png differ
diff --git a/website/static/docs/assets/AddToSearchPaths.png b/website/static/docs/assets/AddToSearchPaths.png
index 9f0cfc1c4b9..05f936e310a 100644
Binary files a/website/static/docs/assets/AddToSearchPaths.png and b/website/static/docs/assets/AddToSearchPaths.png differ
diff --git a/website/static/docs/assets/AddWebKitFramework1.png b/website/static/docs/assets/AddWebKitFramework1.png
index ad478e24518..b3d4478d88c 100644
Binary files a/website/static/docs/assets/AddWebKitFramework1.png and b/website/static/docs/assets/AddWebKitFramework1.png differ
diff --git a/website/static/docs/assets/AddWebKitFramework2.png b/website/static/docs/assets/AddWebKitFramework2.png
index e13c7357fbe..0ec4d7476f6 100644
Binary files a/website/static/docs/assets/AddWebKitFramework2.png and b/website/static/docs/assets/AddWebKitFramework2.png differ
diff --git a/website/static/docs/assets/Architecture/renderer-phase-one.png b/website/static/docs/assets/Architecture/renderer-phase-one.png
index 210d95c061e..504cf1345f1 100644
Binary files a/website/static/docs/assets/Architecture/renderer-phase-one.png and b/website/static/docs/assets/Architecture/renderer-phase-one.png differ
diff --git a/website/static/docs/assets/Architecture/renderer-phase-three.png b/website/static/docs/assets/Architecture/renderer-phase-three.png
index 25615daef94..962e017d755 100644
Binary files a/website/static/docs/assets/Architecture/renderer-phase-three.png and b/website/static/docs/assets/Architecture/renderer-phase-three.png differ
diff --git a/website/static/docs/assets/Architecture/renderer-phase-two.png b/website/static/docs/assets/Architecture/renderer-phase-two.png
index 4d1d361eb41..298f7652224 100644
Binary files a/website/static/docs/assets/Architecture/renderer-phase-two.png and b/website/static/docs/assets/Architecture/renderer-phase-two.png differ
diff --git a/website/static/docs/assets/Architecture/renderer-pipeline/data-flow.jpg b/website/static/docs/assets/Architecture/renderer-pipeline/data-flow.jpg
index 3b771888c2d..d16c0332af9 100644
Binary files a/website/static/docs/assets/Architecture/renderer-pipeline/data-flow.jpg and b/website/static/docs/assets/Architecture/renderer-pipeline/data-flow.jpg differ
diff --git a/website/static/docs/assets/Architecture/renderer-pipeline/phase-one-render.png b/website/static/docs/assets/Architecture/renderer-pipeline/phase-one-render.png
index 210d95c061e..504cf1345f1 100644
Binary files a/website/static/docs/assets/Architecture/renderer-pipeline/phase-one-render.png and b/website/static/docs/assets/Architecture/renderer-pipeline/phase-one-render.png differ
diff --git a/website/static/docs/assets/Architecture/renderer-pipeline/phase-three-mount.png b/website/static/docs/assets/Architecture/renderer-pipeline/phase-three-mount.png
index 25615daef94..962e017d755 100644
Binary files a/website/static/docs/assets/Architecture/renderer-pipeline/phase-three-mount.png and b/website/static/docs/assets/Architecture/renderer-pipeline/phase-three-mount.png differ
diff --git a/website/static/docs/assets/Architecture/renderer-pipeline/phase-two-commit.png b/website/static/docs/assets/Architecture/renderer-pipeline/phase-two-commit.png
index 4d1d361eb41..298f7652224 100644
Binary files a/website/static/docs/assets/Architecture/renderer-pipeline/phase-two-commit.png and b/website/static/docs/assets/Architecture/renderer-pipeline/phase-two-commit.png differ
diff --git a/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-1.png b/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-1.png
index 4f5226bf27a..8fc35b1d395 100644
Binary files a/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-1.png and b/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-1.png differ
diff --git a/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-2.png b/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-2.png
index ffa4de45b49..eeafc0a82b5 100644
Binary files a/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-2.png and b/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-2.png differ
diff --git a/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-3.png b/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-3.png
index eb776588314..a16f8ef4345 100644
Binary files a/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-3.png and b/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-3.png differ
diff --git a/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-4.png b/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-4.png
index 118483aae66..e0dc8c75e11 100644
Binary files a/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-4.png and b/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-4.png differ
diff --git a/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-5.png b/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-5.png
index 7b046cbbb95..8481b169f60 100644
Binary files a/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-5.png and b/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-5.png differ
diff --git a/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-6.png b/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-6.png
index 2f91fe0181a..4b3825dff48 100644
Binary files a/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-6.png and b/website/static/docs/assets/Architecture/renderer-pipeline/render-pipeline-6.png differ
diff --git a/website/static/docs/assets/Architecture/threading-model/case-1.jpg b/website/static/docs/assets/Architecture/threading-model/case-1.jpg
index d63060fcc47..35299768e9e 100644
Binary files a/website/static/docs/assets/Architecture/threading-model/case-1.jpg and b/website/static/docs/assets/Architecture/threading-model/case-1.jpg differ
diff --git a/website/static/docs/assets/Architecture/threading-model/case-2.jpg b/website/static/docs/assets/Architecture/threading-model/case-2.jpg
index 2aa8fbaf0fa..429d67c7f47 100644
Binary files a/website/static/docs/assets/Architecture/threading-model/case-2.jpg and b/website/static/docs/assets/Architecture/threading-model/case-2.jpg differ
diff --git a/website/static/docs/assets/Architecture/threading-model/case-3.jpg b/website/static/docs/assets/Architecture/threading-model/case-3.jpg
index 21cf97e3ab3..c9d8efa41ae 100644
Binary files a/website/static/docs/assets/Architecture/threading-model/case-3.jpg and b/website/static/docs/assets/Architecture/threading-model/case-3.jpg differ
diff --git a/website/static/docs/assets/Architecture/threading-model/case-4.jpg b/website/static/docs/assets/Architecture/threading-model/case-4.jpg
index bdff935a873..53ad5b9b4fc 100644
Binary files a/website/static/docs/assets/Architecture/threading-model/case-4.jpg and b/website/static/docs/assets/Architecture/threading-model/case-4.jpg differ
diff --git a/website/static/docs/assets/Architecture/threading-model/case-6.jpg b/website/static/docs/assets/Architecture/threading-model/case-6.jpg
index 0af65e29926..39458721f74 100644
Binary files a/website/static/docs/assets/Architecture/threading-model/case-6.jpg and b/website/static/docs/assets/Architecture/threading-model/case-6.jpg differ
diff --git a/website/static/docs/assets/Architecture/threading-model/symbols.png b/website/static/docs/assets/Architecture/threading-model/symbols.png
index c0c85fab7e6..4d8e080b580 100644
Binary files a/website/static/docs/assets/Architecture/threading-model/symbols.png and b/website/static/docs/assets/Architecture/threading-model/symbols.png differ
diff --git a/website/static/docs/assets/Architecture/view-flattening/diagram-one.png b/website/static/docs/assets/Architecture/view-flattening/diagram-one.png
index 2824ff063b1..0f4a0c4d442 100644
Binary files a/website/static/docs/assets/Architecture/view-flattening/diagram-one.png and b/website/static/docs/assets/Architecture/view-flattening/diagram-one.png differ
diff --git a/website/static/docs/assets/Architecture/view-flattening/diagram-two.png b/website/static/docs/assets/Architecture/view-flattening/diagram-two.png
index 0eb048421dd..cba2ea4462a 100644
Binary files a/website/static/docs/assets/Architecture/view-flattening/diagram-two.png and b/website/static/docs/assets/Architecture/view-flattening/diagram-two.png differ
diff --git a/website/static/docs/assets/Architecture/xplat-implementation/xplat-implementation-diagram.png b/website/static/docs/assets/Architecture/xplat-implementation/xplat-implementation-diagram.png
index 7c5b813abf6..38feca803d4 100644
Binary files a/website/static/docs/assets/Architecture/xplat-implementation/xplat-implementation-diagram.png and b/website/static/docs/assets/Architecture/xplat-implementation/xplat-implementation-diagram.png differ
diff --git a/website/static/docs/assets/BridgingHeader.png b/website/static/docs/assets/BridgingHeader.png
index 585780cb041..f4181dfe67f 100644
Binary files a/website/static/docs/assets/BridgingHeader.png and b/website/static/docs/assets/BridgingHeader.png differ
diff --git a/website/static/docs/assets/CallStackDemo.jpg b/website/static/docs/assets/CallStackDemo.jpg
index 987ad8dff89..c0199b4d3ee 100644
Binary files a/website/static/docs/assets/CallStackDemo.jpg and b/website/static/docs/assets/CallStackDemo.jpg differ
diff --git a/website/static/docs/assets/CxxGuideAndroidVideo.gif b/website/static/docs/assets/CxxGuideAndroidVideo.gif
index a63af5b1601..fd32e95db84 100644
Binary files a/website/static/docs/assets/CxxGuideAndroidVideo.gif and b/website/static/docs/assets/CxxGuideAndroidVideo.gif differ
diff --git a/website/static/docs/assets/CxxGuideIOSVideo.gif b/website/static/docs/assets/CxxGuideIOSVideo.gif
index 38992272192..6ec3c344aa3 100644
Binary files a/website/static/docs/assets/CxxGuideIOSVideo.gif and b/website/static/docs/assets/CxxGuideIOSVideo.gif differ
diff --git a/website/static/docs/assets/CxxTMGuideXcodeProject.png b/website/static/docs/assets/CxxTMGuideXcodeProject.png
index 88b605a4c68..d979fbbcd17 100644
Binary files a/website/static/docs/assets/CxxTMGuideXcodeProject.png and b/website/static/docs/assets/CxxTMGuideXcodeProject.png differ
diff --git a/website/static/docs/assets/DevMenu.png b/website/static/docs/assets/DevMenu.png
index 286f0c1e48b..3a1252df3b5 100644
Binary files a/website/static/docs/assets/DevMenu.png and b/website/static/docs/assets/DevMenu.png differ
diff --git a/website/static/docs/assets/EmbeddedAppAndroidFragmentVideo.gif b/website/static/docs/assets/EmbeddedAppAndroidFragmentVideo.gif
index 2a768c363a7..b1eaedaf58f 100644
Binary files a/website/static/docs/assets/EmbeddedAppAndroidFragmentVideo.gif and b/website/static/docs/assets/EmbeddedAppAndroidFragmentVideo.gif differ
diff --git a/website/static/docs/assets/EmbeddedAppAndroidVideo.gif b/website/static/docs/assets/EmbeddedAppAndroidVideo.gif
index e3c41d86786..d8224c6d90e 100644
Binary files a/website/static/docs/assets/EmbeddedAppAndroidVideo.gif and b/website/static/docs/assets/EmbeddedAppAndroidVideo.gif differ
diff --git a/website/static/docs/assets/EmbeddedAppIOSVideo.gif b/website/static/docs/assets/EmbeddedAppIOSVideo.gif
index 5686938f2b7..ec19f50251e 100644
Binary files a/website/static/docs/assets/EmbeddedAppIOSVideo.gif and b/website/static/docs/assets/EmbeddedAppIOSVideo.gif differ
diff --git a/website/static/docs/assets/EmbeddedAppiOS078.gif b/website/static/docs/assets/EmbeddedAppiOS078.gif
index f8ca6de5989..50ee1e1f9d5 100644
Binary files a/website/static/docs/assets/EmbeddedAppiOS078.gif and b/website/static/docs/assets/EmbeddedAppiOS078.gif differ
diff --git a/website/static/docs/assets/GettingStartedAVDManagerMacOS.png b/website/static/docs/assets/GettingStartedAVDManagerMacOS.png
index 955130574b6..312f42ca5e7 100644
Binary files a/website/static/docs/assets/GettingStartedAVDManagerMacOS.png and b/website/static/docs/assets/GettingStartedAVDManagerMacOS.png differ
diff --git a/website/static/docs/assets/GettingStartedAndroidStudioAVD.svg b/website/static/docs/assets/GettingStartedAndroidStudioAVD.svg
index a125673ec99..43f08f078fb 100644
--- a/website/static/docs/assets/GettingStartedAndroidStudioAVD.svg
+++ b/website/static/docs/assets/GettingStartedAndroidStudioAVD.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/docs/assets/GettingStartedAndroidStudioWelcomeMacOS.png b/website/static/docs/assets/GettingStartedAndroidStudioWelcomeMacOS.png
index 0e5ca82e879..8baaf1ca3c0 100644
Binary files a/website/static/docs/assets/GettingStartedAndroidStudioWelcomeMacOS.png and b/website/static/docs/assets/GettingStartedAndroidStudioWelcomeMacOS.png differ
diff --git a/website/static/docs/assets/GettingStartedAndroidStudioWelcomeWindows.png b/website/static/docs/assets/GettingStartedAndroidStudioWelcomeWindows.png
index f3a49dee20e..4546acdbf1e 100644
Binary files a/website/static/docs/assets/GettingStartedAndroidStudioWelcomeWindows.png and b/website/static/docs/assets/GettingStartedAndroidStudioWelcomeWindows.png differ
diff --git a/website/static/docs/assets/GettingStartedAndroidSuccessWindows.png b/website/static/docs/assets/GettingStartedAndroidSuccessWindows.png
index 946a5f5f8e5..423d5875e57 100644
Binary files a/website/static/docs/assets/GettingStartedAndroidSuccessWindows.png and b/website/static/docs/assets/GettingStartedAndroidSuccessWindows.png differ
diff --git a/website/static/docs/assets/GettingStartedCongratulations.png b/website/static/docs/assets/GettingStartedCongratulations.png
index 6d459503fc6..82db923ad40 100644
Binary files a/website/static/docs/assets/GettingStartedCongratulations.png and b/website/static/docs/assets/GettingStartedCongratulations.png differ
diff --git a/website/static/docs/assets/GettingStartedXcodeCommandLineTools.png b/website/static/docs/assets/GettingStartedXcodeCommandLineTools.png
index 758e9742099..a3a36dd8a53 100644
Binary files a/website/static/docs/assets/GettingStartedXcodeCommandLineTools.png and b/website/static/docs/assets/GettingStartedXcodeCommandLineTools.png differ
diff --git a/website/static/docs/assets/HermesProfileSaved.png b/website/static/docs/assets/HermesProfileSaved.png
index 9213b810ac9..50bc3b86b30 100644
Binary files a/website/static/docs/assets/HermesProfileSaved.png and b/website/static/docs/assets/HermesProfileSaved.png differ
diff --git a/website/static/docs/assets/ObjectObserveError.png b/website/static/docs/assets/ObjectObserveError.png
index c42308ef86b..11c8d1ad79e 100644
Binary files a/website/static/docs/assets/ObjectObserveError.png and b/website/static/docs/assets/ObjectObserveError.png differ
diff --git a/website/static/docs/assets/RNTesterPlayground.png b/website/static/docs/assets/RNTesterPlayground.png
index d79e59021f3..2746dab9d50 100644
Binary files a/website/static/docs/assets/RNTesterPlayground.png and b/website/static/docs/assets/RNTesterPlayground.png differ
diff --git a/website/static/docs/assets/ReactDevToolsConnection.gif b/website/static/docs/assets/ReactDevToolsConnection.gif
index 55947bddacc..9dd1acee86c 100644
Binary files a/website/static/docs/assets/ReactDevToolsConnection.gif and b/website/static/docs/assets/ReactDevToolsConnection.gif differ
diff --git a/website/static/docs/assets/ReactDevToolsInspector.gif b/website/static/docs/assets/ReactDevToolsInspector.gif
index b4b9144a6e7..b332413f5be 100644
Binary files a/website/static/docs/assets/ReactDevToolsInspector.gif and b/website/static/docs/assets/ReactDevToolsInspector.gif differ
diff --git a/website/static/docs/assets/XCodeEnableATS.png b/website/static/docs/assets/XCodeEnableATS.png
index a363c7c8ccd..a79d515a9c8 100644
Binary files a/website/static/docs/assets/XCodeEnableATS.png and b/website/static/docs/assets/XCodeEnableATS.png differ
diff --git a/website/static/docs/assets/brownfield-with-initial-props.png b/website/static/docs/assets/brownfield-with-initial-props.png
index c26d1bf95b0..e349a44de8c 100644
Binary files a/website/static/docs/assets/brownfield-with-initial-props.png and b/website/static/docs/assets/brownfield-with-initial-props.png differ
diff --git a/website/static/docs/assets/d_pressable_anatomy.svg b/website/static/docs/assets/d_pressable_anatomy.svg
index 8ceca5b8895..de498da965d 100644
--- a/website/static/docs/assets/d_pressable_anatomy.svg
+++ b/website/static/docs/assets/d_pressable_anatomy.svg
@@ -1 +1 @@
-
+
\ No newline at end of file
diff --git a/website/static/docs/assets/d_pressable_pressing.svg b/website/static/docs/assets/d_pressable_pressing.svg
index e98223b76de..8e40fc588f9 100644
--- a/website/static/docs/assets/d_pressable_pressing.svg
+++ b/website/static/docs/assets/d_pressable_pressing.svg
@@ -1 +1 @@
-
+
\ No newline at end of file
diff --git a/website/static/docs/assets/d_security_chart.svg b/website/static/docs/assets/d_security_chart.svg
index 4a95700c55f..75e73e2fa0a 100644
--- a/website/static/docs/assets/d_security_chart.svg
+++ b/website/static/docs/assets/d_security_chart.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/docs/assets/d_security_deep-linking.svg b/website/static/docs/assets/d_security_deep-linking.svg
index 5030e84a168..ceb414cc533 100644
--- a/website/static/docs/assets/d_security_deep-linking.svg
+++ b/website/static/docs/assets/d_security_deep-linking.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/docs/assets/debugging-chrome-remote-debugger.jpg b/website/static/docs/assets/debugging-chrome-remote-debugger.jpg
index 4717565ab7e..ccf5ee33461 100644
Binary files a/website/static/docs/assets/debugging-chrome-remote-debugger.jpg and b/website/static/docs/assets/debugging-chrome-remote-debugger.jpg differ
diff --git a/website/static/docs/assets/debugging-debugger-welcome.jpg b/website/static/docs/assets/debugging-debugger-welcome.jpg
index 5cc6394e5bb..5f9ec07e505 100644
Binary files a/website/static/docs/assets/debugging-debugger-welcome.jpg and b/website/static/docs/assets/debugging-debugger-welcome.jpg differ
diff --git a/website/static/docs/assets/debugging-dev-menu-076.jpg b/website/static/docs/assets/debugging-dev-menu-076.jpg
index eec283e510d..142c5237b01 100644
Binary files a/website/static/docs/assets/debugging-dev-menu-076.jpg and b/website/static/docs/assets/debugging-dev-menu-076.jpg differ
diff --git a/website/static/docs/assets/debugging-dev-menu.jpg b/website/static/docs/assets/debugging-dev-menu.jpg
index d0f96e283e5..60f2b410316 100644
Binary files a/website/static/docs/assets/debugging-dev-menu.jpg and b/website/static/docs/assets/debugging-dev-menu.jpg differ
diff --git a/website/static/docs/assets/debugging-element-inspector-react-devtools.gif b/website/static/docs/assets/debugging-element-inspector-react-devtools.gif
index 666dfc62b61..d1210576e0b 100644
Binary files a/website/static/docs/assets/debugging-element-inspector-react-devtools.gif and b/website/static/docs/assets/debugging-element-inspector-react-devtools.gif differ
diff --git a/website/static/docs/assets/debugging-element-inspector.gif b/website/static/docs/assets/debugging-element-inspector.gif
index 86939626c86..a3aeaf8b8be 100644
Binary files a/website/static/docs/assets/debugging-element-inspector.gif and b/website/static/docs/assets/debugging-element-inspector.gif differ
diff --git a/website/static/docs/assets/debugging-flipper-console.jpg b/website/static/docs/assets/debugging-flipper-console.jpg
index 765cc912430..bb5ec3e68e6 100644
Binary files a/website/static/docs/assets/debugging-flipper-console.jpg and b/website/static/docs/assets/debugging-flipper-console.jpg differ
diff --git a/website/static/docs/assets/debugging-hermes-debugger-instructions.jpg b/website/static/docs/assets/debugging-hermes-debugger-instructions.jpg
index 2758cbdffbc..9e0db452363 100644
Binary files a/website/static/docs/assets/debugging-hermes-debugger-instructions.jpg and b/website/static/docs/assets/debugging-hermes-debugger-instructions.jpg differ
diff --git a/website/static/docs/assets/debugging-logbox-076.jpg b/website/static/docs/assets/debugging-logbox-076.jpg
index 45e1db379eb..eb9b843d252 100644
Binary files a/website/static/docs/assets/debugging-logbox-076.jpg and b/website/static/docs/assets/debugging-logbox-076.jpg differ
diff --git a/website/static/docs/assets/debugging-logbox.jpg b/website/static/docs/assets/debugging-logbox.jpg
index ed29588d6bc..b9e02ff9833 100644
Binary files a/website/static/docs/assets/debugging-logbox.jpg and b/website/static/docs/assets/debugging-logbox.jpg differ
diff --git a/website/static/docs/assets/debugging-performance-monitor.jpg b/website/static/docs/assets/debugging-performance-monitor.jpg
index fe37e705705..c3a3e9ea724 100644
Binary files a/website/static/docs/assets/debugging-performance-monitor.jpg and b/website/static/docs/assets/debugging-performance-monitor.jpg differ
diff --git a/website/static/docs/assets/debugging-react-devtools-blank.jpg b/website/static/docs/assets/debugging-react-devtools-blank.jpg
index bc70d3af4ea..bea93d314b1 100644
Binary files a/website/static/docs/assets/debugging-react-devtools-blank.jpg and b/website/static/docs/assets/debugging-react-devtools-blank.jpg differ
diff --git a/website/static/docs/assets/debugging-react-devtools-connection.gif b/website/static/docs/assets/debugging-react-devtools-connection.gif
index 031fc58cbbb..dbb8ea518d6 100644
Binary files a/website/static/docs/assets/debugging-react-devtools-connection.gif and b/website/static/docs/assets/debugging-react-devtools-connection.gif differ
diff --git a/website/static/docs/assets/debugging-react-devtools-detail.jpg b/website/static/docs/assets/debugging-react-devtools-detail.jpg
index 98bbc91b158..afec2c816d9 100644
Binary files a/website/static/docs/assets/debugging-react-devtools-detail.jpg and b/website/static/docs/assets/debugging-react-devtools-detail.jpg differ
diff --git a/website/static/docs/assets/debugging-reconnect-menu.jpg b/website/static/docs/assets/debugging-reconnect-menu.jpg
index 3c842350cc2..9bad0796eeb 100644
Binary files a/website/static/docs/assets/debugging-reconnect-menu.jpg and b/website/static/docs/assets/debugging-reconnect-menu.jpg differ
diff --git a/website/static/docs/assets/debugging-rndt-console.jpg b/website/static/docs/assets/debugging-rndt-console.jpg
index 0f28fc2b93b..c0e013aa782 100644
Binary files a/website/static/docs/assets/debugging-rndt-console.jpg and b/website/static/docs/assets/debugging-rndt-console.jpg differ
diff --git a/website/static/docs/assets/debugging-rndt-memory.jpg b/website/static/docs/assets/debugging-rndt-memory.jpg
index c971fd07990..cfd92dd7e31 100644
Binary files a/website/static/docs/assets/debugging-rndt-memory.jpg and b/website/static/docs/assets/debugging-rndt-memory.jpg differ
diff --git a/website/static/docs/assets/debugging-rndt-react-profiler.jpg b/website/static/docs/assets/debugging-rndt-react-profiler.jpg
index 732abcc3a56..0d406454c3b 100644
Binary files a/website/static/docs/assets/debugging-rndt-react-profiler.jpg and b/website/static/docs/assets/debugging-rndt-react-profiler.jpg differ
diff --git a/website/static/docs/assets/debugging-rndt-sources-paused-with-device.jpg b/website/static/docs/assets/debugging-rndt-sources-paused-with-device.jpg
index 4448d168728..c30884b33ab 100644
Binary files a/website/static/docs/assets/debugging-rndt-sources-paused-with-device.jpg and b/website/static/docs/assets/debugging-rndt-sources-paused-with-device.jpg differ
diff --git a/website/static/docs/assets/debugging-rndt-welcome.jpg b/website/static/docs/assets/debugging-rndt-welcome.jpg
index 1a18cd462b6..6668478368a 100644
Binary files a/website/static/docs/assets/debugging-rndt-welcome.jpg and b/website/static/docs/assets/debugging-rndt-welcome.jpg differ
diff --git a/website/static/docs/assets/debugging-safari-developer-tools.jpg b/website/static/docs/assets/debugging-safari-developer-tools.jpg
index d4efb44cae1..89bed0b44a4 100644
Binary files a/website/static/docs/assets/debugging-safari-developer-tools.jpg and b/website/static/docs/assets/debugging-safari-developer-tools.jpg differ
diff --git a/website/static/docs/assets/diagram_react-native-components.svg b/website/static/docs/assets/diagram_react-native-components.svg
index 643dd4bfab4..dc73b2974da 100644
--- a/website/static/docs/assets/diagram_react-native-components.svg
+++ b/website/static/docs/assets/diagram_react-native-components.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/docs/assets/diagram_react-native-components_dark.svg b/website/static/docs/assets/diagram_react-native-components_dark.svg
index 6eb6d374769..d831db0ca04 100644
--- a/website/static/docs/assets/diagram_react-native-components_dark.svg
+++ b/website/static/docs/assets/diagram_react-native-components_dark.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/docs/assets/disable-UIViewControllerBasedStatusBarAppearance.png b/website/static/docs/assets/disable-UIViewControllerBasedStatusBarAppearance.png
index b5157b167f1..97e735f4b02 100644
Binary files a/website/static/docs/assets/disable-UIViewControllerBasedStatusBarAppearance.png and b/website/static/docs/assets/disable-UIViewControllerBasedStatusBarAppearance.png differ
diff --git a/website/static/docs/assets/disable-sandboxing.png b/website/static/docs/assets/disable-sandboxing.png
index e5f2ef2342e..ce1a09b28d0 100644
Binary files a/website/static/docs/assets/disable-sandboxing.png and b/website/static/docs/assets/disable-sandboxing.png differ
diff --git a/website/static/docs/assets/fabric-native-component-app-android.png b/website/static/docs/assets/fabric-native-component-app-android.png
index 3cc0661b10c..8b86850792f 100644
Binary files a/website/static/docs/assets/fabric-native-component-app-android.png and b/website/static/docs/assets/fabric-native-component-app-android.png differ
diff --git a/website/static/docs/assets/fabric-native-component-app-ios.png b/website/static/docs/assets/fabric-native-component-app-ios.png
index 69d66416e17..e5441116aca 100644
Binary files a/website/static/docs/assets/fabric-native-component-app-ios.png and b/website/static/docs/assets/fabric-native-component-app-ios.png differ
diff --git a/website/static/docs/assets/gradle-config-caching.gif b/website/static/docs/assets/gradle-config-caching.gif
index 87bd9c78de5..acf290851e7 100644
Binary files a/website/static/docs/assets/gradle-config-caching.gif and b/website/static/docs/assets/gradle-config-caching.gif differ
diff --git a/website/static/docs/assets/metro-new-arch.png b/website/static/docs/assets/metro-new-arch.png
index b37d74b36b6..3e758a7b179 100644
Binary files a/website/static/docs/assets/metro-new-arch.png and b/website/static/docs/assets/metro-new-arch.png differ
diff --git a/website/static/docs/assets/native-commands-android.gif b/website/static/docs/assets/native-commands-android.gif
index a56497f14fc..7d91762d48d 100644
Binary files a/website/static/docs/assets/native-commands-android.gif and b/website/static/docs/assets/native-commands-android.gif differ
diff --git a/website/static/docs/assets/native-commands-ios.gif b/website/static/docs/assets/native-commands-ios.gif
index 6bbb012b252..bc425dc1f3c 100644
Binary files a/website/static/docs/assets/native-commands-ios.gif and b/website/static/docs/assets/native-commands-ios.gif differ
diff --git a/website/static/docs/assets/native-modules-android-add-class.png b/website/static/docs/assets/native-modules-android-add-class.png
index 4c8ea41cec8..ab2ec73f54f 100644
Binary files a/website/static/docs/assets/native-modules-android-add-class.png and b/website/static/docs/assets/native-modules-android-add-class.png differ
diff --git a/website/static/docs/assets/native-modules-android-errorscreen.png b/website/static/docs/assets/native-modules-android-errorscreen.png
index 0ef4b7a3902..8cb86ecbb08 100644
Binary files a/website/static/docs/assets/native-modules-android-errorscreen.png and b/website/static/docs/assets/native-modules-android-errorscreen.png differ
diff --git a/website/static/docs/assets/native-modules-android-logs.png b/website/static/docs/assets/native-modules-android-logs.png
index e0d381068f7..3f29b10f8a2 100644
Binary files a/website/static/docs/assets/native-modules-android-logs.png and b/website/static/docs/assets/native-modules-android-logs.png differ
diff --git a/website/static/docs/assets/native-modules-android-open-project.png b/website/static/docs/assets/native-modules-android-open-project.png
index dccde4438f6..7f3668b8106 100644
Binary files a/website/static/docs/assets/native-modules-android-open-project.png and b/website/static/docs/assets/native-modules-android-open-project.png differ
diff --git a/website/static/docs/assets/native-modules-ios-add-class.png b/website/static/docs/assets/native-modules-ios-add-class.png
index c37b84c8df5..aeb2249f4ac 100644
Binary files a/website/static/docs/assets/native-modules-ios-add-class.png and b/website/static/docs/assets/native-modules-ios-add-class.png differ
diff --git a/website/static/docs/assets/native-modules-ios-logs.png b/website/static/docs/assets/native-modules-ios-logs.png
index 163204b6c35..abadea4984c 100644
Binary files a/website/static/docs/assets/native-modules-ios-logs.png and b/website/static/docs/assets/native-modules-ios-logs.png differ
diff --git a/website/static/docs/assets/native-modules-ios-open-project.png b/website/static/docs/assets/native-modules-ios-open-project.png
index 2d117821768..8f8b1f93407 100644
Binary files a/website/static/docs/assets/native-modules-ios-open-project.png and b/website/static/docs/assets/native-modules-ios-open-project.png differ
diff --git a/website/static/docs/assets/oauth-pkce.png b/website/static/docs/assets/oauth-pkce.png
index d3c0ff96aea..f0c9bec07c9 100644
Binary files a/website/static/docs/assets/oauth-pkce.png and b/website/static/docs/assets/oauth-pkce.png differ
diff --git a/website/static/docs/assets/openChromeProfile.png b/website/static/docs/assets/openChromeProfile.png
index 332bea045d2..21a6e0f6a7f 100644
Binary files a/website/static/docs/assets/openChromeProfile.png and b/website/static/docs/assets/openChromeProfile.png differ
diff --git a/website/static/docs/assets/p_android-ios-devices.svg b/website/static/docs/assets/p_android-ios-devices.svg
index 8863ffb3ed8..0b7459595ef 100644
--- a/website/static/docs/assets/p_android-ios-devices.svg
+++ b/website/static/docs/assets/p_android-ios-devices.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/docs/assets/p_tests-component.svg b/website/static/docs/assets/p_tests-component.svg
index 85554c0bbcc..03e31fba0bb 100644
--- a/website/static/docs/assets/p_tests-component.svg
+++ b/website/static/docs/assets/p_tests-component.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/docs/assets/p_tests-e2e.svg b/website/static/docs/assets/p_tests-e2e.svg
index 08bb956ad47..1469fc2b7a9 100644
--- a/website/static/docs/assets/p_tests-e2e.svg
+++ b/website/static/docs/assets/p_tests-e2e.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/docs/assets/p_tests-integration.svg b/website/static/docs/assets/p_tests-integration.svg
index 0586f175b0e..d10a6d18b02 100644
--- a/website/static/docs/assets/p_tests-integration.svg
+++ b/website/static/docs/assets/p_tests-integration.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/docs/assets/p_tests-snapshot.svg b/website/static/docs/assets/p_tests-snapshot.svg
index bef80d7ec3c..80ad89f36f1 100644
--- a/website/static/docs/assets/p_tests-snapshot.svg
+++ b/website/static/docs/assets/p_tests-snapshot.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/docs/assets/p_tests-unit.svg b/website/static/docs/assets/p_tests-unit.svg
index 8e4a560dc7f..e6b419a3cdb 100644
--- a/website/static/docs/assets/p_tests-unit.svg
+++ b/website/static/docs/assets/p_tests-unit.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/docs/assets/react-native-add-react-native-integration-link.png b/website/static/docs/assets/react-native-add-react-native-integration-link.png
index 7d032dbc583..5d09845e4d7 100644
Binary files a/website/static/docs/assets/react-native-add-react-native-integration-link.png and b/website/static/docs/assets/react-native-add-react-native-integration-link.png differ
diff --git a/website/static/docs/assets/react-native-existing-app-integration-ios-before.png b/website/static/docs/assets/react-native-existing-app-integration-ios-before.png
index ed8321fa0e2..519c282607f 100644
Binary files a/website/static/docs/assets/react-native-existing-app-integration-ios-before.png and b/website/static/docs/assets/react-native-existing-app-integration-ios-before.png differ
diff --git a/website/static/docs/assets/turbo-native-modules-events-android.gif b/website/static/docs/assets/turbo-native-modules-events-android.gif
index 37503b7c3b5..ffe0f14a904 100644
Binary files a/website/static/docs/assets/turbo-native-modules-events-android.gif and b/website/static/docs/assets/turbo-native-modules-events-android.gif differ
diff --git a/website/static/docs/assets/turbo-native-modules-events-ios.gif b/website/static/docs/assets/turbo-native-modules-events-ios.gif
index 86f08439daa..0e1a5d74250 100644
Binary files a/website/static/docs/assets/turbo-native-modules-events-ios.gif and b/website/static/docs/assets/turbo-native-modules-events-ios.gif differ
diff --git a/website/static/docs/assets/what-library.png b/website/static/docs/assets/what-library.png
index 4663530341d..7d843eafc6c 100644
Binary files a/website/static/docs/assets/what-library.png and b/website/static/docs/assets/what-library.png differ
diff --git a/website/static/img/EmbeddedAppContainerViewExample.png b/website/static/img/EmbeddedAppContainerViewExample.png
index 72155027900..8bceadf0976 100644
Binary files a/website/static/img/EmbeddedAppContainerViewExample.png and b/website/static/img/EmbeddedAppContainerViewExample.png differ
diff --git a/website/static/img/ReboundExample.png b/website/static/img/ReboundExample.png
index 24803b99578..bb0bbdd32d8 100644
Binary files a/website/static/img/ReboundExample.png and b/website/static/img/ReboundExample.png differ
diff --git a/website/static/img/amazon_logo_darkbg.png b/website/static/img/amazon_logo_darkbg.png
index 288be5a39a7..4a602756ae4 100755
Binary files a/website/static/img/amazon_logo_darkbg.png and b/website/static/img/amazon_logo_darkbg.png differ
diff --git a/website/static/img/amazon_logo_lightbg.png b/website/static/img/amazon_logo_lightbg.png
index fab46e735f6..03a1ddcc17c 100755
Binary files a/website/static/img/amazon_logo_lightbg.png and b/website/static/img/amazon_logo_lightbg.png differ
diff --git a/website/static/img/author.png b/website/static/img/author.png
index d8de94a615c..67778c1224b 100644
Binary files a/website/static/img/author.png and b/website/static/img/author.png differ
diff --git a/website/static/img/header_logo.svg b/website/static/img/header_logo.svg
index 2694bf8a129..083b6fd7619 100644
--- a/website/static/img/header_logo.svg
+++ b/website/static/img/header_logo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/img/homepage/cta-bg-pattern.png b/website/static/img/homepage/cta-bg-pattern.png
index e864c80c3b9..d0d3ed74170 100644
Binary files a/website/static/img/homepage/cta-bg-pattern.png and b/website/static/img/homepage/cta-bg-pattern.png differ
diff --git a/website/static/img/homepage/devices-dark.png b/website/static/img/homepage/devices-dark.png
index ed8228b00e7..fec5b6f52c9 100644
Binary files a/website/static/img/homepage/devices-dark.png and b/website/static/img/homepage/devices-dark.png differ
diff --git a/website/static/img/homepage/devices.png b/website/static/img/homepage/devices.png
index ace6aa3ce7f..d746c6ecab9 100644
Binary files a/website/static/img/homepage/devices.png and b/website/static/img/homepage/devices.png differ
diff --git a/website/static/img/homepage/dissection-dark.png b/website/static/img/homepage/dissection-dark.png
index ee6125a0484..ec145458ffd 100644
Binary files a/website/static/img/homepage/dissection-dark.png and b/website/static/img/homepage/dissection-dark.png differ
diff --git a/website/static/img/homepage/dissection.png b/website/static/img/homepage/dissection.png
index cfd8e0b7df7..0dafc1089c7 100644
Binary files a/website/static/img/homepage/dissection.png and b/website/static/img/homepage/dissection.png differ
diff --git a/website/static/img/homepage/file-based-routing-dark.png b/website/static/img/homepage/file-based-routing-dark.png
index 24a3d6e1503..33b6bbb2af3 100644
Binary files a/website/static/img/homepage/file-based-routing-dark.png and b/website/static/img/homepage/file-based-routing-dark.png differ
diff --git a/website/static/img/homepage/file-based-routing.png b/website/static/img/homepage/file-based-routing.png
index a65ffa99fd8..70cacb9ea91 100644
Binary files a/website/static/img/homepage/file-based-routing.png and b/website/static/img/homepage/file-based-routing.png differ
diff --git a/website/static/img/homepage/libraries-dark.png b/website/static/img/homepage/libraries-dark.png
index 2fda348d0a2..b7fd052679b 100644
Binary files a/website/static/img/homepage/libraries-dark.png and b/website/static/img/homepage/libraries-dark.png differ
diff --git a/website/static/img/homepage/libraries.png b/website/static/img/homepage/libraries.png
index 2dd456a5035..2a1a4872aaf 100644
Binary files a/website/static/img/homepage/libraries.png and b/website/static/img/homepage/libraries.png differ
diff --git a/website/static/img/homepage/tools-dark.png b/website/static/img/homepage/tools-dark.png
index b9265f4fd2e..c5a24d677aa 100644
Binary files a/website/static/img/homepage/tools-dark.png and b/website/static/img/homepage/tools-dark.png differ
diff --git a/website/static/img/homepage/tools.png b/website/static/img/homepage/tools.png
index 2a592fefcac..cb82bcbc9bf 100644
Binary files a/website/static/img/homepage/tools.png and b/website/static/img/homepage/tools.png differ
diff --git a/website/static/img/importing-pull-requests.png b/website/static/img/importing-pull-requests.png
index 4af5f1054b3..a469c51976a 100644
Binary files a/website/static/img/importing-pull-requests.png and b/website/static/img/importing-pull-requests.png differ
diff --git a/website/static/img/logo-og.png b/website/static/img/logo-og.png
index 35cdd9ad7bc..a784aeda977 100644
Binary files a/website/static/img/logo-og.png and b/website/static/img/logo-og.png differ
diff --git a/website/static/img/logo-share.png b/website/static/img/logo-share.png
index 35cdd9ad7bc..32489e25a06 100644
Binary files a/website/static/img/logo-share.png and b/website/static/img/logo-share.png differ
diff --git a/website/static/img/meta_negative_primary.svg b/website/static/img/meta_negative_primary.svg
index 4ecfa25a70e..70b4be10ea1 100644
--- a/website/static/img/meta_negative_primary.svg
+++ b/website/static/img/meta_negative_primary.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/img/meta_positive_primary.svg b/website/static/img/meta_positive_primary.svg
index 84fb96a7d98..70cf6ce836a 100644
--- a/website/static/img/meta_positive_primary.svg
+++ b/website/static/img/meta_positive_primary.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/img/microsoft-logo-gray.png b/website/static/img/microsoft-logo-gray.png
index 0f6c21eba4a..00e1f0f852f 100644
Binary files a/website/static/img/microsoft-logo-gray.png and b/website/static/img/microsoft-logo-gray.png differ
diff --git a/website/static/img/microsoft-logo-white.png b/website/static/img/microsoft-logo-white.png
index 7968e8d5e7c..2b77864fad7 100644
Binary files a/website/static/img/microsoft-logo-white.png and b/website/static/img/microsoft-logo-white.png differ
diff --git a/website/static/img/new-architecture/async-on-layout.gif b/website/static/img/new-architecture/async-on-layout.gif
index 82fa1654520..6ead538351f 100644
Binary files a/website/static/img/new-architecture/async-on-layout.gif and b/website/static/img/new-architecture/async-on-layout.gif differ
diff --git a/website/static/img/new-architecture/sync-use-layout-effect.gif b/website/static/img/new-architecture/sync-use-layout-effect.gif
index 2075d6a9d36..06546119415 100644
Binary files a/website/static/img/new-architecture/sync-use-layout-effect.gif and b/website/static/img/new-architecture/sync-use-layout-effect.gif differ
diff --git a/website/static/img/pwa/apple-icon-180.png b/website/static/img/pwa/apple-icon-180.png
index 42fc975537a..e4d06e3ece3 100644
Binary files a/website/static/img/pwa/apple-icon-180.png and b/website/static/img/pwa/apple-icon-180.png differ
diff --git a/website/static/img/pwa/manifest-icon-192.maskable.png b/website/static/img/pwa/manifest-icon-192.maskable.png
index f7510bda92c..2827a11eac5 100644
Binary files a/website/static/img/pwa/manifest-icon-192.maskable.png and b/website/static/img/pwa/manifest-icon-192.maskable.png differ
diff --git a/website/static/img/pwa/manifest-icon-512.maskable.png b/website/static/img/pwa/manifest-icon-512.maskable.png
index ee6df11d13e..bffc94430e5 100644
Binary files a/website/static/img/pwa/manifest-icon-512.maskable.png and b/website/static/img/pwa/manifest-icon-512.maskable.png differ
diff --git a/website/static/img/react-native-android-studio-configure-sdk-linux.png b/website/static/img/react-native-android-studio-configure-sdk-linux.png
index ded5bbc7c3a..0eb604f92ca 100644
Binary files a/website/static/img/react-native-android-studio-configure-sdk-linux.png and b/website/static/img/react-native-android-studio-configure-sdk-linux.png differ
diff --git a/website/static/img/react-native-android-studio-configure-sdk.png b/website/static/img/react-native-android-studio-configure-sdk.png
index afcc05a7dde..ba87b6faf70 100644
Binary files a/website/static/img/react-native-android-studio-configure-sdk.png and b/website/static/img/react-native-android-studio-configure-sdk.png differ
diff --git a/website/static/img/react-native-sorry-not-supported.png b/website/static/img/react-native-sorry-not-supported.png
index 1b273097b7f..ab186a1122b 100644
Binary files a/website/static/img/react-native-sorry-not-supported.png and b/website/static/img/react-native-sorry-not-supported.png differ
diff --git a/website/static/img/search.png b/website/static/img/search.png
index 1701b1acb32..1fb07b87f20 100644
Binary files a/website/static/img/search.png and b/website/static/img/search.png differ
diff --git a/website/static/img/shopify_logo_darkbg.svg b/website/static/img/shopify_logo_darkbg.svg
index 551074c3531..bb2e3a4a28a 100644
--- a/website/static/img/shopify_logo_darkbg.svg
+++ b/website/static/img/shopify_logo_darkbg.svg
@@ -1,52 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/website/static/img/shopify_logo_whitebg.svg b/website/static/img/shopify_logo_whitebg.svg
index 7817303b829..30669d8e97b 100644
--- a/website/static/img/shopify_logo_whitebg.svg
+++ b/website/static/img/shopify_logo_whitebg.svg
@@ -1,51 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/website/static/img/showcase/amazon-appstore.png b/website/static/img/showcase/amazon-appstore.png
index a6109e9ad9d..669d164b9a8 100644
Binary files a/website/static/img/showcase/amazon-appstore.png and b/website/static/img/showcase/amazon-appstore.png differ
diff --git a/website/static/img/showcase/amazon-kindle.png b/website/static/img/showcase/amazon-kindle.png
index 6179b7078d2..aa602d05577 100644
Binary files a/website/static/img/showcase/amazon-kindle.png and b/website/static/img/showcase/amazon-kindle.png differ
diff --git a/website/static/img/showcase/amazon-shopping.png b/website/static/img/showcase/amazon-shopping.png
index 33c81eae037..af04b980529 100644
Binary files a/website/static/img/showcase/amazon-shopping.png and b/website/static/img/showcase/amazon-shopping.png differ
diff --git a/website/static/img/showcase/bolt.png b/website/static/img/showcase/bolt.png
index d538043842c..75bddfb4f03 100644
Binary files a/website/static/img/showcase/bolt.png and b/website/static/img/showcase/bolt.png differ
diff --git a/website/static/img/showcase/brex.png b/website/static/img/showcase/brex.png
index 94abe122f4f..a6f6a2f7fc8 100644
Binary files a/website/static/img/showcase/brex.png and b/website/static/img/showcase/brex.png differ
diff --git a/website/static/img/showcase/callofduty_companion.png b/website/static/img/showcase/callofduty_companion.png
index e62d0ae0688..bc5d789a6eb 100644
Binary files a/website/static/img/showcase/callofduty_companion.png and b/website/static/img/showcase/callofduty_companion.png differ
diff --git a/website/static/img/showcase/coinbase.png b/website/static/img/showcase/coinbase.png
index 06d4cb2c056..141528aba84 100644
Binary files a/website/static/img/showcase/coinbase.png and b/website/static/img/showcase/coinbase.png differ
diff --git a/website/static/img/showcase/dave.png b/website/static/img/showcase/dave.png
index 4be14893cdd..a99e9e7872a 100644
Binary files a/website/static/img/showcase/dave.png and b/website/static/img/showcase/dave.png differ
diff --git a/website/static/img/showcase/discord.png b/website/static/img/showcase/discord.png
index a6ba402769f..eb7a0ceac82 100644
Binary files a/website/static/img/showcase/discord.png and b/website/static/img/showcase/discord.png differ
diff --git a/website/static/img/showcase/flipkart.png b/website/static/img/showcase/flipkart.png
index e6f6723f0dc..96ea1e069f6 100644
Binary files a/website/static/img/showcase/flipkart.png and b/website/static/img/showcase/flipkart.png differ
diff --git a/website/static/img/showcase/foreca.png b/website/static/img/showcase/foreca.png
index a90ef70ce85..773845d18de 100644
Binary files a/website/static/img/showcase/foreca.png and b/website/static/img/showcase/foreca.png differ
diff --git a/website/static/img/showcase/glitch.png b/website/static/img/showcase/glitch.png
index a2723c8fd81..3d5c69e2c8d 100644
Binary files a/website/static/img/showcase/glitch.png and b/website/static/img/showcase/glitch.png differ
diff --git a/website/static/img/showcase/instagram.png b/website/static/img/showcase/instagram.png
index 4bc4bb6f5db..274d0062758 100644
Binary files a/website/static/img/showcase/instagram.png and b/website/static/img/showcase/instagram.png differ
diff --git a/website/static/img/showcase/jdcom.png b/website/static/img/showcase/jdcom.png
index dadeea465e3..66c5e80b5c0 100644
Binary files a/website/static/img/showcase/jdcom.png and b/website/static/img/showcase/jdcom.png differ
diff --git a/website/static/img/showcase/klarna.jpg b/website/static/img/showcase/klarna.jpg
index 5ac54f2f9ed..e03f7a0b5f0 100644
Binary files a/website/static/img/showcase/klarna.jpg and b/website/static/img/showcase/klarna.jpg differ
diff --git a/website/static/img/showcase/lendmn.png b/website/static/img/showcase/lendmn.png
index 6dcab61c21c..65814aa7ba7 100644
Binary files a/website/static/img/showcase/lendmn.png and b/website/static/img/showcase/lendmn.png differ
diff --git a/website/static/img/showcase/mercari.png b/website/static/img/showcase/mercari.png
index 7da5f15aaf8..75ad2e45dd5 100644
Binary files a/website/static/img/showcase/mercari.png and b/website/static/img/showcase/mercari.png differ
diff --git a/website/static/img/showcase/messengerdesktop.png b/website/static/img/showcase/messengerdesktop.png
index b7b826eabbf..af56673d05a 100644
Binary files a/website/static/img/showcase/messengerdesktop.png and b/website/static/img/showcase/messengerdesktop.png differ
diff --git a/website/static/img/showcase/nerdwallet.png b/website/static/img/showcase/nerdwallet.png
index d7b8ab53c36..d9f96e3a249 100644
Binary files a/website/static/img/showcase/nerdwallet.png and b/website/static/img/showcase/nerdwallet.png differ
diff --git a/website/static/img/showcase/officemobile.png b/website/static/img/showcase/officemobile.png
index 6af01083ff1..ef9aa96f147 100644
Binary files a/website/static/img/showcase/officemobile.png and b/website/static/img/showcase/officemobile.png differ
diff --git a/website/static/img/showcase/openvpn.png b/website/static/img/showcase/openvpn.png
index e933635fa3f..0156658a7e8 100644
Binary files a/website/static/img/showcase/openvpn.png and b/website/static/img/showcase/openvpn.png differ
diff --git a/website/static/img/showcase/outlookmobile.png b/website/static/img/showcase/outlookmobile.png
index 6e29d8978bf..a6a0cf42e1b 100644
Binary files a/website/static/img/showcase/outlookmobile.png and b/website/static/img/showcase/outlookmobile.png differ
diff --git a/website/static/img/showcase/playstation.png b/website/static/img/showcase/playstation.png
index 6af8f5c30ca..50d0263385c 100644
Binary files a/website/static/img/showcase/playstation.png and b/website/static/img/showcase/playstation.png differ
diff --git a/website/static/img/showcase/puma.png b/website/static/img/showcase/puma.png
index 97bca49cd29..1462527ebff 100644
Binary files a/website/static/img/showcase/puma.png and b/website/static/img/showcase/puma.png differ
diff --git a/website/static/img/showcase/shopify.png b/website/static/img/showcase/shopify.png
index 81d580c8167..0fdf6afce12 100644
Binary files a/website/static/img/showcase/shopify.png and b/website/static/img/showcase/shopify.png differ
diff --git a/website/static/img/showcase/teamsmobile.png b/website/static/img/showcase/teamsmobile.png
index 8a107916ddc..1717696b3ac 100644
Binary files a/website/static/img/showcase/teamsmobile.png and b/website/static/img/showcase/teamsmobile.png differ
diff --git a/website/static/img/showcase/tesla.png b/website/static/img/showcase/tesla.png
index cc5c407625c..00bea717503 100644
Binary files a/website/static/img/showcase/tesla.png and b/website/static/img/showcase/tesla.png differ
diff --git a/website/static/img/showcase/vogue.jpeg b/website/static/img/showcase/vogue.jpeg
index 0cfe213f1f5..e032aa46b8c 100644
Binary files a/website/static/img/showcase/vogue.jpeg and b/website/static/img/showcase/vogue.jpeg differ
diff --git a/website/static/img/showcase/wix_logo_darkbg.svg b/website/static/img/showcase/wix_logo_darkbg.svg
index 6333d32649c..a7643d584ca 100644
--- a/website/static/img/showcase/wix_logo_darkbg.svg
+++ b/website/static/img/showcase/wix_logo_darkbg.svg
@@ -1,22 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/website/static/img/showcase/wix_logo_lightbg.svg b/website/static/img/showcase/wix_logo_lightbg.svg
index a4f47266226..9b4ab8322f9 100644
--- a/website/static/img/showcase/wix_logo_lightbg.svg
+++ b/website/static/img/showcase/wix_logo_lightbg.svg
@@ -1,22 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/website/static/img/showcase/wordpress.png b/website/static/img/showcase/wordpress.png
index adb8e1530f7..916c189e44e 100644
Binary files a/website/static/img/showcase/wordpress.png and b/website/static/img/showcase/wordpress.png differ
diff --git a/website/static/img/showcase/xboxgamepass.png b/website/static/img/showcase/xboxgamepass.png
index 4680177f863..d8d4a4df0f9 100644
Binary files a/website/static/img/showcase/xboxgamepass.png and b/website/static/img/showcase/xboxgamepass.png differ
diff --git a/website/static/img/survey.png b/website/static/img/survey.png
index 4bfc9d3b0e3..f03e80084c5 100644
Binary files a/website/static/img/survey.png and b/website/static/img/survey.png differ
diff --git a/website/static/img/uiexplorer_main_android.png b/website/static/img/uiexplorer_main_android.png
index d9250bb6e49..477ba183736 100644
Binary files a/website/static/img/uiexplorer_main_android.png and b/website/static/img/uiexplorer_main_android.png differ