Island-based architecture
- Fresh ships plain HTML to the client, and then hydrates with
- JavaScript only where needed.
+ Fresh ships plain HTML to the client, then hydrates with JavaScript
+ only where needed.
Because it's Preact, you get best-in-class performance, plus the
diff --git a/www/components/homepage/PartialsSection.tsx b/www/components/homepage/PartialsSection.tsx
index 35c924e2a12..b72f0b04e2f 100644
--- a/www/components/homepage/PartialsSection.tsx
+++ b/www/components/homepage/PartialsSection.tsx
@@ -68,7 +68,8 @@ export function PartialsSection() {
Stream HTML straight from the server
Fresh Partials let you fetch HTML and slot it directly into the
- page, without a full page reload.
+ page, without a full page reload—perfect for interactive elements
+ and dynamic apps.
Learn more about Partials
diff --git a/www/components/homepage/RenderingSection.tsx b/www/components/homepage/RenderingSection.tsx
index 9e3657e4c75..1fb7fd09a99 100644
--- a/www/components/homepage/RenderingSection.tsx
+++ b/www/components/homepage/RenderingSection.tsx
@@ -58,7 +58,7 @@ export function RenderingSection() {
Freshly server-rendered {new Date().toLocaleString("default", {
dateStyle: "medium",
timeStyle: "medium",
- })}
+ })} UTC