diff --git a/apps/web/app/components/CtaSection.vue b/apps/web/app/components/CtaSection.vue
index 2ad237f..5599ac6 100644
--- a/apps/web/app/components/CtaSection.vue
+++ b/apps/web/app/components/CtaSection.vue
@@ -122,6 +122,12 @@ const tabs: { id: Tab; label: string; hint: string }[] = [
+
+ Older hardware or a Synology NAS without AVX2? Swap :latest for
+ :baseline in the image tag above —
+ same commands, different runtime.
+
+
2 — start
@@ -288,6 +294,26 @@ const tabs: { id: Tab; label: string; hint: string }[] = [
color: var(--border-strong);
}
+.tag-hint {
+ font-size: 11px;
+ line-height: 1.6;
+ color: var(--text-muted);
+ margin-bottom: 24px;
+}
+.tag-hint code {
+ color: var(--text);
+ font-family: inherit;
+}
+.tag-hint a {
+ color: var(--accent);
+ text-decoration: underline;
+ text-decoration-color: var(--border);
+ text-underline-offset: 2px;
+}
+.tag-hint a:hover {
+ text-decoration-color: var(--accent);
+}
+
.snippet-body {
margin: 0;
padding: 16px 24px;