diff --git a/images/hero.png b/images/hero.png
index f42a830..c33d292 100644
Binary files a/images/hero.png and b/images/hero.png differ
diff --git a/images/sites.png b/images/sites.png
new file mode 100644
index 0000000..fae86ce
Binary files /dev/null and b/images/sites.png differ
diff --git a/index.mdx b/index.mdx
index c5f15b7..cb8fde7 100644
--- a/index.mdx
+++ b/index.mdx
@@ -20,6 +20,10 @@ Pangolin connects remote networks using lightweight software connectors called s
Users access public resources through any web browser with authentication. Users access private resources by connecting with a Pangolin client on their device. Both methods use the same identity-based access control, so you manage users and permissions in one place.
+
+
+
+
## Keep Reading
diff --git a/manage/clients/configure-client.mdx b/manage/clients/configure-client.mdx
index 4152431..b3493b1 100644
--- a/manage/clients/configure-client.mdx
+++ b/manage/clients/configure-client.mdx
@@ -47,6 +47,14 @@ This is the DNS server that will be used if Override DNS is enabled or DNS Over
This is a fallback DNS server that the system can use if the primary server is unavailable. Ordering and priority of the server is not guaranteed, but it provides redundancy for DNS resolution. Not used when override DNS (aliases) are disabled.
+#### MTU
+
+You can set the maximum transmission unit (MTU) for the client’s internal WireGuard interface. This value is client-wide: every site the client connects to must use the same MTU on the site (Newt) side, or you can see fragmentation, failed handshakes, or unstable tunnels. See the **mtu** option on [Configure Sites](/manage/sites/configure-site) and set the same value on each of those sites.
+
+
+Changing MTU is advanced and not recommended for most users. Only change it when you have a specific, well-understood reason (for example, a constrained network path or a requirement from your infrastructure team). If you do change it, you must update every connected site to the identical value.
+
+
## Windows Client (Advanced)
On Windows, the Pangolin GUI reads configuration from two `pangolin.json` files:
@@ -91,6 +99,10 @@ All config keys in the `Config` object below can be set in either file. If the s
When true, opens the Status tab immediately after clicking Connect so users can watch connection feedback while the tunnel is starting.
+
+
+ MTU for the internal WireGuard interface. Changing this is advanced and not recommended unless you have a clear reason; if you set a non-default value, configure the same MTU on every site this client connects to—see [Configure Sites](/manage/sites/configure-site).
+